home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / printuti / lj3fnt13.zip / REGISTER.BAT < prev    next >
DOS Batch File  |  1993-08-25  |  767b  |  15 lines

  1. echo off
  2. cls
  3. echo ┌───────────────────────────────────────────────────────────────────────┐
  4. echo │ We are now ready to print a copy of the registration form for this    │
  5. echo │ shareware product. Make sure your printer is on and ready to run.     │
  6. echo │ Then hit the return key to print a copy of the shareware registration │
  7. echo │ form.                                                                 │
  8. echo │                                                                       │
  9. echo │ If you *don't* want to print anything hit the Ctrl-C key now to abort │
  10. echo │ this batch file and return to INSTALL.                                │
  11. echo └───────────────────────────────────────────────────────────────────────┘
  12. pause
  13. copy register.doc %1:
  14.  
  15.