Category : Batch File Utilities - mostly for DOS
Archive   : BATMNU21.ZIP
Filename : NORTON.BAT
Output of file : NORTON.BAT contained in archive : BATMNU21.ZIP
rem A menu within a batch file, errorlevel format
c:
cd \bat
goto start
:menu
window,fWHI,tYEL,oCYA,hRED,e,kred°,s,c
title,Norton Utilities
option,Commander,1
option,Disk Doctor,1
option,Integrator,1
option,Editor,1
option,Utilities,1
option,Exit,2
:end_menu
:start
batmnu norton.bat
if errorlevel 6 goto EXIT
if errorlevel 5 goto NU
if errorlevel 4 goto NE
if errorlevel 3 goto NI
if errorlevel 2 goto NDD
if errorlevel 1 goto NC
if errorlevel 0 goto EXIT
:NDD
cls
c:
cd \util\norton
ndd
goto start
:NE
cls
ne
goto start
:NI
cls
c:
cd \util\norton
NI
goto start
:NC
cls
c:
cd \
nc
goto start
:NU
cls
c:
cd \util\norton
nu
goto start
:EXIT
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/