home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT162A.ZIP / JBT2.EXE / BO.DOC next >
Text File  |  1991-06-12  |  38KB  |  1,003 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.                                     Back Off!
  18.  
  19.  
  20.  
  21.                      Multiple File Extension Deletion Program
  22.  
  23.                                         by
  24.  
  25.                                    John E. Bean
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.                                    Version 1.50
  55.                                   December 1990
  56.                         Copyright 1989, JB Technology Inc.
  57.  
  58.  
  59.  
  60.                              TABLE OF CONTENTS
  61.  
  62.  
  63.      Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 1
  64.  
  65.      Getting Started  . . . . . . . . . . . . . . . . . . . . . . . 2
  66.  
  67.      The Help System  . . . . . . . . . . . . . . . . . . . . . . . 3
  68.  
  69.      Back Off! Main Menu  . . . . . . . . . . . . . . . . . . . . . 4
  70.  
  71.        Change Search Drives . . . . . . . . . . . . . . . . . . . . 5
  72.  
  73.        Add File Extensions  . . . . . . . . . . . . . . . . . . . . 6
  74.  
  75.        Edit File Extension  . . . . . . . . . . . . . . . . . . . . 7
  76.  
  77.        Print Extensions . . . . . . . . . . . . . . . . . . . . . . 8
  78.  
  79.        Begin Disk Search  . . . . . . . . . . . . . . . . . . . . . 9
  80.  
  81.      APPENDIX A - Command Line Parameters . . . . . . . . . . . .  11
  82.  
  83.      APPENDIX B - VIEW.COM  . . . . . . . . . . . . . . . . . . .  13
  84.  
  85.      APPENDIX C - BO.EXT  . . . . . . . . . . . . . . . . . . . .  14
  86.  
  87.      APPENDIX D - Using Back Off! in Batch Files  . . . . . . . .  15
  88.  
  89.      APPENDIX E - Files On Disk . . . . . . . . . . . . . . . . .  16
  90.  
  91.      APPENDIX H - Registration  . . . . . . . . . . . . . . . . .  17
  92.  
  93.      APPENDIX I - The JBT Tools . . . . . . . . . . . . . . . . .  19
  94.  
  95.  
  96.  
  97.      -1-
  98.  
  99.                                 INTRODUCTION
  100.  
  101.  
  102.      With  the ever increasing number of software programs on the mar-
  103.      ket,  backup  files for these programs have many different naming
  104.      conventions.
  105.  
  106.      The  most  common  file extension for a backup file  is  "*.BAK".
  107.      However,  there are many different file extensions.  For example,
  108.      SmartWare  II's  word  processing  has the  backup  extension  of
  109.      "*.BDC".
  110.  
  111.      These  backup  files can consume a significant amount of  the  PC
  112.      hard disk.  Back Off!  was written to alleviate this common prob-
  113.      lem.
  114.  
  115.      Back Off! accomplishes the following:
  116.  
  117.            * Allow multiple drives to be searched.
  118.            * Allow  a list of up to 30 file extensions to be  en-
  119.              tered and stored.
  120.            * Search specified drives, locating files matching the
  121.              file extensions.
  122.            * Display  the matching files on the screen,  allowing
  123.              scrolling.
  124.            * "Tagging" individual files to be deleted.
  125.            * Viewing highlighted file.
  126.            * Show the total number of files found, the total file
  127.              size  of  the  files  found,  the  number  of  files
  128.              "tagged"  and  the  total  file size  of  the  files
  129.              "tagged".
  130.            * Delete the "tagged" files.
  131.            * Rename the highlighted file.
  132.  
  133.      An  AUTOMATIC mode is also provide which will allow Back Off!  to
  134.      be run unattended in a batch file.
  135.  
  136.      I hope  you enjoy  this  program,   which  is  written  in  Turbo
  137.      Pascal  Version    5.0.    Feel  free  to send  me  comments  and
  138.      suggestions  at  the following address:
  139.  
  140.                                     Back Off!
  141.                                 JB Technology Inc.
  142.                                 28701 N. Main St.
  143.                               Ridgefield, Wa. 98642
  144.                                   (206) 887-3442
  145.  
  146.  
  147.  
  148.      -2-
  149.  
  150.                                  GETTING STARTED
  151.  
  152.      When  first  receiving a  software program,  a backup copy
  153.      should   be made as follows:
  154.  
  155.           1. Put  write protected tape on the  original diskette.
  156.           2. Insert diskette into Drive A.
  157.           3. Insert  a formatted blank diskette into Drive B
  158.           4. At the DOS prompt type:  COPY A:*.* B:/V.
  159.  
  160.      This  will copy  the program  Back Off!  ,   its   documentation,
  161.      and    other  accessory  files  onto the  diskette which   is  in
  162.      Drive B.
  163.  
  164.      Store the original diskette with Back Off! in a safe place.
  165.  
  166.      To load Back Off! do the following:
  167.  
  168.           * Log onto the drive/subdirectory where Back Off!  pro-
  169.             gram files are located.
  170.           * At the DOS prompt type: BO.
  171.           * Depress the <ENTER> key.
  172.  
  173.      Note: Back  Off!  will automatically be displayed in color if  it
  174.            detects a color graphics card. You can prohibit this by us-
  175.            ing the Command Line Parameter "/BW". See Appendix A - Com-
  176.            mand Line Parameters.
  177.  
  178.  
  179.      -3-
  180.  
  181.                                  THE HELP SYSTEM
  182.  
  183.      The  on  line context sensitive help system is very easy to  use,
  184.      yet  it has several  powerful options.  The help system is evoked
  185.      by depressing function key F1,  either a specific topic or a list
  186.      of help topics will be displayed.
  187.  
  188.      Related  topics  (cross reference topics) can be chosen within  a
  189.      help screen.  If there are any cross reference topics,  the first
  190.      cross  reference  will  be  highlighted.  Other  cross  reference
  191.      topics,  if any,  can be selected by highlighting the topic using
  192.      the cursor keys.  Depressing <Enter> will display the highlighted
  193.      topic.
  194.  
  195.      The   help  system  remembers  the  last  nineteen  (19)   topics
  196.      displayed.  To  display the previous topic simultaneously depress
  197.      Alt F1.
  198.  
  199.      When  a  specific help topic is displayed the following  are  the
  200.      valid keys:
  201.  
  202.           Key         Action
  203.           ---------   ------------------------------------------------
  204.           PgUp,PgDn   Display the previous or next help page.
  205.           Esc         Exit the help screen.
  206.           Arrow Keys  Move  highlight  bar among the  cross  reference
  207.                       topics, if any, displayed on the current page.
  208.           <Enter>     Select the currently highlighted cross reference
  209.                       topic, and display the first page of that topic.
  210.           F1          Display  the  Back  Off!'s  Help  Topics  index.
  211.                       Another  topic  can  be  chosen  by  moving  the
  212.                       highlight bar using the cursor keys and pressing
  213.                       <Enter>.
  214.           Alt F1      Display the help topic most recently selected.
  215.  
  216.      You will find that the help system is so comprehensive,  that you
  217.      will rarely refer to this manual.
  218.  
  219.  
  220.      -4-
  221.  
  222.                                BACK OFF! MAIN MENU
  223.  
  224.      Once Back Off! has been loaded into memory, Back Off!'s Main Menu
  225.      and the Settings Box will be displayed.
  226.  
  227.      The Main Menu options are:
  228.           * Begin Disk Search
  229.           * Change Search Drives
  230.           * Add File Extension
  231.           * Edit Extensions List
  232.           * Print Extensions
  233.           * Exit Back Off!
  234.  
  235.      The   following  are the valid keys and their  respective  action
  236.      that  can be used in selecting the desired Main Menu Option.
  237.  
  238.             KEY        ACTION
  239.         -----------    -----------------------------------------------
  240.         Down Arrow,    Move  the highlight bar  down  one  Main   Menu
  241.         Right Arrow,   Option.
  242.         Space Bar
  243.  
  244.         Up Arrow,      Move the highlight bar up one Main Menu Option.
  245.         Left Arrow
  246.  
  247.         Home           Move the highlight bar to the first  Main  Menu
  248.                        Option.
  249.         End            Move  the  highlight bar to the last Main  Menu
  250.                        Option.
  251.         <Enter>        Select the currently highlighted Main Menu  Op-
  252.                        tion.
  253.  
  254.      Depressing  the first capital letter of the desired Main Menu op-
  255.      tion will also select that option.
  256.  
  257.      The  Help  Screen can be displayed  by  depressing function   key
  258.      F1.
  259.  
  260.      The Settings box which is located on the right half of the screen
  261.      displays  the drives to be scanned and the file extensions to  be
  262.      searched for.
  263.  
  264.      The  following sections will described how to edit the drives  to
  265.      be scanned, add file extensions, edit file extensions, print file
  266.      extensions and begin the scanning process.
  267.  
  268.  
  269.      -5-
  270.  
  271.                             CHANGE SEARCH DRIVES
  272.  
  273.  
  274.      If the drives are not specified on the command line,  (see Appen-
  275.      dix  A - Command Line Parameters) Back Off!  will scan the  drive
  276.      you are currently logged on.  The Main Menu Option, Change Search
  277.      Drive, will allow the editing of drives to be  scanned.
  278.  
  279.      To select Change Search Drive, from the Main Menu, move the high-
  280.      light bar to Change Search Drive, or depress the letter "C". Once
  281.      this  has been accomplished,  an area twenty (20) characters long
  282.      will be highlighted and the Change Search Drive edit mode will be
  283.      evoked.
  284.  
  285.      The   following  are the valid keys and their  respective  action
  286.      that  can be used in editing the Search Drive
  287.  
  288.             KEY        ACTION
  289.         -----------    -----------------------------------------------
  290.         Right Arrow    Move the cursor one character to the right.
  291.         Left Arrow     Move the cursor one character to the left.
  292.         Home           Move  the  cursor to the beginning of the  edit
  293.                        area.
  294.         End            Move the cursor to the last character displayed
  295.                        in the edit area.
  296.         Del            Delete the character directly under the cursor.
  297.         BackSpace      Delete the character to the left of the cursor.
  298.         <Enter>        Finish editing the Search Drive.
  299.  
  300.      The  Search Drive can be any combination of drives or all  drives
  301.      can be scanned by simply entering "ALL".
  302.  
  303.      The following are some valid Search Drives.
  304.  
  305.      Search Drive String    Description
  306.      -------------------    ------------------------------------------
  307.           C,D               Scan drives C and D.
  308.         D,A,B,C             Scan drives D, A, B, C. Back Off! does not
  309.                             require  the Search Drives to be listed in
  310.                             any particular order.
  311.           ALL               Scan all the drives.
  312.  
  313.      Depressing the <Enter> key to finish editing the Search Drive.
  314.  
  315.  
  316.      -6-
  317.  
  318.                             ADD FILE EXTENSIONS
  319.  
  320.      Back  Off!  comes  with  a file named BO.EXT (see  Appendix  C  -
  321.      BO.EXT)  which  contains  several commonly used  file  extensions
  322.      which  are  used for back up files.  You may use  software  who's
  323.      backup files have a different extension.
  324.  
  325.      Add  File Extension allows the addition of file extensions to the
  326.      list  displayed in the Settings box.  There is a limit of  thirty
  327.      (30) file extensions.
  328.  
  329.      To select Add File Extension,  from the Main Menu, move the high-
  330.      light bar to Add File Extension,  or depress the letter "A". Once
  331.      this has been accomplished,  a three (3) underlined space will be
  332.      highlighted below the last file extension.
  333.  
  334.      The   following  are the valid keys and their  respective  action
  335.      that  can be used in Adding File Extension:
  336.  
  337.             KEY        ACTION
  338.         -----------    ------------------------------------------
  339.         Right Arrow    Move cursor one character to the right.
  340.         Left Arrow     Move the cursor one character to the left.
  341.         Home           Move  the  cursor to the beginning of  the
  342.                        edit area.
  343.         End            Move the cursor to the last character dis-
  344.                        played in the edit area.
  345.         Del            Delete  the  character directly under  the
  346.                        cursor.
  347.         BackSpace      Delete  the  character to the left of  the
  348.                        cursor.
  349.         <Enter>        Finish editing the Search Drive.
  350.  
  351.      The  File Extension can be any valid character used in a file ex-
  352.      tension.
  353.  
  354.      Depressing <Enter> will pop up a window in which a description of
  355.      the file extension just entered can be entered.
  356.  
  357.      The same keys used in Adding File Extension, are used in entering
  358.      a description.
  359.  
  360.      Note: You  may  enter a file extension with less than  three  (3)
  361.            characters.  Back Off! will automatically fill the trailing
  362.            spaces  with "?"s.  Example: You enter a file extension  of
  363.            "WK". Back Off! will add a "?" so the extension will become
  364.            "WK?".
  365.  
  366.      To exit Add File Extension, depress the Esc key.
  367.  
  368.      Once Back Off! has be exited, the file BO.EXT will be modified to
  369.      reflect the additional file extension.
  370.  
  371.  
  372.      -7-
  373.  
  374.                             EDIT FILE EXTENSION
  375.  
  376.      Back Off! allows the file extension displayed in the Settings box
  377.      to be edited or deleted.
  378.  
  379.      To select Edit File Extension, from the Main Menu, move the high-
  380.      light bar to Edit File Extension, or depress the letter "E". Once
  381.      this  has been accomplished,  first file extension will be  high-
  382.      lighted and the Edit File Extension mode will be evoked.
  383.  
  384.      The   following  are the valid keys and their  respective  action
  385.      that  can be used in Editing File Extension:
  386.  
  387.             KEY     ACTION
  388.         ----------- ---------------------------------------------
  389.         Right Arrow Move the cursor one character to the right.
  390.         Left Arrow  Move the cursor one character to the left.
  391.         Home        Move  the cursor to the beginning of the  ed-
  392.                     it area.
  393.         End         Move   the  cursor  to  the  last   character
  394.                     displayed in the edit area.
  395.         Del         Delete  the character directly under the cur-
  396.                     sor.
  397.         BackSpace   Delete  the character to the left of the cur-
  398.                     sor.
  399.         Right Arrow Edit the next file extension.
  400.         Left Arrow  Edit the previous file extension.
  401.         Tab         Edit  the file extension,  one column to  the
  402.                     right.
  403.         Shift Tab   Edit the file extension, one column to the
  404.                     left.
  405.         Ctrl Y      Delete the current file extension.
  406.         <Enter>     Edit the file extension Description.
  407.         F10         Finish Editing File Extension.
  408.  
  409.      Once Back Off! has be exited, the file BO.EXT will be modified to
  410.      reflect the changes to the file extensions.
  411.  
  412.  
  413.      -8-
  414.  
  415.                               PRINT EXTENSIONS
  416.  
  417.      The file extensions are stored in the file BO.EXT.  This file not
  418.      only  contains  the file extensions,  but also may contain a  de-
  419.      scription of each file extension.
  420.  
  421.      A  printout of the file extensions and their descriptions can  be
  422.      obtained by selecting Print Extensions from the Main Menu. To se-
  423.      lect Print Extensions from the Main Menu,  move the highlight bar
  424.      to Print Extensions, or depress the letter "P".
  425.  
  426.      Once the Print Extensions has been selected,  the printer will be
  427.      reset, and the list of the file extensions and their description,
  428.      if any, will be printed.
  429.  
  430.  
  431.      -9-
  432.  
  433.                              BEGIN DISK SEARCH
  434.  
  435.  
  436.      Once the Search Drive and the File Extensions are edited/added to
  437.      your satisfaction Back Off!  is ready to begin scanning for files
  438.      that match the file extensions.
  439.  
  440.      This is accomplished by selecting Begin Disk Search from the Main
  441.      Menu. Select Begin Disk Search by moving the highlight bar to Be-
  442.      gin Disk Search or depressing the letter "B".
  443.  
  444.      Once  Begin Disk Search has been selected,  the following  screen
  445.      will appear:
  446.  
  447.                   +-----------------------------------+
  448.                   |                                   |
  449.                   |   Scanning Drive/Subdirectory:    |
  450.                   |              D:\MC2               |
  451.                   |               for                 |
  452.                   |             Backups               |
  453.                   |                                   |
  454.                   |          Files Found:   3         |
  455.                   |                                   |
  456.                   +-----------------------------------+
  457.  
  458.      The  drive and subdirectory being scanned will be displayed  just
  459.      below  Scanning  Drive/Subdirectory.  In the example  above,  the
  460.      drive and subdirectory being scanned is D:\MC2.  As each matching
  461.      file is found, the total number of files found is displayed.
  462.  
  463.      Note: Depressing the Esc key will exit Back Off!
  464.  
  465.      Once all the drives have been scanned,  Back Off! will exit if no
  466.      matching  files  are found or the following window will  be  dis-
  467.      played:
  468.  
  469.         +--------------------------------------------------------+
  470.         | File Name     Location     Size       Date      Time   |
  471.         | EZINST.BAT    D:\            2065   06/25/89  17:18.04 |
  472.         | JOSHUA.BAT    D:\             422   06/15/89  20:58.40 |
  473.         | MC540.BAT     D:\             735   07/07/89  06:01.52 |
  474.         | UTIL.BAT      D:\             867   06/27/89  06:28.10 |
  475.         | INSTALL.BAT   D:\LABEL        101   02/19/87  17:56.46 |
  476.         | SPBAT.BAT     D:\MC2           36   08/31/88  21:34.24 |
  477.         | SPBAT.BAT     D:\MCDC\DDC      36   08/31/88  21:34.24 |
  478.         | A.BAT         D:\MCL          246   05/03/89  21:32.34 |
  479.         | CMPLE.BAT     D:\MCL           48   03/26/89  20:22.50 |
  480.         | E.BAT         D:\MCL          246   05/26/89  15:04.36 |
  481.         | MCLINST.BAT   D:\MCL         2199   04/06/89  19:20.38 |
  482.         | MCPLE.BAT     D:\MCL           49   03/26/89  20:21.46 |
  483.         +--------------------------------------------------------+
  484.  
  485.  
  486.      -10-
  487.  
  488.      The  files can be scrolled,  viewed,  and files can be tagged and
  489.      untagged. The keys that can be used to accomplish this are:
  490.  
  491.  
  492.            KEY       ACTION
  493.         ----------   --------------------------------------------
  494.         Down Arrow   Move the highlight bar to the next file.
  495.         Up Arrow     Move the highlight bar to the previous file.
  496.         PgDn         Move the highlight bar down 18 files.
  497.         PgUp         Move the highlight bar up 18 files.
  498.         Home         Move the highlight bar to the first file.
  499.         End          Move the highlight bar to the last file.
  500.         P            Print a list of the files found.
  501.         R            Rename the highlighted file.
  502.         S            Display the status.
  503.         SpaceBar     Toggle tag mode of the highlighted file.  If
  504.                      the file is currently tagged,  then the file
  505.                      will  be untagged.  If the file is untagged,
  506.                      then the file will be tagged.
  507.         Grey Plus
  508.         T            Tag the highlighted file for deletion.
  509.         Alt T        Tag all the files for deletion.
  510.         Grey Minus
  511.         U            Untag the highlighted file.
  512.         Alt U        Untag all the files.
  513.         V            View the highlighted file.
  514.         F10          Erase the tagged files.
  515.  
  516.      Depressing  the  Ctrl key and the desired letter,  the  highlight
  517.      will move to the next file beginning with that letter. (i.e. Ctrl
  518.      A will move the highlight bar to the next file beginning with the
  519.      letter A).
  520.  
  521.      Once  the  files to be deleted are tagged,  depress the  function
  522.      F10.  A verification screen will appear. Depressing "N" will exit
  523.      Back Off! and depressing "Y" will delete the tagged files.
  524.  
  525.      That is all there is to Back Off!
  526.  
  527.  
  528.      -11-
  529.  
  530.                     APPENDIX A - COMMAND LINE PARAMETERS
  531.  
  532.  
  533.      Back  Off!  provides several Command Line Parameters that enhance
  534.      the program. The Command Line Parameters are:
  535.  
  536.      Parameter   Description
  537.      ---------   -----------------------------------------------------
  538.      /D=<LIST>   This  command  line parameter is used to specify  the
  539.                  drives to be searched. Examples of valid entries are:
  540.                           /D=D
  541.                           /D=C,D
  542.                           /D=ALL  (Note: This mean scan ALL drives)
  543.      /F=<NAME>   This  command line parameter is used when you wish to
  544.                  use  your own custom file with extensions in lieu  of
  545.                  BO.EXT.
  546.      /BW         This  command line parameter will display the program
  547.                  in black and white.
  548.      /GO         This  command line parameter means bypass Back Off!'s
  549.                  Main Menu and begin scanning for matching files.
  550.      /AUTO       This  command line parameter means bypass Back Off!'s
  551.                  Main Menu, scan the disk drives and AUTOMATICALLY de-
  552.                  lete the matching files. NOTE: BE CAREFUL!!
  553.      /VW=<FILE>  Back  Off!  uses the program VIEW.COM to view a file.
  554.                  If you want to use another file viewing program (i.e.
  555.                  LIST.COM)  you can specify it with this command  line
  556.                  parameter. NOTE: THE FULL DRIVE/PATH AND FULL PROGRAM
  557.                  NAME MUST BE SPECIFIED!
  558.  
  559.                  Example:   BO /VW=C:\UTILITY\LIST.COM
  560.  
  561.      The  following  are examples of Command Line Parameters  and  how
  562.      Back Off! will execute.
  563.  
  564.      Example:  C:>BO /D=C,D /GO
  565.        Back Off!  will set the search drives to C and D, skip the
  566.        Main  Menu,  scan both drives C and D looking for matching
  567.        files  that  are stored in BO.EXT,  display  the  matching
  568.        files and allow the user to tag files to be deleted.
  569.  
  570.      Example: C:BO /D=ALL /BW
  571.        Back Off! will set the search drive to ALL the drives that
  572.        your computer has  and go to the Main Menu. Back Off! will
  573.        also be displayed in black and white.
  574.  
  575.  
  576.      -12-
  577.  
  578.      Example: C:>BO /F=AUTO.EXT /AUTO
  579.        Back  Off!  will set the search drive to the drive you are
  580.        logged on,  skip the Main Menu,  scan the search drive for
  581.        matching files that are stored in AUTO.EXT,  and automati-
  582.        cally delete any matching files.
  583.  
  584.        WARNING!! The above example if very powerful, but you must
  585.        know  what  you are doing!  Files WILL BE DELETED  without
  586.        verification.
  587.  
  588.        Note:  The  /F and /AUTO Command Line Parameter are avail-
  589.        able only for registered users.
  590.  
  591.  
  592.      -13-
  593.  
  594.                            APPENDIX B - VIEW.COM
  595.  
  596.      When  the matching files are displayed on the screen and the let-
  597.      ter  "V"  is depressed the program VIEW.COM is evoked.  View will
  598.      allow the user to see the contents of the highlighted file.
  599.  
  600.      View only displays the ASCII characters, therefore files that are
  601.      not ASCII will not be readable.
  602.  
  603.      The valid keys while in VIEW.COM are:
  604.  
  605.             KEY      ACTION
  606.         ----------   -----------------------------
  607.         Down Arrow   Move down one line.
  608.         Up Arrow     Move up one line.
  609.         Left Arrow   Left 20 columns.
  610.         Right Arrow  Right 20 columns.
  611.         Home         Go to the top of the file.
  612.         End          Go to the bottom of the file.
  613.         PgDn         Move to the next page.
  614.         PgUp         Move to the previous page.
  615.         F1           Help Screen
  616.         F3           Find Text
  617.         F9           Repeat Last Find
  618.         F10          Exit VIEW.COM.
  619.  
  620.  
  621.  
  622.  
  623.      -14-
  624.  
  625.                             APPENDIX C - BO.EXT
  626.  
  627.  
  628.      Back Off! stores the file extension and their descriptions in the
  629.      file named BO.EXT. BO.EXT is an ASCII file an can be edited using
  630.      a text editor.
  631.  
  632.      The format for BO.EXT is as follows:
  633.  
  634.           Column     Description
  635.           ------     ---------------------------------------
  636.            1-4       File extension with a "." in column 1.
  637.            9-70      Description with a ";" in column 9.
  638.  
  639.      Back Off!  will support any custom file made with the same format
  640.      using the "/F="  command line parameter. One way of making a cus-
  641.      tom  file is to copy the file BO.EXT to the desired file and then
  642.      edit it.  This will enhance the chances of having the proper for-
  643.      mat.
  644.  
  645.  
  646.  
  647.      -15-
  648.  
  649.                 APPENDIX D - USING BACK OFF! IN BATCH FILES
  650.  
  651.  
  652.      One of the powerful features of Back Off! is the Command Line Pa-
  653.      rameters  (See Appendix A - Command Line Parameters).  Using  the
  654.      Command  Line  Parameters Back Off!  can be run unattended  in  a
  655.      batch file.
  656.  
  657.      The  following are the steps I have taken to set up a batch  file
  658.      to accomplish this.
  659.  
  660.           * I  copied  the file BO.EXT to the file  AUTO.EXT  and
  661.             modified  it to have only the extensions that I  feel
  662.             comfortable having deleted without my verification.
  663.  
  664.           * I  created the following batch file named BO!.BAT us-
  665.             ing my Public Domain program CopyCon.
  666.  
  667.                               echo off
  668.                               cls
  669.                               bo /d=ALL /f=auto.ext /auto
  670.  
  671.      Running  the  batch file BO!.BAT will scan all the drives  on  my
  672.      computer  and  AUTOMATICALLY DELETE all matching files using  the
  673.      extensions stored in the file AUTO.EXT.
  674.  
  675.      Note:  The  /F  and /AUTO Command Line Parameters  are  available
  676.             only for registered users.
  677.  
  678.  
  679.  
  680.  
  681.      -16-
  682.  
  683.                          APPENDIX E - FILES ON DISK
  684.  
  685.  
  686.      The following files come with Back Off!.
  687.  
  688.             File         Description
  689.           -------        ----------------------------------------
  690.           BO.EXE         This is the program Back Off! The evalu-
  691.                          ation  copy  has an introduction  screen
  692.                          where  a guest I.D.  number must be  en-
  693.                          tered to run the program.
  694.           BO.HLP         This is the help file for Back Off!
  695.           BO.EXT         This  is  the file that stores the  file
  696.                          extensions  and their respective defini-
  697.                          tions.
  698.           BO.DOC         This is Back Off!'s manual.
  699.           VIEW.COM       When  the  files  are displayed  on  the
  700.                          screen and the user depressed the letter
  701.                          "V",  VIEW.COM  is evoked and the  high-
  702.                          lighted file can be viewed.
  703.  
  704.  
  705.  
  706.      -17-
  707.  
  708.                          APPENDIX F - REGISTRATION
  709.  
  710.  
  711.      By registering Back Off!  several features are added and some an-
  712.      noying features are eliminated. They are:
  713.           * Elimination of the introduction screen where a 5 dig-
  714.             it number must be entered to access Back Off!.
  715.           * Elimination of the flashing title.
  716.           * Elimination  of having to type "QUIT"  after  exiting
  717.             Back Off!.
  718.           * The Command Line Parameter "/AUTO"  can be used. This
  719.             is very powerful.
  720.           * The  Command Line Parameter "/F="  can be used.  This
  721.             allows  custom files storing extensions to be used in
  722.             lieu of BO.EXT.
  723.  
  724.      Also  by registering you are supporting the concept of  ShareWare
  725.      which  has  provided numerous quality programs at  an  affordable
  726.      price.
  727.  
  728.      The next page is an order form.
  729.  
  730.  
  731.  
  732.  
  733.                                   INVOICE
  734.  
  735.  
  736.      Remit to:                                             From:
  737.  
  738.      JB Technology Inc.                     __________________________
  739.      28701 N. Main St.
  740.      Ridgefield, Wa. 98642                  __________________________
  741.      (206) 887-3442
  742.                                             __________________________
  743.  
  744.                                             __________________________
  745.  
  746.                                                  Contact Individual
  747.  
  748.                                             __________________________
  749.  
  750.                                             __________________________
  751.  
  752.  
  753.      Quantity                               Unit Price         Total
  754.  
  755.      _______         Back Off! Software     $15.00         ___________
  756.  
  757.      _______         Back Off! Manual       $15.00         ___________
  758.                      (Laser Quality)
  759.  
  760.                                                      Total ___________
  761.  
  762.  
  763.      I want 5 1/4" _______   3 1/2" _______  diskette. (Check One)
  764.  
  765.  
  766.      Note that Back Off!  computer software has been delivered and ac-
  767.      cepted by the customer.  Upon receipt of paid invoice,  a current
  768.      disk will be sent.
  769.  
  770.  
  771.  
  772.  
  773.      -19-
  774.  
  775.                               The JBT ToolBox
  776.  
  777.      The  program you are using is one of several programs that I have
  778.      written that are either public domain or shareware.
  779.  
  780.      These  programs have appeared on bulletin boards,  distributed by
  781.      ShareWare  clearing  houses  and are included in several  of  the
  782.      Dvorak-Osborne series of books.
  783.  
  784.      Most  users  of  these  programs are not  aware  that  the  other
  785.      programs that I have written exist.
  786.  
  787.      I  have created The JBT Tools to provide an interface that allows
  788.      all my programs to be used.
  789.  
  790.      The  following  is the programs included in the JBT Tools  and  a
  791.      brief description of each program.
  792.  
  793.      EzDoss
  794.           EzDoss  is a Dos Shell.  As with all Dos shells actions
  795.           can  be taken on multiple files.  I have used many  Dos
  796.           shells in the past and they have many features that are
  797.           great.   Unfortunately,  all  these  features  are  not
  798.           included  in one shell.  Therefore,  I wrote EzDoss  to
  799.           include  the  features  I like the best.  Some  of  the
  800.           features are:
  801.           Copying/Moving
  802.                When  copying or moving files and there is  a
  803.                file  with the same name on the  destination,
  804.                most   Dos  Shells  offer  only   "Overwrite"
  805.                option.
  806.  
  807.                EzDoss provides several options. They are:
  808.                     OverWrite:
  809.                          This  option  is typical.  It  will
  810.                          overwrite   any  the  file  on  the
  811.                          destination  with  the file on  the
  812.                          source.
  813.                     Newer:
  814.                          This option will copy/move the file
  815.                          to the destination only if the file
  816.                          on  the  destination is OLDER  than
  817.                          the file on the source.
  818.                     Copy/Rename:
  819.                          This option will rename the file on
  820.                          the  destination and copy the  file
  821.                          from the source.
  822.                     Rename/Copy:
  823.                          This  option will rename the source
  824.                          file,  then  copy  the file to  the
  825.                          destination.
  826.                These   options  provide  the  most  flexible
  827.                options when copying or moving files.
  828.  
  829.  
  830.      -20-
  831.  
  832.           Tagging Files:
  833.                Multiple  files  can  be  "tagged".   Besides
  834.                tagging individual files,  all files  can  be
  835.                tagged,  files  can be tagged by specifying a
  836.                "pattern"  or  by  selecting a date in  which
  837.                files  newer,  older,  same or a  combination
  838.                will be tagged.
  839.  
  840.           Help System:
  841.                EzDoss's  manual  is  online.  Help  for  the
  842.                current   function   can  be   displayed   by
  843.                depressing function key F1. Depressing Alt F1
  844.                will display the list of help "topics". There
  845.                are over fifty (50) help "topics".
  846.  
  847.           Zip Management:
  848.                Many  of public domain/shareware users  access
  849.                bulletin  boards.  Files downloaded from these
  850.                boards are compressed into a "ZIP" file.
  851.  
  852.                EzDoss allows files to be "zipped",  "zipped"
  853.                files  to be "unzipped"  and to display files
  854.                within a "zip". Those  files displayed within
  855.                a  "zip"  can  be  "tagged"  and  "unzipped",
  856.                viewed  on the screen or deleted from the zip
  857.                file.
  858.  
  859.           Disk Sort:
  860.                When files are displayed,  they can be sorted
  861.                eight (8) different ways.  This does not sort
  862.                the files on the disk.
  863.  
  864.                EzDoss  DOES provide a public domain  program
  865.                that  can  be called from within EzDoss  that
  866.                will sort the disk.
  867.  
  868.           Search:
  869.                EzDoss comes with EzFind.  EzFind will search
  870.                any non executable files  for a string.  This
  871.                can  be  used  to  find  a  key  word  within
  872.                wordprocessing files that are not ASCII.
  873.  
  874.           These  are just a few of the many features that  EzDoss
  875.           has.  I  use this program every day,  and I am sure you
  876.           will find it as useful.
  877.  
  878.      EzEdit:
  879.           EzEdit is a text editor.  The file to be edited/created
  880.           is  displayed  in a window.  EzEdit can  have  multiple
  881.           windows opened.
  882.  
  883.           A block of text can be copied to the "clipboard"  where
  884.           the text can be copied/moved into other files.
  885.  
  886.  
  887.      -21-
  888.  
  889.           Windows  moveable and resizeable.  A pop up  calculator
  890.           and ASCII chart also come with the program.
  891.  
  892.      EzView:
  893.           EzView  will display an ASCII file in a window.  EzView
  894.           can have multiple windows opened.
  895.  
  896.           Windows are moveable and resizeable.
  897.  
  898.      EzLocate:
  899.           EzLocate is a file finder program.  Multiple drives can
  900.           be  scanned  for  files which meet the  user  specified
  901.           masks. Multiple masks can be specified.
  902.  
  903.           EzLocate can also look inside ARC and ZIP files for the
  904.           user specified masks.
  905.  
  906.      Find Duplicates:
  907.           Find  Duplicates  is a program that can  scan  multiple
  908.           disk  drives and find all the files with duplicate file
  909.           names.   Once  the  drive(s)  have  been  scanned,  the
  910.           duplicate files are displayed on the screen.  Each file
  911.           can be viewed (ASCII only),  renamed, suspend to DOS in
  912.           that file's subdirectory or "tagged" for deletion.
  913.  
  914.           Find  Duplicates  can  list duplicate  files  that  are
  915.           stored  in ARC and ZIP files.  If your PC has PKZIP and
  916.           ARC  or PKUNPAK,  those duplicate files can be  deleted
  917.           within the ZIP or ARC files.
  918.  
  919.      Back Off!:
  920.           Back  Off!  is an utility that you will use on a weekly
  921.           basis.  Back Off! is a multiple file extension deletion
  922.           program.  It  will search any and all drives for  files
  923.           ending  with extensions matching a previously  prepared
  924.           list. (i.e. .BAK, .CHK, .$$$).
  925.  
  926.           Back  Off!  will  show you the matching  filenames  and
  927.           their  locations,  and  give you the option of  viewing
  928.           them and/or "tagging" and deleting them.
  929.  
  930.      CopyCon:
  931.           When I first used a MsDos PC, I wrote small batch files
  932.           using COPY CON command from the Dos prompt.  If I had a
  933.           dime  for  every  time i goofed and had to  start  over
  934.           again,  I would be a rich man.  I wrote CopyCon to help
  935.           me write small batch files.
  936.  
  937.           CopyCon  has grown since version 1.00 and now not  only
  938.           allows  simple  batch files to be  created/edited,  but
  939.           allows  graphic boxes,  ASCII characters to be inserted
  940.           and line centering.
  941.  
  942.  
  943.      -22-
  944.  
  945.           One of the most important features of CopyCon is the on
  946.           line  help.  Not only does the help provide information
  947.           on  how CopyCon works,  but it is a reference on  batch
  948.           file commands including examples.
  949.  
  950.           Also  included are two small programs that can be  used
  951.           in  batch  files and two useful batch files.  They  are
  952.           STATUS.BAT  which  will read your PC and list  out  its
  953.           status.  The  other  batch file is MENU.BAT which is  a
  954.           menuing system that is all set up.
  955.  
  956.      You  will  find  that  these  programs  will  increase  your
  957.      productivity and make using your PC easier.
  958.  
  959.      The  following page is an INVOICE that you can order the JBT
  960.      Tools from:
  961.  
  962.  
  963.  
  964.  
  965.                              JBT TOOLS INVOICE
  966.  
  967.  
  968.      Remit to:                                             From:
  969.  
  970.      JB Technology Inc.                     __________________________
  971.      28701 N. Main St.
  972.      Ridgefield, Wa. 98642                  __________________________
  973.      (206) 887-3442
  974.                                             __________________________
  975.  
  976.                                             __________________________
  977.  
  978.                                                  Contact Individual
  979.  
  980.                                             __________________________
  981.  
  982.                                             __________________________
  983.  
  984.  
  985.      Quantity                               Unit Price         Total
  986.  
  987.      _______         JBT Tools Software     $35.00         ___________
  988.  
  989.      _______         JBT Tools Manual       $20.00         ___________
  990.                      (Laser Quality)
  991.  
  992.                                                      Total ___________
  993.  
  994.  
  995.      I want 5 1/4" _______   3 1/2" _______  diskette. (Check One)
  996.  
  997.  
  998.      Note that The JBT Tools  computer software has been delivered and 
  999.      accepted by the customer.  Upon receipt of paid invoice,  a 
  1000.      current disk will be sent.
  1001.  
  1002.  
  1003.