home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK5 / DOS_01 / 4DUM12.ZIP / 4DUM12.DOC < prev   
Text File  |  1990-11-06  |  3KB  |  72 lines

  1.  
  2.  
  3.            4Dos User Menu 1.2
  4.     ╔═══════════════════════════════╗      ╔════════════════════════════╗
  5.     ║ The number keys (1 thru 0)    ║      ║ Contributed by Dick Botbyl ║
  6.     ║         select a menu item    ║      ║                            ║
  7.     ╠═══════════════════════════════╣      ║  █▀▀▀█      ▄        ▄█▄▄  ║
  8.     ║ b = screen blanker            ║      ║  █   █      █         █    ║
  9.     ║ c = calendar                  ║      ║  █▄▄▄█ ▄  ▄ █▄▄▄ ▄▄▄▄ █    ║
  10.     ║ d = run a DOS command         ║      ║  █  █  █  █ █  █ █  █ █    ║
  11.     ║ h = this help screen          ║      ║  █  █  █  █ █  █ █  █ █    ║
  12.     ║ l = Buerg's list.com          ║      ║  ▀  ▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀   ║
  13.     ║ t = big Time display          ║      ║     Computer Software      ║
  14.     ║ u = select UltraVision size   ║      ╠════════════════════════════╣
  15.     ║ x = exit the menu or use Esc  ║      ║     CIS id # 71571,151     ║
  16.     ║ ? = 4Dos help                 ║      ║     Copyright (c) 1990     ║
  17.     ╚═══════════════════════════════╝      ╚════════════════════════════╝
  18.  
  19.  
  20.  
  21.                             page down for more info
  22.  
  23.  
  24.  
  25.  This BTM was written because of a frustration over available menu programs.
  26.  
  27.   - Most are not compatible with UltraVision screen sizes. Those that can
  28.     handle more rows & columns, still put the menus in the upper left 80x25.
  29.  
  30.   - Most are bulky and do things I do not want and/or need.
  31.  
  32.   - Many are harder to setup than the BTM/ALIAS equivalents.
  33.  
  34.  Some BAT/BTM menus are dull and a plain prompt is boring!
  35.  
  36.  Hints:
  37.  
  38.   - Make sure you have enough free environment space. The best I can
  39.     determine is that 400 free bytes of Environment are required.
  40.     (these works for me)
  41.  
  42.     CONFIG.SYS:
  43.         SHELL=C:\4DOS\4DOS.COM /L:C:\4DOS /E:1024U /A:4096 /D:d:\ /U /P
  44.     4START.BAT:
  45.         SET 4DSHELL=/E:1024 /A:4096
  46.  
  47.     Increase the number after after "/E:", if you get an "out of environment
  48.     space" error message.
  49.  
  50.   - If your menu selection is a BAT/BTM, remember to CALL it or you will not
  51.     return to the menu. ie.:
  52.                               elseiff "%_key"=="6" then^CALL MYPROGRM.BTM
  53.  
  54.   - Using ALIASes to execute your favorite programs may(?) save a little
  55.     memory and the menu BTM looks much cleaner.
  56.  
  57.   - V. Buerg's LIST.COM is much prefered over the internal LIST (sorry, T.R.)
  58.  
  59.     4START.BAT:
  60.         SETDOS /v0 /I-LIST /S6:7
  61.         ALIAS LIST=`C:\BUERG\LIST.COM %1&`
  62.  
  63.  Notes:
  64.  
  65.   - Both command history and F1 (4Dos Help) are available with the "D" prompt.
  66.   - On an XT or AT this may be unbearably slow, but it's liveable on my
  67.     386-25.
  68.   - The size of the file can be decreased if you do not want/need the arrow
  69.     key highlighting and selection. (YOUR editing is necessary).
  70.   - Key input reaction time can be increased by eliminated unwanted options.
  71.   - The calander and the big time display will need some changes, if you run
  72.     them outside the 4DUM12.BTM.