home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / hdmiv.zip / INTRO.DOC < prev    next >
Text File  |  1990-04-11  |  7KB  |  103 lines

  1.                               Hard Disk Menu (HDM) IV
  2.  
  3.          This program is  a DOS shell that hides  the underlying operating
  4.          system from the uninitiated user, yet  does not get in the way of
  5.          the expert user.  The basic system consist of  up to one thousand
  6.          menu  files with  ten menu  pages  each,  and each  page has  ten
  7.          entries for  a total of 100,000  entries to choose from.  You can
  8.          start an  entry by pointing to  it with the cursor  or the mouse,
  9.          then press the  <Enter> key or the left mouse  button, or you can
  10.          simply  press the  number key  associated with  that entry.  Each
  11.          entry can start  a program, run a batch file,  or execute any DOS
  12.          command. An entry can also  have multiple steps which can include
  13.          any or all of the  possibilities above plus special HDM functions
  14.          and macros. You can change menu pages by pressing the <A> through
  15.          <J> keys  or the <Alt-1> through  <Alt-0> keys to go  directly to
  16.          page "A" through "J" or use the <PgUp> and <PgDn> keys. Each page
  17.          and each entry on each page has a user definable description. You
  18.          can go  to another Menu File  by using the action  function {MENU
  19.          ###}. The Menu Files are numbered from zero to 999.
  20.  
  21.          The  <F10> key  displays a  horizontal  menu  at the  top of  the
  22.          screen. The choices from the  menu include: Menu, Page, Security,
  23.          Local,  Global,  or  Exit.  Help  can  be  selected  any time and
  24.          presents you  with another menu  and screens that  explain how to
  25.          use the  Hard Disk Menu System.  MENU allows you to  add, change,
  26.          delete,  move,  or  copy  the  menu  entry descriptions and their
  27.          associated menu action. PAGE lets you change the description of a
  28.          Page Index  entry, import pages,  switch pages, or  delete pages.
  29.          SECURITY allows  you to set  up user logons  and password protect
  30.          menu entries. LOCAL lets you set up variables in the current menu
  31.          file and  GLOBAL lets you set  up variables that affect  all menu
  32.          files. EXIT leaves HDM and returns you to the DOS prompt or opens
  33.          a DOS window where you can run any DOS command, program, or batch
  34.          file. Other commands in the Top  Menu allow you to set up macros,
  35.          menu  titles,  change  colors   and  window  borders,  set  mouse
  36.          sensitivity,   set  communications   parameters,  set   time  for
  37.          automatic blanking of the menu screen, and set up hands off timed
  38.          execution of any menu entry any time of the day, week, or month.
  39.  
  40.          The user defined menu entries consist of two parts. The first one
  41.          is a 48 character description that is displayed on the screen and
  42.          can be anything you want. This is what you choose to start a menu
  43.          entry from the  main menu. The second part of  this menu entry is
  44.          the menu action.  This tells HDM what to do  when this menu entry
  45.          is started. The  menu action can contain anything  that you would
  46.          normally put in a DOS batch  file, plus functions and macros that
  47.          give you  additional flexibility, ease  of use, and  capabilities
  48.          beyond DOS and other menu systems.
  49.  
  50.          Help is  always available. Press  <F1> from anywhere  in the Hard
  51.          Disk Menu to get the help  menu and help screens. Help topics are
  52.          displayed at  the left side  of the screen  and a description  of
  53.          each topic is displayed on the  right side of the screen. You can
  54.          move  up and  down through  the help  topics or  press the letter
  55.          associated  with  it  and  the  information  on  that  topic will
  56.          immediately be  displayed in the  help text window  at the right.
  57.          You can also  get help on the keys available  when you are in the
  58.          main menu.  Just press <?> from  the main menu and  a help window
  59.          will  open with  information specific  to that  menu. It  is also
  60.          possible  to set  up custom  help for  any menu  entries that you
  61.          want. See the sample file A1.000 on your distribution disk.
  62.  
  63.          The  Hard  Disk  Menu  is  not  memory  resident.  When you run a
  64.          program, HDM gets out of memory completely so that all system ram
  65.          is available for your use.  HDM is then automatically called back
  66.          into memory when your program is finished.
  67.  
  68.          HDM  also  has  the  ability  to  log  user  activity  by writing
  69.          information to a file every time a user logs on or off, and every
  70.          time a menu entry is run. To use  the log file you must set up at
  71.          least one  user logon ID in  the Security pull down  menu and you
  72.          must start  HDM with the  -L startup switch.  The log file  is an
  73.          ASCII text file with the following format:
  74.  
  75.                               YYYYMMDDHR:MND[xxx]=Msg
  76.  
  77.          YYYY = Year; MM = Month; DD = Day; HR = Hour (0-23); MN = Minute;
  78.          D = Day of week; [xxx] = LOG, OFF,  RUN, or END; Msg = User ID or
  79.          Menu description of what was run.
  80.  
  81.          HDM allows you  to put passwords on any entries  in the main menu
  82.          and on  the commands in the  pull down windows. This  can be done
  83.          either at the group level via the Security pull down window or by
  84.          putting  the cursor  on any  main menu  entry or  pull down  menu
  85.          command and pressing the Alt-F1 key.
  86.  
  87.          You can customize the opening logo screen by using the -H startup
  88.          switch and putting your own company logo in the file HDM.HDR. You
  89.          can also create  custom help screens for each  main menu entry by
  90.          creating a text  file with a name that uses  a combination of the
  91.          menu entry page  letter and number and the  menu file number. For
  92.          example custom help for menu entry  B5 in menu file HDM.333 would
  93.          be named B5.333.  When F1 is pressed while the  cursor is on that
  94.          entry, your custom  help is displayed before the  normal HDM help
  95.          screens.
  96.  
  97.          There are many features built into  the Hard Disk Menu for use on
  98.          local  area networks.  One that  must be  used is  the -W startup
  99.          switch. This tells  HDM where to keep the work  file that it uses
  100.          to keep track of information for each user. The -T and -0 through
  101.          -9 startup  switches also can  help with network  environments as
  102.          can some of the security features.
  103.