home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / BBSDOOR2.ARJ / RASIS201.ZIP / SISFM.DOC < prev    next >
Encoding:
Text File  |  1994-12-28  |  6.8 KB  |  178 lines

  1.                            RASIS Dos File Manager
  2.  
  3. ┌─────────────────────────────────────────────────────────────────────────────┐
  4. │▒▒▒ LEAGL MUMBO JUMBO ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  5. └─────────────────────────────────────────────────────────────────────────────┘
  6.   SisFm, the RASIS Dos File Manager, is a part of the RASIS program
  7.   package, and as such falls under all the same Copyright, Distribution and
  8.   Disclaimer clauses as applied to RASIS.EXE
  9.  
  10.   Please see the appropriate sections in RASIS.DOC for clarification
  11.  
  12.  
  13. ┌─────────────────────────────────────────────────────────────────────────────┐
  14. │▒▒▒ THE FILE MANAGER ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  15. └─────────────────────────────────────────────────────────────────────────────┘
  16.  
  17.    BEFORE BLINDLY JUMPING IN AND MANIPULATING FILES WITH THE FILE MANAGER,
  18.    MAY WE SUGGEST THAT YOU EXPERIMENT ON SOME UN-NEEDED FILES FIRST.
  19.    THAT WAY, IF WE WERE NOT IMPLICIT ENOUGH IN OUR EXPLANATION, OR YOU
  20.    MISSED AN IMPORTANT FACT, THERE WILL BE NO GREAT LOSS.
  21.  
  22.    The File Manager program, SISFM.EXE must be placed in a directory that
  23.    is in your Dos PATH statement. else RASIS will be unable to find it.
  24.  
  25.    Or.... you can place it in the same directory as RASIS.EXE
  26.  
  27.  
  28.    The File Manager is accessed from the RASIS Tools menu, by pressing 'F' or
  29.    selecting File Manager.
  30.  
  31.    All the data entry, picklist functions are identical to those of the
  32.    RASIS  main area, so we won't be redundant here.
  33.  
  34.    The top two lines of the screen show the name RASIS File Manager, the
  35.    and a One line help on tagging files.
  36.    Next is the status line, current file mask, number of tagged files,
  37.    and then a display of the current action.
  38.  
  39.    The current action will always mirror the Menu choice, so if you forget
  40.    whether you are Copying or Moving files, glancing at the Menu Bar or the
  41.    Action display will confirm just what it is you're attempting to do.
  42.  
  43.    The center area is where all lists and message/data boxes will be
  44.    displayed.
  45.  
  46.    At the bottom, is the Menu Bar, and below it the Help Line.
  47.  
  48.    Pretty much the same setup as RASIS, but the menubar is at the bottom.
  49.    A help screen is available by pressing F1 from the main menu bar.
  50.  
  51.    Of course, as in RASIS, a help line is displayed for each menu item
  52.    as you scroll around.  The pick lists also display help in this line.
  53.  
  54.    Now, lets cover the menu choices, and what they do.
  55.  
  56.  
  57.  
  58.  ┌─────────┐
  59.  │SET MASK │
  60.  └─────────┘
  61.  
  62.     This allows you to specify the filemask for lists, if you were to
  63.     specify *.TXT, then ONLY files with the extension of .TXT will be
  64.     displayed in the lists.
  65.  
  66.     Pressing F5 will set/re-set the mask to *.*
  67.     F5 may be used from the main menu for a quick toggle back to this
  68.     default mask.
  69.  
  70.  ┌───────────┐
  71.  │LIST FILES │
  72.  └───────────┘
  73.      Displays a list of all files in the current directory.
  74.  
  75.      There is no tagging of files, its simply a display.
  76.      But while the file is highlighted, you may press the F5 function key,
  77.      to view the file with the internal Text Viewer, which is the same one
  78.      used in RASIS.
  79.  
  80.      The display is filtered by the setting of the MASK.
  81.      Pressing ESC will exit the list.
  82.  
  83.  
  84.   We will cover the next menu item, COPY in detail, from that point on, we
  85.   will just cover the differences, as all functions basically use the same
  86.   methods for selecting files, prompting for destinations, names etc.
  87.  
  88.  ┌─────┐
  89.  │COPY │
  90.  └─────┘
  91.     Presents a picklist where you select one file, or TAG multiple files.
  92.     Once the file(s) selection is complete, press ENTER.
  93.  
  94.     A Dialog box will display, and ask you for a destination.
  95.  
  96.     If you are copying to another filename, enter the new filename, or the
  97.     directory and filename, if it will be copied to another directory as a
  98.     new file. (This is valid only for a single file, trying this with
  99.     multiple files will overwrite the new file for each copy processed)
  100.  
  101.     If you are copying a file, or files to another directory, be SURE to
  102.     supply a trailing backslash after the directory name.....
  103.     Example:  \TEMP\ (correct)   \TEMP (WRONG!)
  104.  
  105.     The destination can be another drive also, using the above example, you
  106.     would enter:  D:\TEMP\
  107.  
  108.     We will be implementing a check on this in a future version, to
  109.     determine if the destination is a directory or filename. If its a
  110.     directory then the Mgr will auto-add the backslash.
  111.  
  112.     If you don't supply the backslash, you will get an error message, for
  113.     EACH file tagged!!  Quite irritating if you have tagged 20 files to
  114.     move.  So don't forget the backslash.
  115.  
  116.     Pressing ESC will abort the Copy process, and reset the tagged files to
  117.     zero.
  118.  
  119.     A message will display for each file as it's copied, something like:
  120.       Copying SELECTED-FILE => DESTINATION
  121.  
  122.    There is no confirmation requested, once you enter the destination, and
  123.    press ENTER, the process begins, and goes to the end.
  124.  
  125. ┌──────┐
  126. │ MOVE │
  127. └──────┘
  128.    Basically the same as copy, except the file(s) are deleted after it has
  129.    been placed in the new destination.
  130.    You should only specify a directory destination for this function, unless
  131.    you are processing only one file.... then the move may work with a
  132.    directory\filename, as the File Manager attempts to first RENAME the file
  133.    to the new destination, only doing a copy and delete if the rename fails.
  134.  
  135.    If you are moving to another drive, then it will always be a copy/move
  136.    operation.
  137.  
  138.    No confirmation requested.
  139.  
  140.  ┌───────┐
  141.  │RENAME │
  142.  └───────┘
  143.     The File Managers Rename function is quite a bit better than the DOS
  144.     rename,  you can tag as many files as you wish, and then rename each one
  145.     individually.  Each tagged file will be presented, and you will be asked
  146.     to enter the new filename.
  147.     You can include a new directory in the filename "IF" it is on the SAME
  148.     drive as the file you are renaming.... you then will MOVE AND RENAME the
  149.     file.
  150.  
  151.  ┌───────┐
  152.  │DELETE │
  153.  └───────┘
  154.     The Delete function is the only one that will ask for confirmation, if
  155.     you tell it to.
  156.  
  157.     Once the files have been selected, and ENTER has been pressed, the File
  158.     Manager will ask you if you want to Confirm each deletion.
  159.     If you answer Yes, you will be asked for permission to delete each file.
  160.     If you answer No, File Manager will happily delete each and every file
  161.     that was tagged.
  162.  
  163.     A message is displayed for each file, Deleting => FILENAME
  164.  
  165.  ┌─────┐
  166.  │QUIT │
  167.  └─────┘
  168.     And of course there is Quit!  Returns you to RASIS.
  169.  
  170.  
  171.  
  172.  ERRORS:  Whenever there is an error during one of the file processing
  173.           commands, a message will display and ask for a key press.
  174.           The file that generated the error is skipped.
  175.  
  176.  
  177.  
  178.