home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDDISK / DOG205C.ZIP / DOG.PRN < prev    next >
Encoding:
Text File  |  1988-12-01  |  24.7 KB  |  925 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.                             Disk OrGanizer - Version 2.05
  28.                                    December 1, 1988
  29.  
  30.                                  Soft GAM's Software
  31.                                  G. Allen Morris III
  32.                                     P. O. Box 1311
  33.                                  Mendocino, CA  95460
  34.                                     Copyright 1988
  35.  
  36.                                Compuserve: #73210,3374
  37.                                     Source: BFH700
  38.                                       BIX: gam3
  39.                                    UUCP: gam3@well
  40.                                  Voice: (707)961-1470
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.           TABLE OF CONTENTS          TABLE OF CONTENTS
  74.  
  75.           INTRODUCTION  . . . . . . . . . . . . . . . . . . . . . . . .   1          INTRODUCTION
  76.  
  77.           SHAREWARE . . . . . . . . . . . . . . . . . . . . . . . . . .   1          SHAREWARE
  78.  
  79.           RUNNING DISK ORGANIZER THE FIRST TIME . . . . . . . . . . . .   2          RUNNING DISK ORGANIZER THE FIRST TIME                  ______________
  80.  
  81.           RUNNING DISK ORGANIZER FROM THE COMMAND LINE  . . . . . . . .   4          RUNNING DISK ORGANIZER FROM THE COMMAND LINE                  ______________
  82.  
  83.           RUNNING DISK ORGANIZER WITH AN ORDER FILE . . . . . . . . . .   6          RUNNING DISK ORGANIZER WITH AN ORDER FILE                  ______________
  84.                MODES  . . . . . . . . . . . . . . . . . . . . . . . . .   6               MODES
  85.                SWITCHES . . . . . . . . . . . . . . . . . . . . . . . .   7               SWITCHES
  86.                COMMANDS . . . . . . . . . . . . . . . . . . . . . . . .   7               COMMANDS
  87.                FILE-IDENTIFIERS . . . . . . . . . . . . . . . . . . . .   9               FILE-IDENTIFIERS
  88.                COMMENTS . . . . . . . . . . . . . . . . . . . . . . . .   9               COMMENTS
  89.  
  90.           SAMPLE ORDER FILE . . . . . . . . . . . . . . . . . . . . . .  10          SAMPLE ORDER FILE
  91.  
  92.           INDEX . . . . . . . . . . . . . . . . . . . . . . . . . . . .  12          INDEX
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.           Disk Organizer version 2.05                                Page 1
  140.  
  141.           INTRODUCTION          INTRODUCTION
  142.  
  143.                A disk that  has been  in use a  while will have  fragmented
  144.           files and directories; that is, some of its files and directories
  145.           are  no  longer  written in  contiguous  disk  clusters, but  are
  146.           located wherever DOS was able to find available disk space.  This
  147.           increases the time required to access any of that data, puts more
  148.           wear on your disk  drive's head actuator and increases  the noise
  149.           generated by the disk.
  150.  
  151.                Disk OrGanizer will help you speed up your disk access times               Disk OrGanizer
  152.           by defragmenting  files and  removing deleted  entries from  dir-
  153.           ectories.  It will also allow you to determine the order of files
  154.           and subdirectories.  It can also free some disk space by truncat-
  155.           ing subdirectories.   A  nice side  effect of  this is  that non-
  156.           fragmented files are  much easier  to recover with  the many  un-
  157.           erase programs available.
  158.  
  159.  
  160.           SHAREWARE          SHAREWARE
  161.  
  162.                This  is a shareware program.   This program is not in free;                          shareware
  163.           you may  use this program for a 30  day trail period, if you wish
  164.           to continue using this program after  that time you must purchase
  165.           a licence agreement.   The cost of a  licence agreement for  non-
  166.           commercial use is  on a sliding  scale of $5.00  to $30.00,   for
  167.           commercial use the cost is  $30.00 for the first unit and  $15.00
  168.           for each additional unit.  Site licenses and commercial distribu-
  169.           tion licenses are available.
  170.  
  171.           Please make check payable in US dollars to:
  172.  
  173.                Soft GAM's Software
  174.                P. O. Box 1311
  175.                Mendocino, CA  95460
  176.  
  177.           If you don't support shareware it will go away.                               shareware
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.           Disk Organizer version 2.05                                Page 2
  206.  
  207.           RUNNING DISK ORGANIZER THE FIRST TIME          RUNNING DISK ORGANIZER THE FIRST TIME                  ______________
  208.  
  209.                Before you do  anything else,  back up your  hard disk,  and
  210.           make copies of any floppy disks you want to organize.
  211.  
  212.                Disk  OrGanizer has been tested with  MSDOS 2.10, 3.01, 3.10               Disk  OrGanizer
  213.           and 3.30  on logical  drives as  large as  32 megabytes.   It  is
  214.           believed that  Disk OrGanizer  will operate  on any MS/PCDOS  DOS                         Disk OrGanizer
  215.           disk.  (DOS version 4.0 disks  with 32 bit File Allocation Tables
  216.           (FAT) are not supported  at this time.)  Disk  OrGanizer performs                                                   Disk  OrGanizer
  217.           extensive tests before it starts to move data, to  make sure that
  218.           the FAT and directories are in good repair and verifies all  data
  219.           written to the disk.  
  220.            
  221.                Disk OrGanizer will not cause data loss in a power failure.               Disk OrGanizer      not                                   ___
  222.  
  223.           WARNING:  Power  surges to the  write head of  the disk during  a          WARNING:  
  224.           power  failure could cause data loss.  (This is the case whenever
  225.           any program is writing to the disk.)
  226.  
  227.                You can now test Disk OrGanizer by typing the command:                                Disk OrGanizer
  228.  
  229.                DOG [d:] /TEST
  230.  
  231.           [d:] is an optional  drive specifier.  The  current drive is  the
  232.           default.  (The []'s  mean optional and should not be  typed.)  If
  233.           you do not receive any error messages from this command, you will
  234.           be able to run  Disk OrGanizer on the tested drive.  Be sure that                          Disk OrGanizer
  235.           you have a backup of your data before you continue.
  236.  
  237.                You can now  run Disk  OrGanizer and defragment  all of  the                                Disk  OrGanizer
  238.           files on a drive by typing the command:
  239.  
  240.                DOG [d:] /FAST
  241.  
  242.                If  you would also like to recover  some disk space by trun-
  243.           cating your subdirectories type the command:
  244.  
  245.                DOG [d:] /FAST /TRUNCATE
  246.  
  247.           Please note that  you may  not have any  directories with  enough
  248.           deleted files to allow truncation.
  249.  
  250.                Disk  OrGanizer  reads and  tests  the FAT  and directories,               Disk  OrGanizer
  251.           gives you  a report, tells you what  it is going to  do, and asks
  252.           you if you wish it to organize the disk.  Nothing will be written
  253.           to the disk until you answer yes to this question.
  254.  
  255.                You may abort from Disk  OrGanizer at any time by typing  an                                  Disk  OrGanizer
  256.           Esc or ^C  (there may  be a  slight delay).   Aborting from  Disk                                                                       Disk
  257.           OrGanizer while  it is moving  clusters may  cause extreme  frag-          OrGanizer
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.           Disk Organizer version 2.05                                Page 3
  272.  
  273.           mentation, rerun Disk OrGanizer as soon  as possible if you abort                           Disk OrGanizer
  274.           while it is moving clusters.
  275.  
  276.                If you think that Disk  OrGanizer has stopped running, press                                 Disk  OrGanizer
  277.           the space bar, you should then hear a beep within a minute.
  278.  
  279.                If you get error running Disk  OrGanizer run CHKDSK with the                                        Disk  OrGanizer
  280.           F switch. (See your DOS manual.)
  281.  
  282.                if  you  get an  "Out  of  memory error",  try  running Disk                                                                       Disk
  283.           OrGanizer after removing  any terminate  and stay resident  (TSR)          OrGanizer
  284.           programs, if this  does not  solve the problem  try lowering  the
  285.           number  of  FILES and  BUFFERS in  your  CONFIG.SYS file.   (Disk                                                                       Disk
  286.           OrGanizer will run with FILES=6 and BUFFERS=1.)  If you still get          OrGanizer
  287.           the "Out  of memory error"  you will  have to decrease  the total
  288.           number of files on the drive.
  289.  
  290.                The easiest way  to do the above  is to re-boot from  a disk
  291.           that has no CONFIG.SYS or AUTOEXEC.BAT files.
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.           Disk Organizer version 2.05                                Page 4
  338.  
  339.           RUNNING DISK ORGANIZER FROM THE COMMAND LINE          RUNNING DISK ORGANIZER FROM THE COMMAND LINE                  ______________
  340.  
  341.                For most applications DOG can simply be run from the command
  342.           line or a batch file.  This chapter will tell you how to do this.
  343.  
  344.                The  general format for running Disk  Organizer from the DOS                                               Disk  Organizer
  345.           prompt is:
  346.  
  347.                DOG [d:] /mode [/TRUNCATE][/BATCH][/NOVERIFY]               DOG [d:] /mode [/TRUNCATE][/BATCH][/NOVERIFY]
  348.  
  349.           (The []'s mean optional and should not be typed.)
  350.  
  351.                d: is an optional drive specifier.  The current drive is the               d:
  352.                default. 
  353.  
  354.                mode is one of the following:               mode
  355.  
  356.                     /FAST mode will defragment all files and attempt to put
  357.                          them  in one area  of disk  space, FAST  may leave
  358.                          gaps  of free  space between files.   This  is the
  359.                          mode that should be used by most people.
  360.  
  361.                     /FILL mode will defragment files and  put them as close
  362.                          to the  FAT as possible,  FILL will not  leave any
  363.                          free space between  files.   FILL may leave  files
  364.                          fragmented around BAD  disk sectors and  unmovable
  365.                          files.
  366.  
  367.                     /DATE mode will put the files  on the disk oldest files
  368.                          first (closest  to the FAT).  Using this mode once
  369.                          in a  while, it can take  a long time to  run, may
  370.                          decrease  the   number  of   clusters  that   Disk                                                                       Disk
  371.                          OrGanizer will need to move with the FAST  or FILL                         OrGanizer
  372.                          mode.
  373.  
  374.                     /DIREctory mode will put  the files on the disk  in the
  375.                          order in finds them in  the directories.  That  is
  376.                          the  first  file  or  sub-directory  in  the  root
  377.                          directory will be closest to  the FAT (also refer-
  378.                          red to  as first) followed  by the second  file in
  379.                          the root, etc.  (See appendix B)
  380.  
  381.                /TRUNCATE is a switch telling Disk OrGanizer to truncate all                                             Disk OrGanizer
  382.                     sub-directories.
  383.  
  384.                /BATCH  is a switch  telling Disk OrGanizer  to suppress all                                            Disk OrGanizer
  385.                     prompts.  If  this switch is  set any error will  cause
  386.                     Disk OrGanizer to return an error code (see Appendix A)                    Disk OrGanizer
  387.                     and  terminate.    This  is  useful  for  running  Disk                                                                       Disk
  388.                     OrGanizer from a batch file.                     OrGanizer
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.           Disk Organizer version 2.05                                Page 5
  404.  
  405.                /NOVERIFY is a switch telling  Disk OrGanizer not to  verify                                              Disk OrGanizer
  406.                     data written to the disk.  This will increase the speed
  407.                     of Disk OrGanizer but will allow data to be lost.  This                       Disk OrGanizer
  408.                     switch should not be used on  a floppy disk, but may be
  409.                     used on a  hard disk  at your  own risk.   This is  for
  410.                     people  to  whom  speed  is  more important  than  data
  411.                     integrity.
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.           Disk Organizer version 2.05                                Page 6
  470.  
  471.           RUNNING DISK ORGANIZER WITH AN ORDER FILE          RUNNING DISK ORGANIZER WITH AN ORDER FILE                  ______________
  472.  
  473.                If you would like  to have more control over the location of
  474.           files (a  subdirectory is a  special file)  on your disk  you can
  475.           create an ORDER file.
  476.  
  477.                This  file allows you move  named files close  to the FAT or
  478.           away from the FAT, any files that are  not named in this file are
  479.           then placed between these two areas.
  480.  
  481.                The area of the disk close to the FAT is called the LOW area
  482.           and the area away from the FAT is called the HIGH area.  Any file
  483.           that  is not  named anywhere  in the  ORDER.DOG  file is  said to
  484.           FLOAT.
  485.  
  486.                In  making  this  file  you  should  name as  few  files  as
  487.           possible.
  488.  
  489.                The command to run Disk OrGanizer with an ORDER file is:                                  Disk OrGanizer
  490.  
  491.                DOG [d:] [orderfile] [/mode] [/switch]
  492.  
  493.                d: is the optional drive.               d:
  494.  
  495.                orderfile is the path  and filename of the  order file.   If               orderfile
  496.                this is not  included Disk  OrGanizer will look  for a  file                                     Disk  OrGanizer
  497.                called ORDER.DOG  in the root  directory of the  drive being
  498.                organized and  if it does not find that  it will look in the
  499.                environment for 'DOG=d:\path\filename' and use that file.
  500.  
  501.  
  502.           MODES          MODES
  503.  
  504.                You must include a  mode.  The  Mode only affects files  not
  505.           included in the  ORDER file.   A mode given  on the command  line
  506.           will override the mode in the ORDER file.
  507.  
  508.                [FAST]  mode will  defragment all files  and attempt  to put
  509.                     them in one area of disk space, FAST may leave  gaps of
  510.                     free space between files.  This is the mode that should
  511.                     be used by most people.
  512.  
  513.                [FILL] mode will defragment  files and put them as  close to
  514.                     the FAT as possible, FILL will not leave any free space
  515.                     between files.  FILL may  leave files fragmented around
  516.                     BAD disk sectors and non-moveable files.
  517.  
  518.                [DIREctory] mode will put the files on the disk in the order
  519.                     in finds them in the directories.
  520.  
  521.                [DATE] mode  will put  the files  on the  disk oldest  files
  522.                     first.
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.           Disk Organizer version 2.05                                Page 7
  536.  
  537.  
  538.  
  539.           SWITCHES          SWITCHES
  540.  
  541.                You may also  set some  of these switches  from the  command
  542.           line.
  543.  
  544.                [TRUNCATE  ALL]  is  a  switch  telling  Disk  OrGanizer  to                                                        Disk  OrGanizer
  545.                     truncate all subdirectories.   This is the  same as the
  546.                     command line TRUNCATE switch.
  547.  
  548.                [BATCH] is a switch  telling Disk OrGanizer to suppress  all                                            Disk OrGanizer
  549.                     prompts.  If  this switch is  set any error will  cause
  550.                     Disk OrGanizer to return an error code and terminate.                    Disk OrGanizer
  551.  
  552.                [NOVERIFY]  is a switch telling Disk Organizer not to verify                                               Disk Organizer
  553.                     data written to the disk.  This will increase the speed
  554.                     of Disk OrGanizer but will allow data to be lost.  This                       Disk OrGanizer
  555.                     switch should not  be used on a floppy disk, but may be
  556.                     used on a hard disk at your own risk.
  557.  
  558.  
  559.           COMMANDS          COMMANDS
  560.  
  561.                [LOW] tells Disk  OrGanizer to place the files  described by                           Disk  OrGanizer
  562.                     following  filenames  close  to  the  FAT.   This  also
  563.                     affects the FREE command. (see below)
  564.  
  565.                [HIGH]  tells  Disk OrGanizer  to  place files  described by                              Disk OrGanizer
  566.                     following  filenames  away  from the  FAT.    This also
  567.                     affects the FREE command.
  568.  
  569.                [FORCE]  tells Disk  OrGanizer  not to  move the  files that                              Disk  OrGanizer
  570.                     follow. 
  571.  
  572.                [FLOAT]  tells  Disk  OrGanizer  to  ignore the  files  that                               Disk  OrGanizer
  573.                     follow.   This is used if  you wish to TRUNCATE  a sub-
  574.                     directory but don't want to put  it LOW, HIGH or FORCE.
  575.                     NOTE: in  future releases  this may  be  used to  allow
  576.                     HIDDEN and SYSTEM files to be moved.
  577.  
  578.                [TRUNCATE]   subdirectories   named  between   TRUNCATE  and
  579.                     ENDTRUNCATE will have  there size changed so  that they
  580.                     will use as little space as possible.
  581.  
  582.                [ENDTRUNCATE] see TRUNCATE above.
  583.  
  584.                [FREE nn] tells Disk OrGanizer to  leave nn clusters of free                               Disk OrGanizer
  585.                     space after the  last file named  in the order file  if
  586.                     files are being placed LOW or  before the file if files
  587.                     are being  placed HIGH.   Disk  OrGanizer ignores  this                                              Disk  OrGanizer
  588.                     command if there isn't enough free  disk space.  The nn
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.           Disk Organizer version 2.05                                Page 8
  602.  
  603.                     may be replaced  with an asterisk  (*) if you want  all
  604.                     available free clusters in a location.
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.           Disk Organizer version 2.05                                Page 9
  668.  
  669.           FILE-IDENTIFIERS          FILE-IDENTIFIERS
  670.  
  671.                A file-identifier is a  string that starts with a  backslash
  672.           (\),  has zero  or more  subdirectory names,  separated by  back-
  673.           slashes (the Path) and ends with a filename or subdirectory name.
  674.           A file-identifier ending with a subdirectory name can be followed
  675.           by an optional backslash.
  676.  
  677.                It is important to understand that a sub-directory is a file
  678.           with  a special format  and that Disk  OrGanizer treats subdirec-                                           Disk  OrGanizer
  679.           tories just like files  in the ORDER file except  that sub-direc-
  680.           tories can be TRUNCATED.
  681.  
  682.                You  must always include the full path  of a file or subdir-
  683.           ectory.
  684.  
  685.                Wildcards may be  used in filenames.   But please note  that
  686.           including a large number  of files in the ORDER  file can greatly
  687.           increase the amount  of time it take Disk OrGanizer to organize a                                               Disk OrGanizer
  688.           disk.
  689.  
  690.  
  691.           COMMENTS          COMMENTS
  692.  
  693.                A comment starts with  a semicolon and ends with  a carriage
  694.           return.
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.           Disk Organizer version 2.05                               Page 10
  734.  
  735.           SAMPLE ORDER FILE          SAMPLE ORDER FILE
  736.  
  737.                Below is a simple ORDER file:
  738.  
  739.           [FAST]                   ; this sets the mode
  740.           [TRUNCATE]
  741.           \DIR_A\                  ; Truncate subdirectory DIR_A, but let 
  742.                                    ; it FLOAT.
  743.                                    ; 
  744.           [LOW]                    ; Set move files LOW.
  745.           \DOS\                    ; Truncate subdirectory DOS,  and put it
  746.                                    ; next to the FAT.
  747.           [ENDTRUNCATE]
  748.           \COMMAND.COM             ; COMMAND.COM will be placed after \DOS.
  749.           [HIGH]                   ; set move files HIGH.
  750.           \AUTOEXEC.BAT            ; As this file is used only once, on
  751.                                    ; reboot, we can move it away from the
  752.                                    ; FAT.
  753.           \ORDER.DOG               ; This file will be place just in front
  754.                                    ; of AUTOEXEC.BAT
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.           Disk Organizer version 2.05                               Page 11
  800.  
  801.           Appendix A
  802.  
  803.                This is to be added in the next release.
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.           Disk Organizer version 2.05                               Page 12
  866.  
  867.           INDEX          INDEX
  868.  
  869.           /DATE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
  870.           /DIREctory  . . . . . . . . . . . . . . . . . . . . . . . . . . 4
  871.           /FAST . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
  872.           /FILL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
  873.           COMMANDS  . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
  874.                [ENDTRUNCATE]  . . . . . . . . . . . . . . . . . . . . . . 7
  875.                [FLOAT]  . . . . . . . . . . . . . . . . . . . . . . . . . 7
  876.                [FORCE]  . . . . . . . . . . . . . . . . . . . . . . . . . 7
  877.                [FREE nn]  . . . . . . . . . . . . . . . . . . . . . . . . 7
  878.                [HIGH] . . . . . . . . . . . . . . . . . . . . . . . . . . 7
  879.                [LOW]  . . . . . . . . . . . . . . . . . . . . . . . . . . 7
  880.                [TRUNCATE] . . . . . . . . . . . . . . . . . . . . . . . . 7
  881.           DOG=  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
  882.           ENDTRUNCATE . . . . . . . . . . . . . . . . . . . . . . . . . . 7
  883.           Environment   . . . . . . . . . . . . . . . . . . . . . . . . . 6
  884.           File-identifier . . . . . . . . . . . . . . . . . . . . . . . . 9
  885.           Filename  . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
  886.           FLOAT . . . . . . . . . . . . . . . . . . . . . . . . . . .  6, 7
  887.           FORCE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
  888.           FREE  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
  889.           HIGH  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
  890.           HIGH area . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
  891.           INTRODUCTION  . . . . . . . . . . . . . . . . . . . . . . . . . 1
  892.           LOW . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
  893.           LOW area  . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
  894.           Path  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
  895.           Shareware . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
  896.           SWITCHES  . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
  897.                [BATCH]  . . . . . . . . . . . . . . . . . . . . . . . . . 7
  898.                [NOVERIFY] . . . . . . . . . . . . . . . . . . . . . . . . 7
  899.                [TRUNCATE ALL] . . . . . . . . . . . . . . . . . . . . . . 7
  900.           TRUNCATE  . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
  901.           Wildcards . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.