<HTML>mit einem texteditor *g* ...
... na wenn ich keinen palm dafür krieg kannst dir's selber bauen
nachstehend ein kleines batch script dass ich vor einiger zeit amal für einen bekannten (mit 0 plan von dos) gebastelt hab ...
... des hat super funktioniert, aber heutzutage greifen die leute leider lieber zu windows anstelle sich selber zu helfen *schluchz*
--- menu.bat ---
@echo off
REM Batch Enhancer ...
be sa grn >nul
be cls
type menu
choice /c:WOEQMVPIUADNHTRGþ >nul
if errorlevel 17 goto matchbox
if errorlevel 16 goto games
if errorlevel 15 goto reboot
if errorlevel 14 goto thanks
if errorlevel 13 goto help
if errorlevel 12 goto nc
if errorlevel 11 goto end
if errorlevel 10 goto ascii
if errorlevel 9 goto about
if errorlevel 8 goto decomp
if errorlevel 7 goto comp
if errorlevel 6 goto dir
if errorlevel 5 goto end
if errorlevel 4 goto qbasic
if errorlevel 3 goto edit
if errorlevel 2 goto defrag
if errorlevel 1 goto windows
:NC
cd\
cd norton\
nc
goto menu
:GAMES
be cls
type games
choice /c:CEPM >nul
if errorlevel 4 goto endgame
if errorlevel 3 goto prince
if errorlevel 2 goto simearth
if errorlevel 1 goto simcity
:ENDGAME
goto menu
:SIMEARTH
cd\spiele\dos\simearth\
simearth
goto menu
RINCE
cd\spiele\dos\prince\
prince
goto menu
:SIMCITY
cd\spiele\dos\simcity\
simcity
goto menu
:REBOOT
be reboot
:THANKS
echo.
echo ...All my friends...
pause >nul
goto menu
:HELP
type c:\menu\hilfe.hlp |more
echo.
echo [TASTE]
pause >nul
goto menu
:ASCII
cd\root
ascii
goto menu
:ABOUT
echo Menu von Manuel Capellari
echo Copyright by MC 04.02.1996.
pause >nul
goto menu
:WINDOWS
win
exit
goto menu
EFRAG
defrag
goto menu
:QBASIC
qbasic
goto menu
:EDIT
edit
goto menu
IR
c:\
cd\
dir |more
goto menu
:COMP
arj a -m1 c:\menu\comp\Menu
goto menu
ECOMP
arj e *.* c:\menu\decomp\
goto menu
:MENU
cd\menu
be beep
menu
:MATCHBOX
cd\menu
edit menu.bat
goto menu
:END
cd\
cls
---menu.bat ---
--- menu ---
ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹ MENU! Special Edition ÌÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ º
º Windows=>W Packen=>P Spiele=>G º
º DOS=>D Entpacken=>I º
º Editor=>E Verzeichnisse=>V º
º QuickBasic=>Q ASCII Tabelle=>A º
º Defrag=>O Norton Commander=>N º
ÌÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
º MENU SPECIAL VERSION 3.0 ¸ by MC 1996/97 º
ÌÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
º º
º º
º º
º º
º º
º º
º º
ÌÍÍÍÍÍÍÍÍÍÍÍÍÍËÍÍÍÍÍÍÍÍÍÍËÍÍÍÍÍÍÍÍÍÍËÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍËÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
º MENUENDE=>M º HILFE=>H º UEBER=>U º SPECIAL THANKS=>T º º
ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÊÍÍÍÍÍÍÍÍÍÍÊÍÍÍÍÍÍÍÍÍÍÊÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÊÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
--- menu ---</HTML>