-
my bat file look like this |
Beta Was this translation helpful? Give feedback.
Answered by
wasiejen
Sep 1, 2024
Replies: 1 comment 1 reply
-
Hi @stvnkng, @echo off
.\free_snap_tap.exe ^
::-debug ^
::-tapfile=my_taps.txt ^
::-keyfile=my_keys.txt ^
-crossover=20 ^
-tapdelay=5,2 ^
-aliasdelay=5,2 ^
-nomenu ^
::-nocontrols ^
::-nodelay ^
::-focusapp=Counterstrike ^
::
pause |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wasiejen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @stvnkng,
Simply remove the comment out "::" from the line -nomenu. Then it will start without the menu and directly started.
@echo off .\free_snap_tap.exe ^ ::-debug ^ ::-tapfile=my_taps.txt ^ ::-keyfile=my_keys.txt ^ -crossover=20 ^ -tapdelay=5,2 ^ -aliasdelay=5,2 ^ -nomenu ^ ::-nocontrols ^ ::-nodelay ^ ::-focusapp=Counterstrike ^ :: pause