home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / BBSDOOR2.ARJ / RASIS202.ZIP / UTILS.ZIP / SISFM.DOC < prev    next >
Text File  |  1995-08-19  |  7KB  |  177 lines

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