home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best Objectech Shareware Selections
/
UNTITLED.iso
/
boss
/
busi
/
invo
/
007
/
viewdoc.bat
< prev
Wrap
DOS Batch File
|
1991-10-14
|
511b
|
16 lines
ECHO OFF
CLS
ECHO The Invoicer manual will be displayed on the screen. When a full screen
ECHO has been displayed, the word -- MORE -- will be displayed at the bottom
ECHO of the screen. After you have read the screen, press any key to continue
ECHO to the next screen. If you do not want to view additional screens, hold
ECHO down the CTRL key and then press the BREAK key. You can then terminate
ECHO the batch to exit this routine.
ECHO .
ECHO .
PAUSE
CLS
TYPE MANUAL.DOC |MORE
PAUSE
CLS