home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / LAN / NB22.ZIP / RUNOR.BAT < prev    next >
DOS Batch File  |  1993-12-03  |  337b  |  12 lines

  1. @echo off
  2. rem *** Runor.bat    -    Version 2.0
  3. rem *** 
  4. rem *** This batch file should print the order form.  If the user has already
  5. rem *** used the print command, then the default printer will be used, if not
  6. rem *** the user will be prompted for a print device in the normal way.
  7. rem ***
  8. cls
  9. print order.doc
  10. pause
  11. notice
  12.