home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Boldly Go Collection
/
version40.iso
/
TS
/
17A
/
BAN11.ZIP
/
PRINTDOC.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-03-11
|
221b
|
8 lines
echo off
echo This will print out BAN.DOC, ORDER.FRM, SHAREWRE.DOC, VENDORS.DOC,
echo and HISTORY.DOC. If you do not want to print the documentation,
echo press CTRL-BREAK right now.
pause
print *.doc
print *.frm