home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BUSINESS / SHOCASFX.ZIP / COMPRSD.EXE / PRINTME.BAT < prev    next >
DOS Batch File  |  1994-01-05  |  322b  |  8 lines

  1. @ECHO OFF
  2. CLS
  3. REM This is the batch file that will print out the Registration Form
  4. REM for this shareware program and, when edited, it will print out
  5. REM Your BBS MEMBERSHIP Application! Edit it accordingly.
  6. REM IF YOU LPT1, CHANGE THE LINE BELOW TO READ LPT1 INSTEAD OF PRN
  7. IF EXIST *.FRM COPY ORDER.FRM lpt1 >NUL
  8.