home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / TELEGARD / TFM26.ZIP / FILEMAN.DOC next >
Encoding:
Text File  |  1992-01-01  |  28.8 KB  |  650 lines

  1.  
  2.                        Telegard File Manager 2.6 -- Page 1
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                        Telegard File Manager 2.6 (Turbo C)
  10.                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  11.                          Copyright 1990, by Todd Bolitho
  12.                               All rights reserved.
  13.  
  14.  
  15.         Promises
  16.         ~~~~~~~~
  17.         I  promise that this program will take up space on your  disk  or
  18.         hard drive.  No, come to think of it, I don't even promise  that!
  19.         Seriously, I am a HOBBYIST.  I am NOT a professional  programmer,
  20.         nor do I ever intend to become one.  I do this because I love it,
  21.         not because I am a well trained professional.  I use File  Manag-
  22.         er,  and  it  works fine on my system.  On your  system,  it  may
  23.         format your hard drive for all I know.  It may utterly and total-
  24.         ly  destroy your computer, cause a short circuit, and  burn  your
  25.         house down.  I didn't create it for the purpose of doing harm  to
  26.         anyone  or anything, but I don't promise you anything.   I  don't
  27.         warrantee anything.  I owe you nothing.  I shall not be responsi-
  28.         ble for any damages, direct or consequential, resulting from File
  29.         Manager, or its use.
  30.  
  31.         Raison D'Etre
  32.         ~~~~~~~~~~~~~
  33.         File  Manager  was originally conceived as a  simple  program  to
  34.         allow  SysOps  to take files on and offline in  Telegard  without
  35.         having  to log on and manually change the file listing  for  each
  36.         file.   Soon  afterwards,  Phil Katz came out with  his  new  and
  37.         improved compression method, so a routine to adjust file size  in
  38.         the  listing  was also added.  These early versions  were  simple
  39.         commandline  programs that ran through all the file bases on  the
  40.         system correcting all the listings as it went, much like the AUTO
  41.         mode  in  this new version does now.  These older  versions  were
  42.         slow, but they did the job.  It became apparent that a DOS  level
  43.         management system for TG *.DIR files was also needed.  I  decided
  44.         to  write the utility using some of the concepts and ideas in  my
  45.         early  File  Manager  versions.  While I kept some  of  the  same
  46.         concepts, I did not try to maintain compatibility, so if you  are
  47.         still  using  the old File Managers, you will need to  redo  your
  48.         batch calls to the new, and simpler, "FILEMAN AUTO" command.
  49.  
  50.                        Telegard File Manager 2.6 -- Page 2
  51.  
  52.  
  53.  
  54.         Money
  55.         ~~~~~
  56.         I want some.  This program is "shareware".  While I encourage you
  57.         to  send the complete ZIP file to any and all of your friends  to
  58.         try, you are given a 15 day trial period to evaluate File  Manag-
  59.         er.  If you have not "registered" your File Manager by then, your
  60.         free trial period is over.  Registration is $25.
  61.  
  62.         I have tried to make your registration as painless as possible by
  63.         providing a separate program to handle your registration for you.
  64.  
  65.         REG.EXE
  66.         ~~~~~~~
  67.         REG.EXE is a registration program designed to make your registra-
  68.         tion  as  simple and painless as possible.  Simply turn  on  your
  69.         printer,  and run the program.  Alter the fields to  reflect  the
  70.         correct  information, and press <CTRL-ENTER> or just hit  <ENTER>
  71.         all  the  way through the last field.  REG.EXE  will  print  your
  72.         registration  form,  ALREADY FILLED OUT for you!  If you  do  not
  73.         have  a printer, run the program anyway, and write down  all  the
  74.         information presented on a piece of paper.  Just mail that  paper
  75.         along with a check, money order, or cashier's check  for $25 to:
  76.  
  77.                                              Todd Bolitho
  78.                                              1504 N. Vermont
  79.                                              Royal Oak, MI   48067
  80.  
  81.         New Features
  82.         ~~~~~~~~~~~~~
  83.         v2.6
  84.         Tagged  operations  are finally added!  You  can  now  manipulate
  85.         whole groups of tagged files very quickly.
  86.  
  87.         v2.5
  88.         Small  Changes  -  New documentation,  new  registration  system,
  89.         multiple  monotor  support in "REG.EXE", File Manager  no  longer
  90.         dependent on "STATUS.DAT" encoded information.
  91.  
  92.                        Telegard File Manager 2.6 -- Page 3
  93.  
  94.  
  95.         TG Structure
  96.         ~~~~~~~~~~~~
  97.         A little background information might be helpful in  understand-
  98.         ing all the power and uses of File Manager.  Telegard looks  for
  99.         the files you have in your bases, on your hard drive or  floppy,
  100.         according   to  the  DL Path.  Perhaps  you  have  wondered  how
  101.         Telegard  keeps track of all those files.  Telegard  stores  all
  102.         the   information on these bases in separate files with a  *.DIR
  103.         extension, one  "DIR"  file  for each base.  In other words,  to
  104.         find  out information  about the SysOp Directory on your system,
  105.         Telegard  must  look  in the file most  likely  named  (by  you)
  106.         "SYSOP"  with a "DIR" extension - "SYSOP.DIR".  It is these  DIR
  107.         files  that   File Manager is most concerned with  altering  and
  108.         modifying, according to your wishes.
  109.  
  110.         File  Manager  must also work with several other files  used  by
  111.         Telegard, but most of these are not important for you to  under-
  112.         stand.  The only exception might be "UPLOADS.DAT"  which  stores
  113.         the  DL  Paths and UL Paths for the various  file  bases.   File
  114.         Manager  has  a very powerful feature that allows  you  to  move
  115.         entire  bases to other drives or directories.  The  significance
  116.         of   UPLOADS.DAT  and the file paths is explained  elsewhere  in
  117.         the help system under "Move Files" and other functions.
  118.  
  119.         File Manager - How To Set It Up
  120.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  121.         Place REG.EXE, FILEMAN.EXE, and FILEMAN.HLP anywhere you like in
  122.         your  system's PATH.  As  long  as your main BBS directory,  and
  123.         FILEMAN.HLP are somewhere in  the  path, File Manager will  find
  124.         them, and can run from anywhere.  If your main BBS directory  is
  125.         not in your path, place File  Manager, and it's associated files
  126.         in  the main BBS directory.  This is the directory with  BBS.EXE
  127.         and  STATUS.DAT. I strongly  urge you to also install,  in  your
  128.         path, IFL.COM, which can be called  by File Manager to view  the
  129.         interiors of all known  compression  formats.
  130.  
  131.         See also: ^Function Keys^   ^Special Keys^   ^Command Line Help^
  132.  
  133.         Function Keys
  134.         ~~~~~~~~~~~~~
  135.         <F1>  Online Help
  136.         <F2>  Smartload - Loads UPLOADS.DAT and DIR
  137.         <F3>  Direct Load - Loads DIR only
  138.         <F4>  Execute a single DIR
  139.         <F5>  Execute all DIRs in system
  140.         <F6>  Interior File List (IFL)
  141.         <F7>  Dos Shell
  142.         <F8>  Sort Method
  143.         <F9>  Write DIR file to disk
  144.         <F10> Accept Listing Editor's current fields
  145.  
  146.         See also:       ^TG Structure^         ^Special Keys^
  147.  
  148.                        Telegard File Manager 2.6 -- Page 4
  149.  
  150.  
  151.  
  152.         Special Keys                            <T> = Tag Functions
  153.         ~~~~~~~~~~~~
  154.         <Spacebar>   Tag Selected File Listing
  155.         <Tab>        Invert All Tags
  156.         <Alt - T>    Tag All File Listings in DIR
  157.         <Alt - C>    Clear All Tags In DIR
  158.         <Alt - D>    Delete Listings/Files With Prompt On Each      <T>
  159.         <Ctrl- D>    Delete Listings Only  Without Prompts          <T>
  160.         <Shft- D>    Mass Delete Tagged Listings And Files          <T>
  161.         <Alt - M>    Move Listings/Files (Registered Versions Only) <T>
  162.         <Alt - I>    Insert New Listing  (Registered Versions Only)
  163.         <Alt - F>    Filespec Upload     (Registered Versions Only)
  164.         <Alt - R>    Registration Info   (Registered Versions Only)
  165.         <Alt - U>    User Choose
  166.         <Alt - X>    Fast Exit
  167.  
  168.  
  169.         See also:                ^TG Structure^        ^Function Keys^
  170.  
  171.  
  172.  
  173.         Smartload
  174.         ~~~~~~~~~
  175.         The  Smartload  function can be called by selecting  the  "File"
  176.         menu, moving the cursor to "Smartload" and pressing <ENTER>,  or
  177.         by  simply   pressing  F2.  Smartload  places  UPLOADS.DAT  into
  178.         memory,  and   then offers the user a choice of  file  bases  to
  179.         operate   on.   Smartload  is the method you should use  to  put
  180.         your   files  into memory  99% of the time, which is why  it  is
  181.         first  in  the  menu choices.  Smartload allows File Manager  to
  182.         know  where files  are actually kept, because UPLOADS.DAT is  in
  183.         memory  and  supplies the DL  Paths  needed to find  the  actual
  184.         files listed  in  each  DIR file.
  185.  
  186.         When  DIR files are Smartloaded, all of File Manager's  features
  187.         are fully functional.  The ONLY disadvantage is that UPLOADS.DAT
  188.         takes up space in memory, so if your system has limited  memory,
  189.         and  if you are working on extremely large DIR files (over  1000
  190.         listings), you may wish to opt to Direct Load instead.
  191.  
  192.         See also:    ^Direct Load^     ^Move Files^     ^TG Structure^
  193.  
  194.  
  195.         Direct Load
  196.         ~~~~~~~~~~~
  197.         Also  called by pressing F3, Direct Loading offers the  raw  DIR
  198.         filenames  as choices for loading.  Direct Loading is only  used
  199.         when  working  under severely constrained  memory  requirements.
  200.         In  cases  where  File Manager functions require a  DL  Path  to
  201.         operate,  these   functions have been disabled  or  modified  to
  202.         discard  the DIR file in memory, and Smartload the base instead.
  203.  
  204.         See also:    ^Smartload^      ^Move Files^      ^TG Structure^
  205.  
  206.                        Telegard File Manager 2.6 -- Page 5
  207.  
  208.  
  209.  
  210.         Move Files
  211.         ~~~~~~~~~~
  212.         The Move Files command Smartloads a DIR file and allows the user
  213.         to  alter the DL Path.  File Manager knows where the current  DL
  214.         Path  is by looking  where this information is stored  by  Tele-
  215.         gard:  UPLOADS.DAT.   This is the reason for File  Manager  MUST
  216.         Smartload  a DIR if you have not already done so, whenever  this
  217.         function   is called.  Once the Smartload is done, File  Manager
  218.         will  ask  you for a NEW DL PATH.  When the new  path  has  been
  219.         entered, this function will move all listings in the DIR file to
  220.         the  new location you have specified.
  221.  
  222.  
  223.         If  the  physical path does not exist, it will first  parse  the
  224.         path   given,  creating  all necessary  directories,  and   then
  225.         complete  it's task.  It will REWRITE your UPLOADS.DAT with  the
  226.         new  DL  Path so that Telegard will know where to find  all  the
  227.         files you just moved!
  228.  
  229.         WARNING:   The  UL PATH will also be reset to  the same  as  the
  230.         newly entered DL Path.  If you wish to have files uploaded to  a
  231.         separate directory, you MUST reset the path in Telegard.  Again,
  232.         the  UL Path is automatically written to be exactly the same  as
  233.         the DL Path whenever this function is called.
  234.  
  235.  
  236.         Additional  Information:   If the drive of the new path  is  the
  237.         same  as  the  drive in the old path, File Manager  is  able  to
  238.         simply  rebuild the directory structure to each file,  and  thus
  239.         does not have to physically copy each file to it's new location,
  240.         then  delete the old files.  If the drive specifier in  the  new
  241.         path is different than the old one, File Manager will  dutifully
  242.         copy  and  delete as described above.  It is therefore  wise  to
  243.         always include the COMPLETE pathname, including the drive speci-
  244.         fier.   It won't hurt anything not to do this, but it will  slow
  245.         File  Manager down as it copies and deletes every  single  file,
  246.         instead  of just rebuilding the directory structures  underneath
  247.         the listings.
  248.  
  249.         See also:     ^Smartload^     ^Direct Load^     ^TG Structure^
  250.  
  251.  
  252.         Write*.DIR
  253.         ~~~~~~~~~~~
  254.         Selecting  this  function from the menu, or calling it  with  F9
  255.         will  cause the DIR file in memory to be written to your  drive.
  256.         It  is  necessary to call this function each time you  are  done
  257.         working on a DIR, and wish to save the work to disk.
  258.  
  259.         See also:        ^Function Keys^
  260.  
  261.                        Telegard File Manager 2.6 -- Page 6
  262.  
  263.  
  264.         Erase *.DIR
  265.         ~~~~~~~~~~~
  266.         This function should be called with EXTREME CAUTION!  It is used
  267.         to DELETE a DIR file.  If you use this, and then attempt to view
  268.         the  listings in the base serviced by the now deleted DIR  file,
  269.         the  base will contain NO LISTINGS.  This function  has  limited
  270.         value, but is valuable when one wishes to erase old DIR files no
  271.         longer used.
  272.  
  273.         DOS Shell
  274.         ~~~~~~~~~
  275.         "Drops  To DOS",  keeping  File Manager in memory.  Also  called
  276.         with F7, it is used when one wishes to operate on the DOS level,
  277.         without  losing place in File Manager.  Memory available to  DOS
  278.         will be sharply reduced, as File Manager is still in place,  and
  279.         taking up space in your machine's memory.
  280.  
  281.         See also:  ^Function Keys^
  282.  
  283.         Modify
  284.         ~~~~~~
  285.         Simply select "Modify" to enter File Manager's DIR file  editing
  286.         system.  If no DIR file is present in memory, File Manager  will
  287.         Smartload  the  DIR of your choice before entering  the  editor.
  288.         Use the regular PgUp/PgDn, Home, End, and arrow keys to move the
  289.         Edit Bar to various listings in your DIR.
  290.  
  291.         See also:                ^Edit DIR^              ^Edit Listing^
  292.  
  293.  
  294.         <SPACEBAR> - Tagging Files
  295.         ~~~~~~~~~~~~~~~~~~~~~~~~~~
  296.         Use  the <spacebar> to tag or untag the selected file for  later
  297.         manipulation in a group of files.  "Move" and "Delete" functions
  298.         have the ability to use tags.
  299.  
  300.         <ENTER> - The Listing Editor
  301.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  302.         Place the Edit Bar on a listing, and press <ENTER>.  Voila!  You
  303.         are  in the Listing Editor.  Remember, this is an editor  within
  304.         an editor.  Here you may alter all aspects of the listing EXCEPT
  305.         it's  "Status".   Since "Status" is done automatically  for  you
  306.         when  you "Execute" File Manager's "Services", you have no  need
  307.         to do it manually.
  308.  
  309.         <ALT-T>
  310.         ~~~~~~~
  311.         Tag all the file listings in the currently loaded DIR.
  312.  
  313.         <ALT-C>
  314.         ~~~~~~~
  315.         Clear all tags in the currently loaded DIR.
  316.  
  317.                        Telegard File Manager 2.6 -- Page 7
  318.  
  319.  
  320.         <TAB>
  321.         ~~~~~
  322.         Inverts tags.  All tagged files become untagged, while  untagged
  323.         files become tagged.  A good tool for large DIRs!
  324.  
  325.         <ALT-D>
  326.         ~~~~~~~
  327.         Use  this to <D>elete tagged or single listings from  your  DIR.
  328.         File  Manager  will  ask you whether or not you  would  like  to
  329.         delete EACH ACTUAL FILE as well.
  330.  
  331.         <SHIFT-D>
  332.         ~~~~~~~~~
  333.         Deletes all tagged listings AND THE ACTUAL FILES FROM THE  DISK.
  334.         You get one chance to back out, then they're gone!   Be careful.
  335.  
  336.         <CTRL-D>
  337.         ~~~~~~~~
  338.         Deletes tagged file listings only.  NEVER erases physical files.
  339.  
  340.         <ALT-F> (Registered Versions Only)
  341.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  342.         Use Filespec Upload to bring whole groups of files into your DIR
  343.         according  to the wildcard specs you supply!  If you  wish,  you
  344.         may  also use this to upload single files by  simply  specifying
  345.         the exact filename to upload.
  346.  
  347.         <ALT-I> (Registered Versions Only)
  348.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349.         Insert Newfile - Selecting this function will insert a new entry
  350.         in your DIR that looks like this: "*NEWFILE.NEW".  If you do not
  351.         edit this name with the Listing Editor, File Manager will remove
  352.         the entry before saving your DIR back to disk.
  353.  
  354.         <ALT-M> (Registered Versions Only)
  355.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356.         Use this function to move a single listing/file by simply  call-
  357.         ing  it.  If you wish to move entire groups of files,  tag  them
  358.         first.   This command will prompt you for the base to  move  to,
  359.         and then proceed to move both listing and physical file.
  360.  
  361.         <ALT-A> (Registered Versions Only)
  362.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  363.         Add To End - Selecting this function will create a new entry  at
  364.         the  end of your DIR that looks like this:  "*NEWFILE.NEW".   If
  365.         you do not edit this name with the Listing Editor, File  Manager
  366.         will remove the entry before saving your DIR back to disk.
  367.  
  368.                        Telegard File Manager 2.6 -- Page 8
  369.  
  370.  
  371.         <F6>
  372.         ~~~~
  373.         This function key, when in either the DIR Editor, or the Listing
  374.         Editor,  will call IFL.COM to show you what files are  contained
  375.         in  the  listing  selected.  IT should be obvious  that  if  the
  376.         listing is not a compressed format such as ZIP, ARC, ZOO,  etc.,
  377.         IFL will not be able to show that any files are contained within
  378.         the  listing.   For instance, if your Edit Bar is  on  FILE.TXT,
  379.         there  are  no files compressed in text files, so IFL  will  not
  380.         show  any  (duhhhhhh).  Also, if you have not  Smartloaded  your
  381.         DIR,  the DL Path is not available to File Manager, so it  would
  382.         not be able to call this function.
  383.  
  384.         See also:               ^Modify^                 ^Edit Listing^
  385.  
  386.  
  387.         <PgDn/PgUp>
  388.         ~~~~~~~~~~~
  389.         By  pressing either of these keys, the Listing Editor  will  ad-
  390.         vance  to the next listing in the base.  All modifications  done
  391.         thus far become part of the DIR in memory and will be saved when
  392.         you press <F9> to save your work.
  393.  
  394.         <F6>
  395.         ~~~~
  396.         This function key, when in either the DIR Editor, or the Listing
  397.         Editor,  will call IFL.COM to show you what files are  contained
  398.         in  the  listing  selected.  IT should be obvious  that  if  the
  399.         listing is not a compressed format such as ZIP, ARC, ZOO,  etc.,
  400.         IFL will not be able to show that any files are contained within
  401.         the  listing.   For instance, if your Edit Bar is  on  FILE.TXT,
  402.         there  are  no files compressed in text files, so IFL  will  not
  403.         show  any  (duhhhhhh).  Also, if you have not  Smartloaded  your
  404.         DIR,  the DL Path is not available to File Manager, so it  would
  405.         not be able to call this function.
  406.  
  407.         <ALT-U>
  408.         ~~~~~~~
  409.         This  command works ONLY when the cursor has been placed on  the
  410.         User NUMBER entry in the form.  Pressing <ALT-U> will provide  a
  411.         list  of  all the users on your system, choosing  one  of  these
  412.         users will place the user's name in the Uploader's Name & User #
  413.         entries  of  the form.  You may of course  edit  them  manually.
  414.         This is provided as a quick and helpful aid to the SysOp.
  415.  
  416.         Verbose Descriptions
  417.         ~~~~~~~~~~~~~~~~~~~~
  418.         Due to a limitation in Telegard itself, when creating a  Verbose
  419.         Description, File Manager must immediately save the DIR file  or
  420.         the Verbose entry could be lost forever.
  421.  
  422.                        Telegard File Manager 2.6 -- Page 9
  423.  
  424.  
  425.         <CTRL-ENTER> or <F10>
  426.         ~~~~~~~~~~~~~~~~~~~~~
  427.         These functions place the alterations made to the current  list-
  428.         ing  into  the  DIR memory and return to the  DIR  Editor.   The
  429.         alterations  will  be  saved to disk with the DIR  file  if  you
  430.         choose the <F9> function.
  431.  
  432.         See also:            ^Modify^           ^Edit DIR^
  433.  
  434.         Execute
  435.         ~~~~~~~
  436.         These functions will execute all the "Services" provided by File
  437.         Manager  in  it's automatic modes.  You are  allowed  to  choose
  438.         between  executing  a single DIR, or ALL DIRs  in  your  system.
  439.         When  Executing, File Manager displays each listing, file  sizes
  440.         (in  blocks),  whether  or  not  the  listing  is  correct,  the
  441.         ONLINE/OFFLINE "Status" of each listed file, and again,  whether
  442.         or  not that is correct.  The far right column shows whether  or
  443.         not  File Manager has altered the listing on your behalf.   File
  444.         Manager will only alter these listings if you have  specifically
  445.         asked it to, by selecting the appropriate "Services".
  446.  
  447.         See also:            ^Single Execute^          ^All Execute^
  448.  
  449.         Single DIR Execution
  450.         ~~~~~~~~~~~~~~~~~~~~
  451.         This  function  executes File Manager's services on the  DIR  in
  452.         memory.   It  will NOT save the changes to disk,  and  will  not
  453.         affect  any DIR other than the one you are working on.   If  you
  454.         wish to save the DIR after execution, press <F9>.
  455.  
  456.          See also:           ^Execute^                 ^All Execute^
  457.  
  458.  
  459.         All Execute
  460.         ~~~~~~~~~~~
  461.         File  Manager's  Auto Mode.  This will  execute  File  Manager's
  462.         Services  on all the DIRs in your system.  Once started,  it  is
  463.         not  possible to stop without rebooting.  All changes are  saved
  464.         to  disk, memory is then cleared, and you may work  on  whatever
  465.         DIRs you wish.
  466.  
  467.         See also:            ^Execute^               ^Single Execute^
  468.  
  469.  
  470.         Services
  471.         ~~~~~~~~
  472.         "Services"  are  "Executed" to make changes in a  DIR.   If  you
  473.         choose  not  to execute these services, File  Manager  will  not
  474.         provide  these  services  to you!  Check-mark  each  service  by
  475.         moving the cursor bar onto it, and pressing <ENTER>.
  476.  
  477.                        Telegard File Manager 2.6 -- Page 10
  478.  
  479.  
  480.         Correct File Sizes
  481.         ~~~~~~~~~~~~~~~~~~
  482.         If this flag is check-marked, File Manager will find the  actual
  483.         sizes  of each file listed in a DIR, compute it's  correct  size
  484.         (in blocks), and then alters each listing to reflect that.
  485.  
  486.  
  487.         Fix "Request Only"
  488.         ~~~~~~~~~~~~~~~~~~
  489.         If this flag is check-marked, File Manager will determine wheth-
  490.         er or not a physical file corresponding to each listing actually
  491.         exists.    File   Manager  compares  this  to   each   listings'
  492.         ONLINE/OFFLINE  status,  and  if the listing  is  incorrect,  it
  493.         alters  the listing to reflect the true condition.   This  is  a
  494.         VERY  handy feature.  Using this feature, you may remove  entire
  495.         GROUPS of files, run File Manager, and ALL the listings will  be
  496.         corrected  to show what files have been made  "Offline"!   Like-
  497.         wise, when you again place those files back onto your drive, you
  498.         may run File Manager to restore all the listings to "Online".
  499.  
  500.  
  501.         Verbose Packing
  502.         ~~~~~~~~~~~~~~~
  503.         Through a complex series of procedures, File Manager is able  to
  504.         reduce the amount of disk space used by VERBOSE.DAT.  Check-mark
  505.         this   flag  to  select  this  service.   This  maintains   your
  506.         VERBOSE.DAT in top condition each time you run it.
  507.  
  508.  
  509.         Sort Type
  510.         ~~~~~~~~~
  511.         Selected  through the menu, or by pressing F8, this is  used  to
  512.         pick the type of sorting you would like performed each time  you
  513.         Execute the Services in File Manager.  If you select "None", the
  514.         check-mark will disappear from this item.
  515.  
  516.         Backwards Sorting
  517.         ~~~~~~~~~~~~~~~~~
  518.         Duhhhhhh, what could this be?
  519.  
  520.                        Telegard File Manager 2.6 -- Page 11
  521.  
  522.  
  523.         Delete OLD *.DIRs
  524.         ~~~~~~~~~~~~~~~~~
  525.         When File Manager saves your DIR files back to disk, it does not
  526.         overwrite the old DIR file.  Rather, it RENAMES the old DIR file
  527.         to *.OLD, and then writes the new DIR file.  This is a  built-in
  528.         protection  provided in case you decide you have made  an  error
  529.         while  working  on your directories.  IF such an error  were  to
  530.         occur,  you  could drop to dos, go into your  GFILES  directory,
  531.         delete the *.DIR file you just wrote, and RENAME the *.OLD  file
  532.         to a DIR extension.
  533.  
  534.         Since  many  people are willing to risk the errors in  favor  of
  535.         having  more available disk space, a function has been  provided
  536.         to  AUTOMATICALLY  DELETE  *.OLD files each  time  File  Manager
  537.         writes  a DIR.  Theoretically, one could still drop to dos,  and
  538.         use  Norton or another disk utility to unerase the  *.OLD  file,
  539.         and  still save the day, but not when File Manager has  executed
  540.         ALL  the DIRs.  It's a judgment call.  File Manager defaults  to
  541.         preserving the *.OLD files.  Use it with caution.
  542.  
  543.  
  544.         Kill "Offline"
  545.         ~~~~~~~~~~~~~~
  546.         If  you are not in the habit of keeping files "Offline" on  your
  547.         system, you may wish to select this service.  Check-marking this
  548.         flag  will cause File Manager to AUTOMATICALLY  DELETE  listings
  549.         that do not have physical files on the drive to correspond  with
  550.         each  listing.   This is handy for "Spring Cleaning"  your  hard
  551.         drive.  If the listing is marked as "Offline", File Manager will
  552.         not  delete it the listing until it first checks to see  if  the
  553.         physical file is on the drive.  If the file exists, File Manager
  554.         will NOT delete the file.
  555.  
  556.  
  557.         Report To File
  558.         ~~~~~~~~~~~~~~
  559.         When  File  Manager is run in AUTO mode, you may opt to  get  an
  560.         ASCII  text  file report.  The report will appear  in  the  same
  561.         directory as FILEMAN.EXE and will be named FILEMAN.RPT.
  562.  
  563.         See also     ^Report To Printer^
  564.  
  565.  
  566.         Report To Printer
  567.         ~~~~~~~~~~~~~~~~~
  568.         When  File  Manager is run in AUTO mode, you may opt  to  get  a
  569.         printed  report.   MAKE SURE your printer is ON  before  running
  570.         File Manager!
  571.  
  572.         See also:    ^Report To File^
  573.  
  574.                        Telegard File Manager 2.6 -- Page 12
  575.  
  576.  
  577.         Write Data File
  578.         ~~~~~~~~~~~~~~~
  579.         After  you figure out which "Services" you would like  performed
  580.         for  you, select this option to write a data file to  your  disk
  581.         containing all this information.  The file is named FILEMAN.DAT,
  582.         and  will  be  referred to each time  File  Manager  runs,  thus
  583.         allowing  you to customize the services performed for you  on  a
  584.         daily basis.
  585.  
  586.         See also:    ^Command Line Help^
  587.  
  588.  
  589.         No Help Needed!
  590.         ~~~~~~~~~~~~~~~
  591.         Aw, c'mon... you can figure this out if you really try!
  592.  
  593.  
  594.         Commandline Arguments
  595.         ~~~~~~~~~~~~~~~~~~~~~
  596.         File Manager accepts the following commandline arguments:
  597.  
  598.  
  599.         FILEMAN AUTO
  600.         ~~~~~~~~~~~~
  601.         File Manager loads each DIR and Executes according to the  Serv-
  602.         ices  you have specified in FILEMAN.DAT.  IF FILEMAN.DAT is  not
  603.         present  on the drive, File Manager executes according  to  it's
  604.         built-in defaults.
  605.  
  606.  
  607.         Commandline Screen
  608.         ~~~~~~~~~~~~~~~~~~
  609.         The  following  commandline  arguments  are  used  to  set  File
  610.         Manager's  Screen characteristics.  You must "Write  Data  File"
  611.         FILEMAN.DAT to preserve these settings for future use.
  612.  
  613.  
  614.         FILEMAN 25
  615.         ~~~~~~~~~~
  616.         Sets normal 25 Line mode (default).
  617.  
  618.  
  619.         FILEMAN 43
  620.         ~~~~~~~~~~
  621.         Sets EGA 43 Line mode.
  622.  
  623.  
  624.         FILEMAN 50
  625.         ~~~~~~~~~~
  626.         Sets VGA 50 Line mode.
  627.  
  628.  
  629.         FILEMAN BIOS
  630.         ~~~~~~~~~~~~
  631.         Sets BIOS Screen Writing mode.
  632.  
  633.                        Telegard File Manager 2.6 -- Page 13
  634.  
  635.  
  636.         FILEMAN MONO
  637.         ~~~~~~~~~~~~
  638.         Sets File Manager to MonoChrome (black-and-white) mode.
  639.  
  640.  
  641.         FILEMAN COLOR
  642.         ~~~~~~~~~~~~~
  643.         Sets File Manager to Color mode (default).
  644.  
  645.  
  646.         FILEMAN SNOW
  647.         ~~~~~~~~~~~~
  648.         Sets CGA Direct Screen Write mode with snow checking.
  649.  
  650.  
  651.         FILEMAN CGA/EGACARD
  652.         ~~~~~~~~~~~~~~~~~~~
  653.         Adjusts  the  screen  size to allow for  systems  uiltizing  CGA
  654.         monitors with EGA cards.
  655.  
  656.  
  657.         FILEMAN NORM
  658.         ~~~~~~~~~~~~
  659.         Used  to  reset  File Manager's screen  characteristics  to  the
  660.         original  25 line, color direct screen write mode.  If you  have
  661.         not saved a FILEMAN.DAT file, you will never need this  command.
  662.         You may achieve the same goal by simply deleting FILEMAN.DAT.
  663.  
  664.  
  665.