home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 34 / FORM.BAT < prev    next >
DOS Batch File  |  1997-04-23  |  764b  |  38 lines

  1. @echo off
  2.  
  3. echo.
  4. echo.
  5. echo *** CLONE Full-Version Order Form ***
  6. echo This will print the Clone order form.
  7. echo.
  8. echo.
  9. echo Make sure your printer is turned ON and
  10. echo Press any key to print the form
  11. echo.
  12. echo Or press CTRL-C to cancel
  13. pause > nul
  14.  
  15. type form.txt > prn
  16. echo   > prn
  17.  
  18. cls
  19. echo.
  20. echo Duly complete this form, sign it, and
  21. echo make sure to enclose the correct amount
  22. echo in your envelope. Send your order to:
  23. echo.
  24. echo Laser Point
  25. echo Clone Registration
  26. echo P.O. Box 2378
  27. echo Watsonville, CA 95077
  28. echo.
  29. echo Make checks/orders payable to "Laser Point"
  30. echo.
  31. echo.
  32. echo Thank you very much for ordering Clone and
  33. echo have a nice day!
  34. echo.
  35. echo.
  36. echo                    Mathieu Frenette/Antares.
  37. echo.
  38.