home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 20 / bbd20.zip / EDIT.MHH < prev    next >
Text File  |  1988-02-02  |  2KB  |  49 lines

  1.    Store a list of DOS commands, including BATCH files.
  2.  
  3.    ┌ MAIN MENU # 1 ───────┐
  4.    │TITLE >█              │  If first 3 characters are REM, item is disabled
  5.    │MENU/C>               │  Call a MENU here.  Or DOS prompt command.
  6.    │     C>               │  DOS prompt command.
  7.    └──────────────────────┘
  8.    INS to toggle Insert/Overwrite.               CTRL-Y to delete a line.
  9.    Call / create a menu.
  10.  
  11.    ┌ MAIN MENU # 2 ───────┐
  12.    │TITLE >Disk commands  │  What this menu does.
  13.    │MENU/C>MENU DISK      │  MENU menuname (1 to 8 characters)
  14.    │     C>               │  These lines are ignored.
  15.    └──────────────────────┘
  16.  
  17.    DOS command.
  18.  
  19.    ┌ MAIN MENU # 3 ───────┐
  20.    │TITLE >Check disk     │  Let's check the disk files.
  21.    │MENU/C>CHKDSK /F      │  Give the DOS command.
  22.    │     C>PAUSE          │  Wait, read screen.
  23.    └──────────────────────┘
  24.  
  25.    TeleCommunications Software Program.
  26.  
  27.    ┌ MAIN MENU # 3 ───────┐
  28.    │TITLE >Communications │  Let's use the MODEM to pay the bills.
  29.    │MENU/C>               │  Leave blank for expansion to MENU.
  30.    │     C>CD \PROCOMM    │  Change to ProComm sub-directory.
  31.    │     C>PROCOMM /FBANK │  Call ProComm with BANK.CMD auto-logon.
  32.    └──────────────────────┘
  33.   Notes:
  34.            The PATH is ALWAYS reset.
  35.            Batch file reserves  3K  until done.
  36.            PATH+  add to current PATH.
  37.            REM    TITLE > disable ALL lines.
  38.            REM         C> disable line or entire menu.
  39.  
  40.    See the CONTROL section, to stop the PATH from being reset.
  41.    REBOOT COMMANDS - detailed in the manual.
  42.  
  43.    EASYMENU REBOOT             Reboot system - like CTRL-ALT-DEL or power-on
  44.    EASYMENU AUTOEXEC           Reboot & use AUTOEXEC.NEW  not AUTOEXEC.BAT
  45.    EASYMENU CONFIG             Reboot & use CONFIG.NEW    not CONFIG.SYS
  46.    EASYMENU AUTOEXEC CONFIG    Reboot & use AUTOEXEC.NEW & CONFIG.NEW
  47.    EASYMENU LOCKUP             Lock PC & disable CTRL-ALT-DEL for power off
  48.                                Displays message telling user to power down
  49.