home *** CD-ROM | disk | FTP | other *** search
- Store a list of DOS commands, including BATCH files.
-
- ┌ MAIN MENU # 1 ───────┐
- │TITLE >█ │ If first 3 characters are REM, item is disabled
- │MENU/C> │ Call a MENU here. Or DOS prompt command.
- │ C> │ DOS prompt command.
- └──────────────────────┘
- INS to toggle Insert/Overwrite. CTRL-Y to delete a line.
- Call / create a menu.
-
- ┌ MAIN MENU # 2 ───────┐
- │TITLE >Disk commands │ What this menu does.
- │MENU/C>MENU DISK │ MENU menuname (1 to 8 characters)
- │ C> │ These lines are ignored.
- └──────────────────────┘
-
- DOS command.
-
- ┌ MAIN MENU # 3 ───────┐
- │TITLE >Check disk │ Let's check the disk files.
- │MENU/C>CHKDSK /F │ Give the DOS command.
- │ C>PAUSE │ Wait, read screen.
- └──────────────────────┘
-
- TeleCommunications Software Program.
-
- ┌ MAIN MENU # 3 ───────┐
- │TITLE >Communications │ Let's use the MODEM to pay the bills.
- │MENU/C> │ Leave blank for expansion to MENU.
- │ C>CD \PROCOMM │ Change to ProComm sub-directory.
- │ C>PROCOMM /FBANK │ Call ProComm with BANK.CMD auto-logon.
- └──────────────────────┘
- Notes:
- The PATH is ALWAYS reset.
- Batch file reserves 3K until done.
- PATH+ add to current PATH.
- REM TITLE > disable ALL lines.
- REM C> disable line or entire menu.
-
- See the CONTROL section, to stop the PATH from being reset.
- REBOOT COMMANDS - detailed in the manual.
-
- EASYMENU REBOOT Reboot system - like CTRL-ALT-DEL or power-on
- EASYMENU AUTOEXEC Reboot & use AUTOEXEC.NEW not AUTOEXEC.BAT
- EASYMENU CONFIG Reboot & use CONFIG.NEW not CONFIG.SYS
- EASYMENU AUTOEXEC CONFIG Reboot & use AUTOEXEC.NEW & CONFIG.NEW
- EASYMENU LOCKUP Lock PC & disable CTRL-ALT-DEL for power off
- Displays message telling user to power down