home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / mcook137.zip / REGISTER.BAT < prev    next >
DOS Batch File  |  1994-08-30  |  349b  |  16 lines

  1. @echo off
  2. cls
  3. echo 
  4. echo 
  5. echo This will print the MCOOK.REG file. This is the registration form you
  6. echo need to mail me if (when) you want to register MicroCook.
  7. echo 
  8. echo 
  9. echo Press any key to start printing, or CTRL-C to Cancel.
  10. pause>nul
  11. echo Printing MCOOK.REG . . . . .
  12. copy mcook.reg prn >nul 
  13. echo 
  14. echo DONE!
  15. echo 
  16.