home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / filed36b.zip / Fileed.Doc < prev    next >
Text File  |  1997-05-15  |  6KB  |  140 lines

  1. FileED - Pm-based Adept File Area Manager v0.20
  2.  
  3. THIS PROGRAM IS AN EARLY BETA! BACK UP YOUR FILES in \adept\files\ directory!
  4.  
  5. --- Installation and setup ----------------------------------------------------
  6.  
  7. First thing:
  8. Unzip FileED and run it.  You will probably get a message that will say that
  9. there is an FSysOpen error. Ignore it. Go to Defaults Setup. 
  10.  
  11.     ------------ Defaults Setup -------------------------------------------
  12.  
  13.     1 .     Enter your adept directory, put \ on the end. All paths are 
  14.         referenced from this directory.
  15.  
  16.     2 .    Enter the path to your archivers directory, put \ on the end.
  17.         When FileED attempts to extract files or check integrity it 
  18.         will add this path infront of whatever u specify in Archivers
  19.         setup.
  20.  
  21.     3 .    Enter temp directory. Please make sure there is NO \ on the 
  22.         end. Some archivers are sensitive to this and they will fail 
  23.          if u put \ on the end. Make sure that this directory actually 
  24.         exists. This string will replace %2 in archivers setup strings.
  25.  
  26.     4 .    The default description will be used when you add files to the 
  27.         system and they have no file_id.diz in them. Also when you 
  28.          "clean description" and description is empty, FileED will put 
  29.         in default description. 
  30.  
  31.     5 .    Maximum number of files areas simply tells FileED to read 
  32.         maximum "x" number of areas.  This will speed up the program 
  33.         a bit. (I set it to 100 areas, but I only have about 70.)
  34.         (Maximum number is 2000)
  35.  
  36.     6 .    Maximum number of files per area tells FileED to read 
  37.         maximum "x" number of files. I haven't seen areas with over 
  38.         1000 files so that's the default value. You can change it 
  39.         though. (Maximum number is 10000)
  40.  
  41.     7 .     Save files.bbs as. This option will allow you to change the 
  42.         file name of the export files.bbs file. This means that if 
  43.         you don't trust my programming skills (and you u probably 
  44.         shouldn't :) you can change this to let's say fileed.bbs.  
  45.         When u run Files.bbs export FileED will create file called
  46.         fileed.bbs in the directory of the file area you are exporting.
  47.         This will avoid overwriting of old files.bbs.
  48.  
  49.         SAVE SETUP! EXIT THE PROGRAM! START IT AGAIN! 
  50.         Check to see if settings were saved!  
  51.  
  52.         Some changes don't take affect till next time you load 
  53.         the program.
  54.  
  55.     ------------ Archivers Setup ------------------------------------------
  56.  
  57.     1 .    Extension: When u try to check integrity or extract file_id.diz
  58.         from a file with current extension, current command lines will 
  59.         be used.
  60.     
  61.     2 .    Name: It's not really used anywhere.. It's just a note to 
  62.         yourself.  You can put version number or anything there.
  63.  
  64.     3 .    File_id.Diz extract line: This line must be able to extract
  65.         file_id.diz from file %1 into temp directory %2. Default 
  66.         archivers path will be added infront of this string.  In some
  67.         cases this string is case sensetive, so be careful.
  68.     
  69.     4 .    List files: This command sould be able to just list the files.
  70.         It is not used at this point.
  71.     
  72.     5 .    Test files: This command must be able to test file %1, testing
  73.         program must return ERRORLEVEL==0 if archive is good, anything
  74.         else is considered a screwed up archive by FileED.
  75.  
  76.     You can have up to 10 archivers, if there is need for more let me know.
  77.     When u are finished editing current archiver don't forget to save. Hit
  78.     Next/Prev to change archiver. "OK" DOES NOT SAVE info in the file. So
  79.     if you don't save all changes, they will be lost when u exit FileED.
  80.     Don't forget you can use Ctrl-Ins/Shift-Ins to copy stuff from entry
  81.     fileds.
  82.  
  83.     ------------ Viewers Setup --------------------------------------------
  84.  
  85.     1 .    Extension: When u try to view a file with current extension, 
  86.         current command lines will be used.
  87.     
  88.     2 .    Name: It's not really used anywhere.. It's just a note to 
  89.         yourself.  You can put version number or anything there.
  90.  
  91.     3 .    Command line: This line must provide FULL path and name of the
  92.         viewer, %1 will be translated into a full path and file name
  93.         of the file you are trying to view.
  94.  
  95.     You can have up to 20 viewers, if there is need for more let me know.
  96.     When u are finished editing current viewer don't forget to save. Hit
  97.         Next/Prev to change viewer. "OK" DOES NOT SAVE info in the file. So
  98.     if you don't save all changes they will be lost when u exit FileED.
  99.     Don't forget you can use Ctrl-Ins/Shift-Ins to copy stuff from entry
  100.     fileds.
  101.  
  102. --- Purge File System ---------------------------------------------------------
  103.  
  104.     This function will bring up a dialog that will allow you to purge 
  105.     currently open file system.  FileED will create a directory called
  106.     \Files\New. Then it will create a new file system there. It will go
  107.     through all files in your current file system and copy info to the
  108.     new system.  This way you have no blank records, no commented out
  109.     descriptions.  After it's done it will rename current file system
  110.     files by adding ".Old" to the name. It will then copy new files from
  111.     \Files\New directory to \Files\ dir. \Files\New directory will then
  112.     be removed.
  113.  
  114. --- Edit file areas -----------------------------------------------------------
  115.     
  116.     Double click on file area name to edit files in that area. You can 
  117.     click on "Export files.bbs".  This will create a files.bbs file in 
  118.     the Download directory for selected area. Created files.bbs is 
  119.     bfsmake compatible (as far as i know) so you can back up your
  120.     descriptions. 
  121.  
  122. --- Tricks --------------------------------------------------------------------
  123.  
  124.  
  125. When you are editing file descriptions you can select part or whole description
  126. and hit Ctrl-Ins. This will place selected piece in the clipboard.  After you
  127. did that, go on to the next file (I assume you are entering descriptions for
  128. a series of files that have common description parts) and hit Shift-Ins. This
  129. will put selected text from previous description in the current description. 
  130. Now you can go ahead and make the changes to the description and save it.
  131.  
  132. Selecting files:
  133.  
  134. "File Editor" and "Add files" list boxes support multiple file selections: this
  135. means you can select any number of files. They do not have to be 
  136. consecutive(sp?).  You need to hold down Ctrl and then click with left mouse
  137. button on files you wanna select. After that you can use buttons that support
  138. multiple files.(like Move, Kill Desc.,Kill File/Desc., 
  139.  
  140.