home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of the Best
/
_.img
/
01099
/
cds_yo.shi
/
BESTELL.BAT
next >
Wrap
DOS Batch File
|
1992-08-30
|
248b
|
14 lines
@ECHO OFF
CLS
ECHO Bitte Drucker einschalten, weiter mit Tastendruck...
PAUSE >NUL
IF EXIST formular.txt GOTO drucken
GOTO ende
:drucken
CLS
ECHO Bestellformular wird gedruckt!
TYPE formular.txt >PRN
ECHO.
ECHO Fertig!
:ende
ECHO ON