Advertisement
This is comment for paste
RUBIDIUM.bat
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ERRORLEVEL should look like this
- before:
- IF ERRORLEVEL==1 goto start
- IF ERRORLEVEL==2 exit
- after:
- IF ERRORLEVEL==2 exit
- IF ERRORLEVEL==1 goto start
- becouse there is a problem with overflow
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement