Advertisement
A2R14N
Jun 26th, 2023
100
0
Never
This is comment for paste RUBIDIUM.bat
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ERRORLEVEL should look like this
  2. before:
  3. IF ERRORLEVEL==1 goto start
  4. IF ERRORLEVEL==2 exit
  5. after:
  6. IF ERRORLEVEL==2 exit
  7. IF ERRORLEVEL==1 goto start
  8. becouse there is a problem with overflow
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement