home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of the Best
/
_.img
/
02100
/
drucker.bat
< prev
next >
Wrap
DOS Batch File
|
1991-06-15
|
369b
|
17 lines
echo off
cls
echo.
echo BACK Version 1.0 (C) 1991 Thomas Mayer
echo --------------------------------------------
echo.
echo Die Anleitung von BACK wird auf dem Drucker an LPT1 ausgedruckt ...
echo.
echo ##### Abbruch: CTRL-C Weiter: Beliebige Taste #####
echo.
echo.
pause >NUL
copy back.txt LPT1: >NUL
echo Viel Spaß ...
echo on