bearbear12345

CodeSnippet

Jul 9th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.58 KB | None | 0 0
  1. if not exist KeyList.txt (
  2.   echo KeyList.txt was not found, generating...
  3.   call :intialize_KeyList
  4.   ) else (
  5.     more +6 KeyList.txt > .tmp
  6.     set /P string=< .tmp
  7.     if not [%string%]==[#########THIS_SHOULD_BE_LINE_7_(SEVEN)#########] (
  8.       cls
  9.       color CF
  10.       echo ERROR! YOU HAVE A MALFORMED KeyList.txt FILE! PLEASE BACKUP YOUR SERIALS, DELETE THE KeyList.txt FILE AND LAUNCH THIS PROGRAM AGAIN!
  11.       echo Or fix it, if you know how....
  12.       echo.
  13.       echo Press a key to exit
  14.       pause > nul
  15.       set res=1
  16.       goto :EOF
  17.       )
  18.     goto :EOF
  19.     )
Advertisement
Add Comment
Please, Sign In to add comment