home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / stocks1.zip / REGPASS.BAT < prev    next >
DOS Batch File  |  1994-06-30  |  919b  |  20 lines

  1. echo off
  2. cls
  3. echo  ------------------------------------------------------------
  4. echo  ------------------------RegPass.bat-------------------------
  5. echo  ------------------------------------------------------------
  6. echo  ---------------Password Registration Routine----------------
  7. echo  ------------------------------------------------------------
  8. echo  -------------Thank you for buying a password!---------------
  9. echo  ------------------------------------------------------------
  10. echo  -If the password you've just registered (%1) is valid-
  11. echo  -you'll be able to access the entire product from now on....
  12. echo  ........by typing...........................................
  13. echo                      ShowAll 
  14. echo  ------------------------------------------------------------
  15. echo cls >ShowAll.bat 
  16. echo chmod +r begin.cfg     >> ShowAll.bat 
  17. echo softlock %1 begin >>ShowAll.bat 
  18. pause 
  19. Showall
  20.