home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / s-river.zip / SRVER258.DOC < prev    next >
Text File  |  1989-01-14  |  8KB  |  265 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                               New Configuration Options
  8.  
  9.           The following SR configuration  options  were  added  to  the  SR
  10.           Shell's OPTION command in version 2.58.
  11.  
  12.           Option (18)     The delete fail-safe option determines whether or
  13.                           not the SR Shell asks you to confirm each file to
  14.                           be deleted by the SR Shell's DELETE command.
  15.  
  16.                             -  <YES> = The SR Shell prompts you before each
  17.                                file deletion.  (Default)
  18.  
  19.                             -  <NO> =  The  SR  Shell  executes  the DELETE
  20.                                command without the fail-safe query.
  21.  
  22.                           The  fail-safe prompt works somewhat  differently
  23.                           depending  on  whether  you  are   deleting   the
  24.                           highlighted <selected_file> or a set of files.
  25.  
  26.                           When   the   DELETE   command   object    is    a
  27.                           <selected_file>,   the   deletion  requires   two
  28.                           alternate key strokes:
  29.  
  30.                             1.  a <CR> to execute the delete command.
  31.  
  32.                             2.  a  <Y>  in  response to  the  delete  query
  33.                                 message from the SR Shell.
  34.  
  35.                           No  file can be accidentally deleted by  pressing
  36.                           or holding down a key by mistake.  For example:
  37.  
  38.                           DELETE  TEST1.BAT
  39.                                   ^  delete  C:\MYDIR\TEST1.BAT  ? (y/n) _
  40.  
  41.                           When the  DELETE command object is a generic file
  42.                           specification,  <*> or <?>  or Tag_Set <{}>,  the
  43.                           SR  Shell  queries about each file  selected  for
  44.                           deletion.  If your  respond  <N>, the file is not
  45.                           deleted.   If  your  respond  <Y>,  the  file  is
  46.                           deleted.   In either case, the SR Shell's  DELETE
  47.                           command  then  proceeds to the next  file  to  be
  48.                           deleted.   If  you respond <A> for  all,  the  SR
  49.                           Shell deletes all remaining  files  selected  for
  50.                           deletion by the current  DELETE  command  without
  51.                           prompting for each  one.   If you respond <E> for
  52.                           end or <ESC>, the file is  not  deleted  and  the
  53.                           DELETE command is terminated.  For example:
  54.  
  55.  
  56.                           DELETE  *.BAT
  57.                                   ^  delete  C:\DOC\GO.BAT  ? (y/n/all/end) _
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                         - 1 -
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.                           PLEASE NOTE: The default for the DELETE fail-safe
  74.                           option  (18) is <YES>; this setting requires  you
  75.                           to confirm every  file  deletion.   While this is
  76.                           important to many  users,  some users may find it
  77.                           tedious or annoying.  If  this  is  the case, you
  78.                           may  reconfigure  your SR Shell with  the  OPTION
  79.                           command so that the fail_safe option is <NO>.  As
  80.                           all SR Shell configuration  options,  the  delete
  81.                           fail-safe option, once changed, need not be reset
  82.                           again during lifetime of the configuration  file.
  83.                           The default is set to <YES> because,  if  the  SR
  84.                           Shell unexpectedly  initializes the configuration
  85.                           file to its default values at start up, due to an
  86.                           unavailable configuration file, less harm results
  87.                           when the user expects  delete fail-safe option to
  88.                           be <NO> and  it  is  <YES>  than  when  the  user
  89.                           expects it to be <YES> and it is <NO>.
  90.  
  91.                           To change the delete fail-safe option:
  92.  
  93.                             1.  Enter <SR> to start the Still River Shell.
  94.  
  95.                             2.  Enter <O> to select the OTHER command.
  96.  
  97.                             3.  Enter <O> to select the OPTION command.
  98.  
  99.                             4.  Enter <DOWN_CURSER> to select Option (18).
  100.  
  101.                             5.  Enter <C> to CHANGE the option YES or NO.
  102.  
  103.                             6.  Enter <S> to SAVE the change.
  104.  
  105.                             7.  Enter   <ESC>    to    return    the   LIST
  106.                                 presentation.
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                         - 2 -
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.           Option (19)     The exit  prompt option determines whether or not
  141.                           the SR Shell confirms a request to  exit  the  SR
  142.                           Shell.
  143.  
  144.                             -  <YES> = When you  enter  <ESC>  while in the
  145.                                LIST command selection presentation, you are
  146.                                prompted before exiting the SR Shell.
  147.  
  148.                             -  <NO> = When you enter  <ESC>  while  in  the
  149.                                LIST  command  selection  presentation,  you
  150.                                immediately exit the SR  Shell and return to
  151.                                DOS.  (Default)
  152.  
  153.                           For example:
  154.  
  155.                           Exit the Still River Shell? (y/n) _
  156.  
  157.                           If you respond <Y>, you exit  the  SR  Shell  and
  158.                           return to DOS.  If you respond <N>, the SR  Shell
  159.                           does not exit and,  instead,  returns  you to the
  160.                           LIST command selection presentation.
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.                                         - 3 -
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.                                     New UP Command
  207.  
  208.           The UP command was added to the SR Shell by version 2.58.
  209.  
  210.           Command         UP
  211.  
  212.           Function        The UP command  makes  the  parent directory, the
  213.                           next directory up from the current directory, the
  214.                           new current  directory and displays a list of its
  215.                           files.
  216.  
  217.           Operand 1       None.
  218.  
  219.           Operation       The UP command is equivalent to the commands:
  220.  
  221.                           LIST ..
  222.  
  223.                           or
  224.  
  225.                           LIST ..\*.*
  226.  
  227.                           If  the current directory is the root  directory,
  228.                           the SR Shell takes no action.
  229.  
  230.                           When  you  issue  the  UP  command,  the  current
  231.                           directory becomes the previous directory; you can
  232.                           issue a PREVIOUS command to return to it.
  233.  
  234.                           In addition to being a convenient way to  go to a
  235.                           parent directory,  the  UP  command  is  the only
  236.                           direct method for selecting the parent  directory
  237.                           of  a  current  directory   in  which  there  are
  238.                           subdirectories but  no  other  files  and  the SR
  239.                           configuration Option (4), the auto  list  option,
  240.                           is <YES>.
  241.  
  242.           Options         None.
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.                                         - 4 -
  262.  
  263.  
  264.