home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / AWALL211.ZIP / PRINTDOC.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-08-15  |  259 b   |  10 lines

  1. echo off
  2. echo Alley-Wall Print Documentation File Batch - for v2.11
  3. echo .
  4. echo This batch will print out all the documentation files.
  5. echo .
  6. echo Press CTRL BREAK now if you do not want to print them.
  7. pause
  8. echo Printing... Please wait.
  9. print *.doc
  10.