home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
filutl
/
treevw11.arc
/
PRINTDOC.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-05-31
|
1KB
|
47 lines
ECHO OFF
REM FILENAME PRINTDOC.BAT FOR TREEVIEW SHAREWARE VERSION
CLS
ECHO -----------------------------------------------------------------
ECHO This Batch file will send the file TV.DOC to your printer
ECHO -----------------------------------------------------------------
ECHO .
ECHO Please make sure your printer is on-line and set to TOP OF FORM.
ECHO .
ECHO This documentation will take about 54 pages to print, if you do not
ECHO wish to print the documentation at this time, hold down the [Ctrl] key
ECHO and press the [Break] key.
ECHO .
ECHO Otherwise, the printing will begin as soon as you
PAUSE
CLS
ECHO Now printing READ.ME file to printer with last minute information
ECHO about TREEVIEW ......
COPY READ.ME PRN: >NUL
ECHO .
ECHO .
ECHO Now printing Documentation for TREEVIEW ......
COPY TV.DOC PRN: >NUL
CLS
ECHO .
ECHO TREEVIEW Documentation has been printed.
ECHO .
ECHO .
ECHO .
ECHO .
ECHO .
ECHO Now printing the TREEVIEW registration form......
COPY REGISTER.FRM PRN: >NUL
CLS
ECHO .
ECHO .
ECHO .
ECHO .
ECHO .
ECHO .
ECHO Thank you for evaluating TREEVIEW and supporting the SHAREWARE Way!
ECHO .
ECHO .
ECHO .
ECHO .
ECHO End of file PRINTDOC.BAT - Returning to DOS . . . . . . .