home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best Objectech Shareware Selections
/
UNTITLED.iso
/
boss
/
word
/
text
/
010
/
manual.bat
< prev
next >
Wrap
DOS Batch File
|
1992-02-25
|
4KB
|
130 lines
ECHO OFF
CLS
ECHO ░░░░ ░░ ░░░░
ECHO ░░ ░░░░ ░░ ░░░ ░░░
ECHO ░░ ░░ ░░ ░░ ░░░░░░░░░░ ░░ ░░ ░░
ECHO ░░░ ░░░ ░░ ░░ ░░ ░░ ░░░░ ░░
ECHO ░░ ░░ ░░ ░░ ░░ ░░ ░░ ░░
ECHO ░░░░░░░░░░░░░░░░░░░░░░░░░░ ░░░░░░░░░░░░░░ ░░ ░░ ░░ ░░
ECHO ░░ ░░ ░░ ░░░ ░░ ░░ ░░ ░░ ░░ ░░ ░░
ECHO ░░ ░░ ░░ ░░ ░░ ░░ ░░ ░░ ░░ ░░ ░░ ░░
ECHO ░░░ ░░░ ░░░ ░░ ░░░░░░░░░ ░░ ░░ ░░ ░░ ░░
ECHO ░░░░░░░ ░░ ░░ ░░ ░░░░░░░░░░░░░░░░ ░░
ECHO ░░░ ░░ ░░░░░░░░░
ECHO ░░ ░ ░░░ ░░░░░░
ECHO ░░░░░░░░░░░ ░░ (c)
ECHO ┌───────────────┐
ECHO ░░░░░░░░░░░░░░░░░░░░░░░░│ PRINT MANUAL │ ░░░░░░░░░░░░░░░░░░░░░░░░░
ECHO └───────────────┘
ECHO If this is the original Diskette place it in drive A and type the following.
ECHO C:
ECHO MD TAMIL
ECHO CD TAMIL
ECHO COPY A:*.*
ECHO GO
CHOOSE 7 If not type Y to print the manual:
IF ERRORLEVEL 122 goto quit
IF ERRORLEVEL 121 goto ok
IF ERRORLEVEL 80 goto quit
IF ERRORLEVEL 79 goto ok
goto quit
:ok
CLS
ECHO ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
T USERGUID.TXT TEMP.TAM O
:printam
CLS
ECHO ─────────────────────────────────────────────────────────────────────
ECHO ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
ECHO ┌────────────────────┐
ECHO │ HARD COPY OPTIONS │
ECHO └────────────────────┘
ECHO The User guide is 24 pages long. It will now be printed.
ECHO If not press Q to return to the editor.
ECHO ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
ECHO E - Epson /IBM Dot matrix printer
ECHO H - HP Laser printer
ECHO Q - Quit
CHOOSE 7 Type E, H or Q:
IF ERRORLEVEL 113 goto quit
IF ERRORLEVEL 104 goto hplaser
IF ERRORLEVEL 101 goto epson
IF ERRORLEVEL 81 goto quit
IF ERRORLEVEL 72 goto hplaser
IF ERRORLEVEL 69 goto epson
goto printam
:hplaser
CLS
ECHO ─────────────────────────────────────────────────────────────────────
ECHO ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
ECHO ┌────────────────────┐
ECHO │ HPLASER OPTIONS │
ECHO └────────────────────┘
ECHO P - Parellel Port
ECHO F - Print to file
ECHO 1 - Serial port COM1
ECHO 2 - Serial port COM2
ECHO Q - Quit
CHOOSE 7 Type P, F, 1, 2, Q:
IF ERRORLEVEL 113 goto printam
IF ERRORLEVEL 112 goto hparellel
IF ERRORLEVEL 102 goto temphpl
IF ERRORLEVEL 81 goto printam
IF ERRORLEVEL 80 goto hparellel
IF ERRORLEVEL 70 goto temphpl
IF ERRORLEVEL 50 goto hserial2
IF ERRORLEVEL 49 goto hserial1
goto hplaser
:hserial1
MODE COM1:9600,n,8,1,p
MODE LPT1=COM1
goto hparellel
:hserial2
MODE COM2:9600,n,8,1,p
MODE LPT1=COM2
:hparellel
P TEMP.TAM hplaser PRN
goto quit
:temphpl
P TEMP.TAM hplaser
goto quit
:epson
CLS
ECHO ─────────────────────────────────────────────────────────────────────
ECHO ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
ECHO ┌──────────────────────┐
ECHO │ DOT MATRIX OPTIONS │
ECHO └──────────────────────┘
ECHO P - Parellel Port
ECHO F - Print to file
ECHO 1 - Serial port COM1
ECHO 2 - Serial port COM2
ECHO Q - Quit
CHOOSE 7 Type P, F, 1, 2, Q:
IF ERRORLEVEL 113 goto printam
IF ERRORLEVEL 112 goto eparellel
IF ERRORLEVEL 102 goto tempeps
IF ERRORLEVEL 81 goto printam
IF ERRORLEVEL 80 goto eparellel
IF ERRORLEVEL 70 goto tempeps
IF ERRORLEVEL 50 goto eserial2
IF ERRORLEVEL 49 goto eserial1
goto epson
:eserial1
MODE COM1:9600,n,8,1,p
MODE LPT1=COM1
goto eparellel
:eserial2
MODE COM2:9600,n,8,1,p
MODE LPT1=COM2
:eparellel
P TEMP.TAM epson PRN
goto quit
:tempeps
P TEMP.TAM epson
goto quit
:quit
CLS
TYPE ADAMI.MSG