home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 37 / bbd37.zip / DUO.TXT < prev    next >
Text File  |  1989-09-11  |  14KB  |  263 lines

  1. |A╔══════════╗════════════════════════════════════════════════════════╔══════════╗
  2. |A║ |6Helpware |A║══════════════════ ^1Disk Use Optimizer |A══════════════════║ |6Helpware |A║
  3. |A╚══════════╝════════════════════════════════════════════════════════╚══════════╝
  4. ^Cby
  5. ^CDavid Leithauser and Jim Row
  6.  
  7.  ABOUT DISK USE OPTIMIZER
  8.  
  9.      There are many occasions in which you want to put a large number of files 
  10.  on as few disks as possible. The most common is when you want to back up your 
  11.  hard drive by transferring some of the files to floppy disks.  Another is when 
  12.  you want to give copies of some of your public domain programs to a friend. 
  13.  You would probably want to minimize the number of disks you must give away.  
  14.  Even if you are just keeping the software for yourself, you might want to 
  15.  squeeze the programs onto as few disks as possible.  This reduces your 
  16.  expense from buying disks and reduces the storage space you need. 
  17.  
  18.      ^1Disk Use Optimizer^0 computes the arrangement of files that allows you to 
  19.  get your files onto the minimum number of disks.  It will tell you what this 
  20.  arrangement is, and automatically transfer (copy) the files for you. 
  21.  
  22.  
  23.  ^1RUNNING DISK USE OPTIMIZER (DUO)
  24.  
  25.     When you run DUO, you will see its opening title screen followed by the 
  26.  main menu.  Press F1 while at the main menu to obtain onscreen help on using 
  27.  DUO.  Menu options are selected by moving the highlight bar to the desired 
  28.  choice and pressing the <ENTER> key.  The bar is moved by using the UP and 
  29.  DOWN ARROW keys; you may also press the first letter of a menu option to move 
  30.  the highlight bar to it.  As you cursor through the selections, the bottom 
  31.  line on the screen contains a brief explanation of each option.
  32.  
  33.  MAIN MENU SELECTIONS:
  34.  
  35.     Read Directory   -- Read in file names from a specified directory.
  36.  
  37.     Edit File List   -- View the list of files and mark ones you do not
  38.                         want to be copied (optional).
  39.  
  40.     Auto Copy        -- Copy the files in the list to one or more floppies,
  41.                         optimizing the disk space used.
  42.  
  43.  
  44.   ^1Read Directory
  45.  
  46.      You will be prompted for the directory to read, file mask to use, and 
  47.  whether or not you want to also read any subdirectories in the specified 
  48.  directory.  A box on the screen displays the current defaults: the current 
  49.  directory, a file mask of "*.*" (all files), and "Y" for reading 
  50.  subdirectories, too.  If you wish to change any of these, move the highlight 
  51.  bar to the desired field and enter in a new value.  The bar is moved using the 
  52.  UP and DOWN ARROW keys.  
  53.      
  54.      The directory name must include the drive letter followed by a colon, 
  55.  and must be a valid DOS path name.  Examples:
  56.           c:\utils\pctools    d:\DOS    d:\edit     a:    b:\dos     
  57.      
  58.      The file mask may contain the wild cards, * and ?, and any other valid DOS
  59.  file name characters.  You may also enter in a single file name.  Example file 
  60.  masks:
  61.               *.*     --  all files
  62.               *.txt   --  all files with an extension of "txt"
  63.               book.?  --  all files with the name "book" and an 
  64.                           extension consisting of a single character
  65.               pc*.exe --  all files beginning with "pc" and having the
  66.                           extension "exe"
  67.               
  68.      To include subdirectories when reading in files, enter a "Y" in the third 
  69.  field.  If you wish to read just the files within the specified directory, 
  70.  enter a "N".
  71.  
  72.      When you are satisfied with the directory, mask, and inclusion of 
  73.  subdirectories settings, press the <ENTER> key while the highlight bar is on 
  74.  the third field to continue.  You may also press the ESC key to abort this 
  75.  process.  If there is already a file list in memory, you will be prompted for 
  76.  adding to the list or creating a new list.  Answer "Y" to add to the existing 
  77.  list and "N" to make a new one.
  78.  
  79.      If you have entered a valid directory name and file name or mask, the 
  80.  files in the specified directory, matching the specified mask will be read 
  81.  in.  If you have said "Yes" to reading subdirectories, files in the 
  82.  directory's subdirectories (if any) will also be read in, and the subdirectory 
  83.  names will be displayed on the screen as they are searched.  The total number 
  84.  of files will also be displayed.  Once all the files have been read in, you 
  85.  will return to the main menu from which you may edit this list (select files 
  86.  you do not want copied) and/or print the list out.
  87.  
  88.  NOTE: Files with a file size of ZERO (0) will NOT be read in.     
  89.  
  90.  
  91.  ^1Edit File List
  92.         
  93.        The list of files to be copied is displayed on the screen.  The last row 
  94.  on the screen contains a list of the movement keys and functions available 
  95.  from within the viewer.   Functions include printing the list (F3), selecting 
  96.  files to remove from the list (<ENTER>), removing selected files (F2), 
  97.  onscreen help (F1), and returning to the main menu (ESC).  
  98.  
  99.      Browsing the List:
  100.  
  101.          You may browse through the list by using the UP and DOWN ARROWS, 
  102.      PAGE UP and PAGE DOWN, and the HOME and END keys.  The ARROW keys 
  103.      scroll the list by one line.  The PAGE keys scroll the list a screen 
  104.      full at a time (approx. 19 lines).  Pressing the HOME key will send 
  105.      the highlight bar to the first file on the screen; if the bar is 
  106.      already at the top, it will move to the first file in the list.  The 
  107.      END key works in a similar manner toward the end of the list. 
  108.  
  109.      NOTE: While browsing the list, you may notice files with the same 
  110.      name and same file size.  They are probably in different directories 
  111.      or on different disks.  The optimization portion of this program 
  112.      will be faster and more efficient if you remove any duplicate files 
  113.      from the list of files to be copied.  See the following section on 
  114.      how to remove files from the list.  (You can use Duplicate File 
  115.      Finder, another utility contained in this issue, to remove duplicate 
  116.      files from your disk(s).)  
  117.  
  118.      Selecting Files to Remove:
  119.  
  120.          To select a file to remove from the list (i.e. select files you do 
  121.      not want copied), move the highlight bar to the desired file and press 
  122.      the <ENTER> key.  The <ENTER> key acts as a toggle between select and 
  123.      deselect.  If a file is already selected, pressing the <ENTER> key will 
  124.      deselect it.  Selected files (and non-selected ones) are displayed as 
  125.      follows: 
  126.                                   Color                Monochrome
  127.      Normal Display 
  128.        Not Selected --  Light Gray on Black     Light Gray on Black
  129.        Selected     --  Bright White on Black   Bright White on Black
  130.                 
  131.      Highlight Bar   
  132.        Not Selected --  Light Gray on Red       Reverse Video (dk. on lt.)
  133.        Selected     --  Bright White on Red     Blinking Bar
  134.                 
  135.          Repeat this procedure for each file you wish to remove.  When you 
  136.      have marked all of the files you want to remove from the list, press 
  137.      the F2 key.  This will remove the files from the list of files to be 
  138.      copied.
  139.  
  140.      Printing Files:
  141.  
  142.          Pressing the F3 function key while in the viewer will print the 
  143.      list of files.  After selecting this option, you are prompted to ready 
  144.      your printer.  Ready your printer by turning it on, setting it to 
  145.      "online", and placing paper in it.  At this point you may now press a 
  146.      key to start printing, or press the ESC key to abort printing.  The 
  147.      list of files will be printed with the file name in the first column, 
  148.      path name in the second, and file size in the third. You may press the 
  149.      ESC key during printing if you wish to cancel the print out. 
  150.  
  151.  
  152. ^1Auto Copy
  153.  
  154.      Upon selecting this option you will be prompted for the size of the 
  155.  diskette(s) the files are to be copied to.  The available sizes are displayed 
  156.  with a highlight bar on the default size.  Move the bar to the desired disk 
  157.  size and press the <ENTER> key.  The various sizes correspond to floppies as 
  158.  follows: 
  159.                
  160.                180K  -  Single Sided, Double Density 5 1/4" disk
  161.                360K  -  Double Sided, Double Density 5 1/4" disk
  162.                720K  -  Double Sided, Double Density 3 1/2" disk
  163.                1.2M  -  High Density 5 1/4" disk
  164.               1.44M  -  High Density 3 1/2" disk
  165.  
  166.      After selecting the diskette size, the program will arrange the files in a 
  167.  manner that will optimize the usage of each disk, and will also minimize the 
  168.  number of disks used for the copy.  The time the program takes to perform the 
  169.  optimization will depend on the number of files you have selected to copy.  
  170.  
  171.      If, during the optimization, a file is encountered that is too big to fit 
  172.  on the disk size you selected, a message will be displayed.  If you wish to 
  173.  continue with the copy process, answer "Y" (yes) to the prompt and the file 
  174.  will be removed from the list of files to be copied and the program will 
  175.  continue.  (Do not worry, no files are physically removed from your disk in 
  176.  this program.  All removals pertain only to removing file names from the list 
  177.  of names.)  Answering "N" will abort the Auto Copy process and return you to 
  178.  the main menu. 
  179.  
  180.      When the optimization is complete, you will be presented with a list of
  181.  the files arranged in groups corresponding to various disk numbers.  The list 
  182.  is displayed in a viewer similar to the viewer used in "Edit File List".  You 
  183.  may scroll through the optimized file listing using the ARROW keys, the 
  184.  PAGE UP and PAGE DOWN keys, and the HOME and END keys.  Preceding each group 
  185.  of files will be a file name beginning with "DISK #", followed by a number.  
  186.  For example, all of the files to be copied onto the first destination diskette 
  187.  will be listed together just after the words "Disk #  1". 
  188.  
  189.      The following functions are available while viewing the optimized file 
  190.  listing:  
  191.      
  192.        F1  - A help screen for using the optimized file list viewer.
  193.  
  194.        F2  - Begin copying the files.  See "Copying Files" below.
  195.  
  196.        F3  - Print the list of optimized files.  This will give you a 
  197.              printout showing which files will be on which disk number.
  198.  
  199.        ESC - Abort Auto Copy and return to the main menu.  The original,
  200.              non-optimized file list is still available for editing or 
  201.              copying.  
  202.      
  203.      Copying Files:
  204.  
  205.          Once you have chosen "Auto Copy" from the main menu, selected the 
  206.      size of diskette(s) the files will be copied to, and selected F2 
  207.      from the optimized file list viewer, the actual copying of the files 
  208.      will begin.
  209.  
  210.          You will be prompted for the destination drive for the copy.  
  211.      This is the drive you want to copy the files to.  Enter the 
  212.      appropriate drive letter.   At this point you may also press the
  213.      ESC key and return to the main menu.  NOTE: The destination drive 
  214.      must be a floppy drive; it cannot be a fixed disk. 
  215.  
  216.          Once you have specified the destination drive, you will be asked 
  217.      to insert a blank, formatted disk.  The maximum number of files that 
  218.      can be stored in a floppy disk's root directory is 112.  For this 
  219.      reason, the program will create a subdirectory on the diskette into 
  220.      which to copy the files.  The files for the first diskette will 
  221.      then be copied.  This procedure will continue for however many disks 
  222.      it takes to copy all the the files you have selected.  
  223.  
  224.          If you are copying to and from the same drive, i.e. from "a" to 
  225.      "a", you will have to do some disk swapping during the copying 
  226.      process, as I am sure you have had to do before if you have a 
  227.      single drive system.  For this reason, we HIGHLY recommend that you 
  228.      write protect the source diskette, the one containing the file(s) 
  229.      you wish to copy.  (To write protect a disk, cover the square notch 
  230.      on the side of the disk with on of the small black or silver tabs that 
  231.      came with the disks.)   The program will tell you when to insert 
  232.      the source and when to insert the destination diskette.
  233.  
  234.         When the entire auto copy process is complete, you will return to 
  235.      the main menu.
  236.  
  237.  
  238.  ^1OPTIONS FOR RUNNING DISK USE OPTIMIZER 
  239.  
  240.     DUO can be run from the DOS prompt with the following options: 
  241.  
  242.     M     Starts the program in monochrome mode. Use this option if 
  243.           you are using a composite monitor, or an LCD.
  244.  
  245.     C     Starts the program in color mode.  Use this option if you 
  246.           have a color graphics adapter (CGA, VGA, EVGA, etc.).
  247.     
  248.     Examples:
  249.  
  250.       >duo M               - Run DUO in monochrome mode.
  251.       >duo C               - Run DUO in color mode
  252.  
  253.     NOTE:  This program automatically detects the type of monitor being used 
  254.            and adjusts accordingly.  However, due to the wide variety of 
  255.            computer hardware on the market, it is possible that the detection 
  256.            may not work properly on all systems.  This is the reason we have 
  257.            provided the options mentioned above.
  258.  
  259.     To run this program outside ^1Big Blue Disk^0, type: ^1DUO^0.
  260.  
  261.  DISK FILES THIS PROGRAM USES:
  262. ^FDUO.EXE
  263.