home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource5
/
354_01
/
printdoc.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1991-06-01
|
310 b
|
10 lines
ECHO off
CLS
ECHO This file will print the entire users manual to your printer. If you
ECHO do not want to print the manual, press the Control, (Ctrl), and the
ECHO C key, (Ctrl - C), NOW.
PAUSE
copy cesmouse.doc prn
CLS
ECHO Printing is Finsihed! Thank-you for choosing this CES Shareware Product.