Someone wrote this code, but it doesnt work in my code. @echo off & setlocal EnableDelayedExpansion rem tuning flickering rem use fonts 8x8 or Lucida Console 5 mode 120,80 set LF=^ rem above 2 blank lines necessary! set st0=°±²Û²±° set st=!st0!g!st0!o!st0!u!st0!z set st=!st!!st!!st!!st!!st! set ...
@Sqaushman: maybe he has no code yet. Test this: if %version%==%keyversion% goto somewhere :somewhere rem Some code to execute here And if %version% LSS %keyversion% goto new :new rem code.... But you have to do: set /a savegameversion=1 set /a keyversion=2 That LSS will work correctly. I hope i was...
There is nothing wrong with my code, it is because of Windows. The auto-repeat with pressing ENTER or hold ENTER pressed causes this problem because i have a while loop that runs until the command is repeated 100 times (but only if you press ENTER or hold ENTER after typing a specific command). I kn...
How do I prevent the console window from flickering? After pressing [ENTER] the last command is repeated. This causes that the window is flickering. Do you guys know how to fix this?