home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / s / sedit100.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1993-03-11  |  148b  |  10 lines

  1. @ECHO OFF
  2. ECHO  >PRN
  3. CLS
  4. ECHO ** PREPARE PRINTER **
  5. ECHO .
  6. ECHO .       SET PRINT HEAD AT THE TOP OF THE PAGE
  7. ECHO .
  8. PAUSE
  9. TYPE SE.DOC>PRN
  10.