Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if not exist KeyList.txt (
- echo KeyList.txt was not found, generating...
- call :intialize_KeyList
- ) else (
- more +6 KeyList.txt > .tmp
- set /P string=< .tmp
- if not [%string%]==[#########THIS_SHOULD_BE_LINE_7_(SEVEN)#########] (
- cls
- color CF
- echo ERROR! YOU HAVE A MALFORMED KeyList.txt FILE! PLEASE BACKUP YOUR SERIALS, DELETE THE KeyList.txt FILE AND LAUNCH THIS PROGRAM AGAIN!
- echo Or fix it, if you know how....
- echo.
- echo Press a key to exit
- pause > nul
- set res=1
- goto :EOF
- )
- goto :EOF
- )
Advertisement
Add Comment
Please, Sign In to add comment