home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of German Only 1
/
romside_best_of_german_only_1.iso
/
spiele
/
dos
/
nighttra
/
druckanl.bat
< prev
next >
Wrap
DOS Batch File
|
1992-11-30
|
286b
|
13 lines
echo off
cls
echo Anleitung zu NIGHTTRAIN drucken
echo -----------------------------------------
echo Drucker einschalten und Papier ausrichten
echo -----------------------------------------
pause
copy handnig.txt lpt1:
cls
echo Die Anleitung wurde ausgedruckt!
pause
m