home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / fonts / topfonts / register.bat < prev    next >
DOS Batch File  |  1992-11-23  |  1KB  |  28 lines

  1. echo off
  2. cls
  3. echo ┌───────────────────────────────────────────────────────────────────────┐
  4. echo │ We are now ready to print a copy of the registration form for the Top │
  5. echo │ Fonts Sampler. Registered users receive a free font newsletter, free  │
  6. echo │ CompuServe accounts and $15 access credits, access to technical       │
  7. echo │ support, and can purchase our giant 125 outline TrueType collection   │
  8. echo │ at a special price.                                                   │
  9. echo │                                                                       │
  10. echo │ Make sure your printer is on and ready to run. Then press the enter   │
  11. echo │ key to print a copy of the shareware registration form.               │
  12. echo │                                                                       │
  13. echo │ If you *don't* want to print this, press the Ctrl-C key now to abort  │
  14. echo │ this batch file and return to INSTALL.                                │
  15. echo └───────────────────────────────────────────────────────────────────────┘
  16. if "%1"=="" goto bad
  17. pause
  18. copy register.doc %1:
  19. goto good
  20. :bad
  21. echo You must include a printer port in the command for this batch file. Try:
  22. echo REGISTER LPT1
  23. echo    or
  24. echo REGISTER COM2
  25. :good
  26.  
  27.  
  28.