home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / me301sng.zip / REGITMOD.BAT < prev    next >
DOS Batch File  |  1992-11-20  |  3KB  |  99 lines

  1. @echo off
  2. echo off
  3. goto start
  4. n register.exe
  5. l
  6. ge4
  7. t
  8. g351
  9. Fred Flintstone
  10. SiN
  11.  
  12. t
  13. g3303
  14. > regno.txt
  15. da ds:si ds:si+19
  16. q
  17.  
  18. :start
  19. cls
  20. echo  
  21. echo                           The SiN Utility Divison Presents
  22. echo                    ─────────────────────────────────────────────
  23. echo                        Modedit v3.01 serial number generator
  24. echo  
  25. echo  
  26. echo This program will generate your OWN personal registration code for this
  27. echo particular version of MODEDIT!!
  28. echo  
  29. echo Here's what you have to do:
  30. echo 1.) ASCII edit line 9 of this file from 'Fred Flintstone' to the
  31. echo     desired registration name (or leave it as is, see what we care).
  32. echo 2.) Run this registration program by typing 'REGITMOD NOW'!
  33. echo 3.) After this program runs, a file called regno.txt will have been
  34. echo     created.  Inside is your personal REGISTRATION number!!  It's a
  35. echo     26 character code!!
  36. echo  
  37. if "%1" == "now" goto doit
  38. if "%1" == "Now" goto doit
  39. if "%1" == "nOw" goto doit
  40. if "%1" == "noW" goto doit
  41. if "%1" == "NOw" goto doit
  42. if "%1" == "nOW" goto doit
  43. if "%1" == "NoW" goto doit
  44. if "%1" == "NOW" goto doit
  45. goto exit
  46.  
  47. :doit
  48. if not exist regfnd.exe goto noexe
  49. if not exist register.exe goto noexe
  50. if not exist register.dat goto noexe
  51. regfnd < regitmod.bat > nul
  52. goto end
  53.  
  54. :noexe
  55. cls
  56. echo  
  57. echo Argggggggggggggggggggggggg!
  58. echo Try Again.... This registration procedure requires:
  59. echo regfnd.exe, regitmod.bat, register.exe, and register.dat to be in the
  60. echo current directory.  The first three can be removed to save space once the
  61. echo procedure is complete. The last file is converted to the registered
  62. echo program.
  63. goto exit
  64.  
  65. :noregno
  66. cls
  67. echo  
  68. echo H o L y    S H i T !!!!
  69. echo Something didn't go as expected!!!!!!!!!!!!!!!!!!!!!!!!!!
  70. echo    1.)  Has the program been setup and tested yet?
  71. echo         If the answer is no, then go do it!
  72. echo    2.)  Does this version of 'regitmod' match the version of the program??
  73. echo         If the answer is no, then get the correct version!
  74. echo    3.)  Try running 'regitmod' one more time! If this message appears again,
  75. echo         then this version of 'regitmod' will not work with this version of
  76. echo         the program!!!
  77. goto exit
  78.  
  79. :end
  80. cls
  81. if not exist regno.txt goto noregno
  82. echo We did it!!!!!  All Done
  83. echo Run 'REGISTER' and enter the registration information with the
  84. echo registration number given below.  All information is case sensitive.
  85. echo  
  86. type regno.txt
  87. echo            ##########################
  88. echo The registration number is the 26 character alphanumeric string ABOVE
  89. echo those pound signs.
  90. echo  
  91. echo BTW, your REGISTRATION serial number is stored in regno.txt!!
  92. echo Remember one last thing: This code will probably work for future
  93. echo versions so don't lose it!!!!!!!
  94.  
  95. :exit
  96. echo  
  97. echo Scorpion ¥
  98. echo on
  99.