Category : Batch File Utilities - mostly for DOS
Archive   : ASKERS10.ZIP
Filename : MENU2.BAT

 
Output of file : MENU2.BAT contained in archive : ASKERS10.ZIP
@echo off
:MENU
cls
echo My Menu
echo ---------
echo A - Run Lotus 123 B - Format Data Disk in A:
echo ---
echo C - Run Word Perfect D - Quit to DOS
echo ---------------------------------------------------------
askit Please_Choose_an_option: ABCD
if errorlevel 0 if NOT ERRORLEVEL 1 123
if errorlevel 1 if NOT ERRORLEVEL 2 FORMAT A: /V
if errorlevel 2 if NOT ERRORLEVEL 3 WP
if errorlevel 3 if NOT ERRORLEVEL 4 goto :END
goto :MENU
:END
echo TYPE MENU TO RETURN TO THIS MENU



  3 Responses to “Category : Batch File Utilities - mostly for DOS
Archive   : ASKERS10.ZIP
Filename : MENU2.BAT

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. 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/