home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of German Only 2
/
romside_best_of_german_only_2.iso
/
dos
/
finabusi
/
ahfaktur
/
start.bat
< prev
next >
Wrap
DOS Batch File
|
1980-03-01
|
734b
|
44 lines
echo off
:w
cls
echo.
echo.
echo.
echo.
echo. ********************************
echo. F A K T U R A 2 0 0 0
echo. ********************************
echo.
echo.
echo. 1 = Handbuch anzeigen
echo.
echo. 2 = Handbuch drucken
echo.
echo.
echo. 9 = Ende
echo.
echo.
echo. Ihre Wahl ?
echo.
echo.
taste
if errorlevel 9 goto ende
if errorlevel 2 goto t2
if errorlevel 1 goto t1
goto w
:t1
echo.Unterbrechung mit ^S !
pause
type handbuch.fak
pause
goto w
:t2
echo.Ist der Drucker bereit ?
pause
copy handbuch.fak prn
eject
goto w
:ende
echo on