home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of German Only 2
/
romside_best_of_german_only_2.iso
/
dos
/
utility
/
asc2exe
/
1start.bat
next >
Wrap
DOS Batch File
|
1994-01-23
|
2KB
|
65 lines
Echo off
:anfang
cls
type 1start.lgo
ECHo [F1] = Programm Starten [F4] = Hinweise
echo [F2] = Handbuch ansehen [F5] = Programme des Autors
echo [F3] = Bestellschein drucken [F6] = ENDE
echo Ihre Wahl: ?
key
if errorlevel = 65 goto anfang
if errorlevel = 64 goto ende
if errorlevel = 63 goto im_soft
if errorlevel = 62 goto hinweis
if errorlevel = 61 goto bestell
if errorlevel = 60 goto handbuch
if errorlevel = 59 goto starten
goto anfang
:im_soft
if exist==imsoft.exe imsoft
goto anfang
:starten
asc2exe handbuch.doc handbuch.exe /K
goto anfang
:handbuch
echo Wenn das Handbuch bereits erzeugt wurde zeige ich jetzt das Programm
echo oder ggf. zuerst mit F1 ein Handbuch erzeugen !
if exist==HANDBUCH.EXE handbuch.exe
pause
goto anfang
:bestell
type bestell.txt >prn
goto anfang
:hinweis
cls
echo.
echo ┌───────────────────────────────┐
echo │ ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▐██████████████ │
echo │ ▓ ▓▓▓▓▐███ ████ │
echo │ ▓▓ ▓▓▓▓▓▓▓ ▓▓▓▐██ ███████████ │
echo │ ▓▓ ▓▓▓▓▓▓▓▓ ▓▓▐██ ███████████ │
echo │ ▓▓ ▓▓▓▓▓▓▓▓ ▓▓▐███ ████ │
echo │ ▓▓ ▓▓▓▓▓▓▓▓ ▓▓▐██████████ ███ │
echo │ ▓▓ ▓▓▓▓▓▓▓▓ ▓▓▐██████████ ███ │
echo │ ▓▓ ▓▓▓▓▓▓▓ ▓▓▓▐██████████ ███ │
echo │ ▓ ▓▓▓▓▐██ ████ │
echo │ ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▐██████████████ │
echo ├───────────────────────────────┤
echo │ Deutschsprachige Shareware │
echo │ │
echo │ Autoren- & Händlervereinigung │
echo └───────────────────────────────┘
echo.
echo.
pause
cls
type info.lgo
pause
cls
type hinweis.lgo
pause
goto anfang
:ende
cls
type 1start.lgo
echo on