home *** CD-ROM | disk | FTP | other *** search
/ Adventures in Heaven 1 / advinhev1.iso / fmgr.hlp < prev    next >
Text File  |  1987-06-30  |  23KB  |  547 lines

  1.                              UWS Menu File Manager
  2.                                   Version 1.0
  3.                              Version date: 6/27/87
  4.                                         
  5.                                   Program Help
  6.                                   ------- ----
  7.      
  8.      This help information is displayed by viewing the file "FMGR.HLP"
  9.      (press <H> from the Main menu).  You may scroll through this file with
  10.      the arrow-keys, the <PgUp> and <PgDn> keys, and the <Home> and <End>
  11.      keys.  See the "View" command help screens for more information.
  12.      
  13.      The on line help for UWS MenuFile Manager is in a file named
  14.      "FMGR.HLP".  It is actually a text file, and may be listed or printed
  15.      with DOS commands.  To get a hard copy of this file, type:
  16.      
  17.          COPY FMGR.HLP PRN:
  18.      
  19.      at the DOS prompt (make sure your printer is ready).
  20.      
  21.      Press <PgDn> to continue.
  22.                              Program Help Continued
  23.                              ------- ---- ---------
  24.      
  25.      The easiest way to get help information for any subject is to use the
  26.      "Search" command.  It is not case-sensitive, and may be used to search
  27.      for parts of words.  It will search from the second line displayed to
  28.      the bottom of the file.  If a match is found, the line containing the
  29.      search string is displayed at the top of the screen.
  30.      
  31.      If you wish to see the index of help information, press the <Home> key
  32.      to go to the top of the file, then press the <S> key, and enter a
  33.      search string of "help_index" (Note: the underscore (_) is used to
  34.      signify a space, do not put an underscore in the search string, put a
  35.      space there).  The index will be displayed.
  36.      
  37.      Any of the subjects listed may be quickly found in the same manner.
  38.      For each entry in the index, the right column contains unique search
  39.      strings to go directly to that subject.
  40.  
  41.  
  42.  
  43.                                    HELP INDEX
  44.                                    ---- -----
  45.      
  46.           Command                                        Search String
  47.           -------                                        ------ ------
  48.           Attribute                                  ATTRIBUTE COMMAND
  49.           Copy                                            COPY COMMAND
  50.           Dir                                              DIR COMMAND
  51.           Erase                                          ERASE COMMAND
  52.           Fedit                                          FEDIT COMMAND
  53.           Group                                          GROUP COMMAND
  54.           Help                                            HELP COMMAND
  55.           Move                                            MOVE COMMAND
  56.           Quit                                            QUIT COMMAND
  57.           Rename                                        RENAME COMMAND
  58.           Set                                              SET COMMAND
  59.           Tree                                            TREE COMMAND
  60.           View                                            VIEW COMMAND
  61.      
  62.                 (Press <PgDn> for General help and information.)
  63.  
  64.                                   General Help
  65.                                   ------- ----
  66.      At any time during program operation, the <F1> key may be pressed to
  67.      display screens showing and describing the keys used in this program.
  68.      
  69.      /*  show how to select files and directories.  */
  70.      /*  show what the display stuff means (attributes, etc.).  */
  71.      /*  talk about the auto-select feature.  */
  72.      /*  talk about entering responses, using <ESC> etc.  */
  73.      /*  talk about the function keys  */
  74.      /*  talk about pressing ESC to exit from a menu.  */
  75.      /*  talk about the marked file display when a command is selected.  */
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.                              The ATTRIBUTE Command
  86.                              --- --------- -------
  87.      
  88.      The ATTRIBUTE command on the Main Menu is used to change the
  89.      attributes of one or more files.  The attributes that DOS keeps for
  90.      all files are:
  91.      
  92.           Read-only      Set if file cannot be written to.
  93.           Hidden         Set if file is not normally displayed.
  94.           System file    Set if file belongs to DOS or network.
  95.           Archive        Set if file has changed since last backup.
  96.      
  97.      Attributes are either on or off (yes or no) for a given file, and are
  98.      checked before DOS does any operation with that file.
  99.      
  100.      The attributes of any files can be changed by selecting them, and
  101.      selecting the ATTRIBUTE command from the Main menu.  The following
  102.      menu will be displayed:
  103.                                         
  104.                "Read Only  Hidden  System file  Archive set  Go"
  105.      
  106.      The attributes desired ("Read Only", "Hidden", "System file", or
  107.      "Archive set") may be selected in any combination.  The attribute
  108.      selections toggle on/off to allow de-selecting an attribute after
  109.      selecting it.
  110.      
  111.      As attributes are selected, the lower-right corner of the screen will
  112.      display an "attribute box" showing the currently selected attributes.
  113.      When the "Go" command is selected, all marked files will have their
  114.      attributes set to those in the attribute box.  If "Go" command is
  115.      selected with no attributes as previously selected, the marked files
  116.      will have all attributes turned off.
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.                                 The COPY Command
  128.                                 --- ---- -------
  129.      
  130.      The COPY command is used to copy one or more disk files to another
  131.      drive, directory, or to files of different names.  When copying files
  132.      to other drives or directories, the files can optionally be given
  133.      different names.  At least one file must be marked when COPY is
  134.      selected.
  135.      
  136.      When selected, the user will be prompted for the destination drive,
  137.      directory, and/or wildcard.  By pressing <F2> the auto-select feature
  138.      may be used to automatically select the destination drive and
  139.      directory.  If a response is entered manually, it may optionally
  140.      include: a drive specifier, a DOS path, and/or a file wildcard.  If
  141.      only a drive is specified, the current DOS directory for that drive is
  142.      assumed.  If only a directory is entered, the current drive is
  143.      assumed.  If only a wildcard or filename is entered, the current drive
  144.      and directory are assumed.
  145.      
  146.      Attempting to copy a file to itself, or copy multiple files onto one
  147.      file will cause an error.
  148.                                 The DIR Command
  149.                                 --- --- -------
  150.      
  151.      The DIR command is used to change the displayed drive and/or DOS
  152.      directory.  By pressing <F2> the auto-select feature may be used to
  153.      automatically select the drive and directory desired.
  154.      
  155.      When another drive or directory has been selected, it will be sorted
  156.      and displayed.  At that point, the Main menu functions may be used to
  157.      manipulate the files in that directory.
  158.      
  159.      The function key <F3> is used to re-read a directory from disk without
  160.      changing to another directory.  This is useful for floppy disk drives
  161.      - the current diskette can be removed, another inserted and <F3>
  162.      pressed, to re-read the disk directory and display it.
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.                                The ERASE Command
  170.                                --- ----- -------
  171.      
  172.      The ERASE command is used to erase (delete) one or more files from the
  173.      currently displayed directory.  At least one file must be marked when
  174.      ERASE is selected.
  175.      
  176.      After selecting ERASE, the following menu will be displayed:
  177.      
  178.           "Abort  Erase"
  179.      
  180.      Selecting ABORT will return to the Main menu without erasing the
  181.      marked files.  Selecting ERASE will erase all marked files, and return
  182.      to the Main menu.
  183.      
  184.      The ERASE command is identical in operation to the DOS "ERASE"
  185.      command.  Erased files are not recoverable except with the help of
  186.      some utility designed to recover erased files.  Also, erased files are
  187.      not "wiped" (useful for security reasons) from the disk except via
  188.      some utility designed to wipe files.
  189.  
  190.                                The FEDIT Command
  191.                                --- ----- -------
  192.                                   (File Edit)
  193.                                   ----- -----
  194.      
  195.      The FEDIT command is used to execute the text file editor specified in
  196.      the SET EDITOR command.  This command allows easy editing of one or
  197.      more files.
  198.      
  199.      If one or more files are marked, then the editor will be executed once
  200.      for each marked file with the file name on the command line.
  201.      
  202.      If no files are marked, then the file name that the file pointer is on
  203.      will be put on the editor command line.  If the cursor is on a
  204.      directory and no files are marked when FEDIT is selected, the command
  205.      will be ignored.
  206.      
  207.      An EDITOR program name must be entered (via the SET EDITOR command),
  208.      and the editor specified must be in the DOS path to be able to use the
  209.      FEDIT option.
  210.  
  211.                                The GROUP Command
  212.                                --- ----- -------
  213.      
  214.      The group command is used to mark or un-mark any group of files
  215.      matching a wildcard.  The wildcard may contain any valid file
  216.      characters, '*', and '?'.  When the GROUP command is selected, the
  217.      following menu will be displayed:
  218.      
  219.           "Mark files  Unmark files  Quit"
  220.      
  221.      If MARK FILES or UNMARK FILES is selected, the user will be asked to
  222.      enter a file wildcard.
  223.      
  224.      The MARK command will cause all files matching the specified wildcard
  225.      will be marked, even if already marked.  The UNMARK command will cause
  226.      all files matching the specified wildcard will be un-marked, even if
  227.      not currently marked.
  228.      
  229.      The QUIT command will return to the Main menu after file marking or
  230.      unmarking is complete.
  231.  
  232.                                 The HELP Command
  233.                                 --- ---- -------
  234.      
  235.      The HELP command will VIEW the file "FMGR.HLP". The help file may be
  236.      scrolled through, or searched for a desired keyword or topic.
  237.      
  238.      See the help screens for the VIEW command for more information about
  239.      viewing this help file.
  240.      
  241.      To get a hard copy of this file, type:
  242.      
  243.           COPY FMGR.HLP PRN:
  244.      
  245.      at the DOS prompt (make sure your printer is ready).
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.                                 The MOVE Command
  254.                                 --- ---- -------
  255.      
  256.      The MOVE command is used to move one or more disk files to another
  257.      directory on the same disk.  At least one file must be marked when
  258.      MOVE is selected.
  259.      
  260.      When selected, the user will be prompted for the destination
  261.      directory.  By pressing <F2> the auto-select feature may be used to
  262.      automatically select the destination directory.  If a response is
  263.      entered manually, it must be a DOS path, and may not contain a drive
  264.      (unless it is the same drive), or a file wildcard.
  265.      
  266.      Note that because the MOVE command does not copy then erase files it
  267.      is much faster than copying, but can only move files to other
  268.      directories on the same drive.
  269.  
  270.  
  271.  
  272.  
  273.  
  274.                                 The QUIT Command
  275.                                 --- ---- -------
  276.      
  277.      The QUIT command allows the user to exit UWS MenuFile Manager, and
  278.      return to DOS.  When QUIT is selected, the following menu will be
  279.      displayed:
  280.      
  281.           "No  Yes  Current"
  282.      
  283.      If NO is selected, the user will be returned to the Main menu.
  284.      
  285.      If Yes is selected, the program will end execution and return to DOS.
  286.      The current DOS dos drive and directory will be the same directory the
  287.      File Manager was executed from, or the last directory selected in the
  288.      CURRENT DIRECTORY option of the TREE menu.
  289.      
  290.      If CURRENT is selected, the program will end execution and return to
  291.      DOS.  The current DOS drive and directory will be set to the directory
  292.      being displayed.
  293.  
  294.  
  295.                                The RENAME Command
  296.                                --- ------ -------
  297.      
  298.      The RENAME command is used to rename one or more files.  At least one
  299.      file must be marked when RENAME is selected.
  300.      
  301.      When selected, the user will be prompted for the new filename(s).
  302.      Wildcards are allowed, and must be used if more than one file has been
  303.      marked for re-naming.
  304.      
  305.      An error will occur if a file with the new name already exists (in the
  306.      current directory), and the file will not be renamed.  If more than
  307.      one file has been marked, when a file name conflict occurs, the re-
  308.      name command will abort.
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.                                 The SET Command
  317.                                 --- --- -------
  318.      
  319.      The SET command is used to change any of the default program options.
  320.      When SET is selected, the following menu will be displayed:
  321.      
  322.           "Sort order  Hidden  Colors  Overwrite  Editor"
  323.      
  324.      Each of these options and their settings will be discussed below.
  325.      
  326.      When any of these options are changed, the new option settings will be
  327.      saved upon exiting UWS Menu File Manager. The option settings are
  328.      saved in a file named FMGR.INI.  This file should be kept in the same
  329.      directory as UWS Menu File Manager(FMGR.COM).  If this file cannot be
  330.      found, it will be created, and have the new options in it.
  331.      
  332.      If the option settings are not the same as when you last exited the
  333.      program, make sure the file FMGR.INI is located in the DOS path, or in
  334.      the directory you normally run FMGR from.
  335.  
  336.  
  337.                                  SET SORT ORDER
  338.                                  --- ---- -----
  339.      
  340.      The SORT ORDER option allows UWS Menu File Manager to display the files 
  341.    in the current directory in any of the following orders:
  342.      
  343.           Name      - By file name (ascending).
  344.           Extension - By file extension, or type  (ascending).
  345.           Size      - By file size (smallest to largest).
  346.           Date      - By file date (newest to oldest).
  347.      
  348.      Note that this will not change the order of the files on the disk.
  349.      The file names are only sorted for displaying.
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.                                    SET HIDDEN
  359.                                    --- ------
  360.      
  361.      The HIDDEN option allows the user to decide whether to display hidden
  362.      files or not.
  363.      
  364.      Note that if hidden files are not displayed, they cannot be marked.
  365.      
  366.      Normally there is no reason to display hidden files (that is why they
  367.      are hidden), except to use them with the commands in the File    
  368.      Manager.
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.                                    SET COLORS
  380.                                    --- ------
  381.      
  382.      The COLORS option allows the user to change the various program
  383.      colors.  When selected, the following menu will be displayed:
  384.      
  385.           "Text  Cursor  Primary Highlight  Secondary Highlight  Quit"
  386.      
  387.      Each of these options (except QUIT) lets the user select foreground
  388.      and background colors for the specified region.  When one is selected,
  389.      the foreground color is selected with the up and down arrow keys, and
  390.      the background color with the left and right arrow keys.  Pressing
  391.      <ENTER> when the desired color is displayed will save the desired
  392.      color, and return to the set color menu.
  393.      
  394.      The QUIT command will exit the SET COLOR menu, and return to the Main
  395.      menu.
  396.      
  397.      There are 16 foreground, they are : Black, Blue, Green, Cyan, Red,
  398.      Magenta, Yellow, White, and the same eight in high-intensity.  There
  399.  
  400.      are eight background colors (same as those listed above) in non-
  401.      blinking mode, and the same eight in blinking mode.
  402.      
  403.      The four color regions are as follows:
  404.      
  405.           Text - The color of most of the text on the screen.
  406.                  Note that the background color of the TEXT selection is
  407.                  the background color for the entire screen.
  408.                  
  409.           Cursor - The color of the menu cursor, and the file pointer.
  410.      
  411.           Primary - The color of marked (highlighted) files.
  412.      
  413.           Secondary - The color of marked files when the file pointer on
  414.                       one.
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.                                  SET OVERWRITE
  422.                                  --- ---------
  423.      
  424.      The OVERWRITE option allows the user to specify whether or not to be
  425.      asked before writing over an existing file.  This option will display
  426.      the following menu when selected:
  427.      
  428.           "Yes No"
  429.      
  430.      If YES is selected, then anytime a file is about to be written over
  431.      with the contents of another file, the user will be asked:
  432.      
  433.           File: XXXX exists.  Over-write it (Y/N)?
  434.                (Where: XXXX is the name of an existing  file.)
  435.      
  436.      If Y is pressed, the file will be written over, if N is pressed, that
  437.      file will be skipped.
  438.      
  439.      If NO is selected on the OVERWRITE option, then the user will never be
  440.      asked before writing over a file with another one.
  441.  
  442.                                    SET EDITOR
  443.                                    --- ------
  444.      
  445.      The EDITOR option allows the user to specify the name of the text
  446.      editor that will be executed when the FEDIT command is selected.
  447.      
  448.      The editor may be any text editor (or even word processor) that will
  449.      allow the target file name on the command line.  For example, if the
  450.      EDITOR is set to EDLIN, and the file AUTOEXEC.BAT is marked when FEDIT
  451.      is selected, then EDLIN will edit the AUTOEXEC.BAT file.
  452.      
  453.      An EDITOR program name must be entered (via the SET menu), and the
  454.      editor specified must be in the DOS path to be able to use the FEDIT
  455.      option.
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.                                 The TREE COMMAND
  464.                                 --- ---- -------
  465.      
  466.      The TREE command allows the user to make, remove and change
  467.      directories easily.  Also, the current directory for any drive may be
  468.      set via the TREE menu.  When this command is selected, the following
  469.      menu will be displayed:
  470.      
  471.           "Make directory  Remove directory  Set current  Quit"
  472.      
  473.      Each of these selections is discussed below.
  474.      
  475.      When the TREE menu (above), the normal file name listing will be
  476.      replaced by a sub-directory name listing.  This is because the TREE
  477.      menu has only directory manipulation commands.  Pressing the <SPACE>
  478.      key will select the directory that the file pointer is highlighting.
  479.      
  480.      The MAKE DIRECTORY command allows the user to create a new sub-
  481.      directory.  When selected, a directory name will be asked for.  If a
  482.      name is entered, the directory will be created, and the display
  483.      updated.
  484.      The REMOVE DIRECTORY command allows the user to remove a sub-
  485.      directory.  When selected, the user will be asked for the directory
  486.      name to remove.  The auto-select feature (<F2> key) may be used to
  487.      select the directory to remove. When a name is entered or selected,
  488.      the directory will be removed, and the display updated.  Note that to
  489.      remove a directory, it must not have any files or sub-directories in
  490.      it.
  491.      
  492.      The SET CURRENT command is used to tell DOS what directory is the
  493.      "current" directory for a drive.  When selected, the user will be
  494.      asked for a directory name.  The auto-select feature (<F2> key) may be
  495.      used to select the directory.  This is useful when copying files back
  496.      and forth between disk drives.  For instance, if the current directory
  497.      for drive C: were set to \LOTUS, and the current directory for drive
  498.      D: set to \PFSPRO.  Then by selecting some files in C:\LOTUS,
  499.      selecting the COPY command, and entering only "D:" as the destination
  500.      drive and directory, the files would be copied to D:\PFSPRO.
  501.      
  502.      The QUIT selection will return to the Main menu, and replace the file
  503.      name listing on the screen.
  504.  
  505.                                 The VIEW COMMAND
  506.                                 --- ---- -------
  507.      
  508.      The VIEW command is used to "browse" a text file.
  509.      
  510.      If one or more files are marked, then the VIEW command will allow the
  511.      user to browse each marked file, one at a time.  If no files are
  512.      marked, then the file name that the file pointer is on will be
  513.      browsed.  If the cursor is on a directory and no files are marked when
  514.      FEDIT is selected, the command will be ignored.
  515.      
  516.      When VIEW is selected, the first page of the file will be displayed.
  517.      The bottom of the screen will show the file name, the viewing location
  518.      within the file (in percent), and the keys used to scroll through the
  519.      file.  The keys used are:
  520.      
  521.               <ESC>      This will end viewing the current file, and
  522.                          continue to the next, if more are marked, or
  523.                          return to the Main menu.
  524.      
  525.          <up-arrow>      Scroll up one line.
  526.      
  527.          <dn-arrow>      Scroll down one line.
  528.      
  529.              <Home>      Go to the top of the file.
  530.      
  531.               <End>      Go to the bottom of the file.
  532.      
  533.              <PgUp>      Display previous video page.
  534.      
  535.              <PgDn>      Display next video page.
  536.      
  537.                 <S>      Search file for a text string.
  538.      
  539.      The Search command will search through the currently displayed file
  540.      for specified text.  When chosen, you will be asked what to search
  541.      for.  The search text may be up to 50 characters long, is not case
  542.      sensitive (upper or lower case does not matter).  If a match is found,
  543.      the line containing the matching text will be displayed at the top of
  544.      the screen.  Note that in order to search for more occurances of the
  545.      same text, the search starts with the second line displayed, and
  546.      continues to the bottom of the file.
  547.