home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / TEXT / UTILITY / CC500.ZIP / COPYCON.DOC < prev    next >
Encoding:
Text File  |  1990-12-31  |  29.0 KB  |  755 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.                                  CopyCon
  26.      
  27.      
  28.                                  Version 5.00
  29.                                 December 1990
  30.      
  31.      
  32.      
  33.      
  34.      
  35.      
  36.      
  37.      
  38.      
  39.      
  40.      
  41.      
  42.      
  43.      
  44.      
  45.      
  46.      
  47.      
  48.      
  49.      
  50.      
  51.                                        by
  52.                               John E. Bean, P.E.
  53.                               JB Technology Inc.
  54.                                28701 N. Main St.
  55.                             Ridgefield, Wa. 98642
  56.                                          
  57.  
  58.      
  59.      
  60.      
  61.      
  62.                                  INTRODUCTION
  63.      
  64.      
  65.      CopyCon is a program to be used in lieu of the DOS command COPY CON.  I
  66.      have  used COPY CON numerous times in creating batch files and  miscel-
  67.      laneous small text files. 
  68.      
  69.      I have experienced many frustrating moments using COPY CON.  I have ac-
  70.      cidently  overwritten existing files.  I have mistyped commands only to
  71.      notice  them while entering the next line.  I have also wanted to  have
  72.      graphic boxes in my batch files.
  73.      
  74.      CopyCon  alleviates all of the above problems.  It checks to see if the
  75.      specified  file exists,  and if it does CopyCon provides either loading
  76.      the existing file or allows the existing file to be overwritten.  Copy-
  77.      Con  also has full screen editing capability and built in Macros  which
  78.      aids in creating files.
  79.      
  80.      CopyCon  was written in Turbo Pascal 5.0 using routines from Turbo  5.0
  81.      Professional.
  82.      
  83.      CopyCon  is  so easy to use that this manual is not necessary  but  the
  84.      following sections will briefly discuss how to use CopyCon.
  85.  
  86.      
  87.      
  88.      
  89.                                  LIMITATIONS
  90.      
  91.      I  have designed CopyCon for typical batch files and small text  files.
  92.      It is not designed to be a text editor!  If you need a text editor, Ez-
  93.      Doss (A Dos Shell), which  I have written, includes a text editor. 
  94.      
  95.      There are two main limitations that I designed into this program.  They
  96.      are:
  97.    
  98.                * The  maximum length of a text line is 80  charac-
  99.                  ters.
  100.                * There is no word wrap.
  101.             
  102.      These limitations were done to distinguish the difference between Copy-
  103.      Con and a text editor.   
  104.  
  105.      
  106.      
  107.      
  108.                                GETTING STARTED
  109.      
  110.      CopyCon is comprised of three (3) files. They are:
  111.           * Copycon.exe - The executable program.
  112.           * CC.hlp      - The help file to CopyCon.
  113.           * Copycon.doc - This documentation. 
  114.      
  115.      Start CopyCon by issuing the following command at the DOS prompt:      
  116.             A:>CopyCon <filename>.
  117.      
  118.      As  you can see this is identical to using the DOS command COPY CON ex-
  119.      cept there is not a space between Copy and Con.  If no file name is en-
  120.      tered,  a window will "pop up"  with the drive/subdirectory and the de-
  121.      fault  file name NONAME.BAT.  You will be allowed to enter/edit  a  new
  122.      file name.  (See "LINE EDITOR COMMANDS" for available keystrokes in en-
  123.      tering the file name.)
  124.      
  125.      Once  the program is loaded into memory,  the program will check to see
  126.      if your computer has a color graphics card. If it does the program will
  127.      be  displayed in color.  You can force CopyCon to be displayed in black
  128.      and white by typing in "/bw" 
  129.      
  130.      For  example;  if you wish to create a batch file named  "CPY.BAT"  and
  131.      have CopyCon be in black and white the following is the correct syntax.
  132.      
  133.                               A:>CopyCon  CPY.BAT /bw
  134.      
  135.      Next  the screen will be cleared,  ">CopyCon  (filename)"  will be dis-
  136.      played in the upper left hand corner.  Several other items will be dis-
  137.      played to the right of the file name. They are:
  138.           * F1 - Help:     A  help menu is available simply by  de   
  139.                            pressing the F1 function key.  The help    
  140.                            menu  provides  information on  editing
  141.                            keys and several batch file command.
  142.           * F2 - Macros:   Depressing  the  F2 function  key  will
  143.                            display the predefined Macros.
  144.           * 1,1:           The  y,x position of the cursor.  The y
  145.                            position is the FILE LINE position.
  146.           * INS:           If  the insert mode is ON then INS will    
  147.                            be displayed. 
  148.           * [max line]:    The  number displayed inside the "[  ]"
  149.                            is  the  maximum number of  lines  your
  150.                            file can have. For a 640K machine, this     
  151.                            should be around 5000.
  152.  
  153.      
  154.      If the file entered on the command line exists,  a pop up menu will ap-
  155.      pear offering the following choices:
  156.           * LOAD:        This  option will load the existing  file    
  157.                          and  CopyCon  can be used to  modify  the    
  158.                          file.
  159.           * OVERWRITE:   This  option will overwrite the  existing    
  160.                          file. 
  161.           * EXIT:        This option will abort CopyCon.
  162.      
  163.      The cursor will be located at the left hand column  of your screen. You
  164.      are now ready to create/edit your file.
  165.      
  166.  
  167.      
  168.      
  169.                               EDITING COMMANDS
  170.      
  171.      CopyCon  provides simple editing commands.  These commands can be  dis-
  172.      played  while  editing through the Help Menu which is accessed  by  de-
  173.      pressing  the F1 function key.  The editing commands can be broken into
  174.      the following sections.
  175.      
  176.      CURSOR PAD KEYS:
  177.        Up Arrow Key:
  178.           Depressing  the Up arrow key will move the cursor to the
  179.           previous line. Depressing the Up arrow key while on line
  180.           one will result in the display of an error message.
  181.      
  182.        Down Arrow Key:
  183.           Depressing  the  Down arrow key will move the cursor  to
  184.           the  next line.  Depressing the Down arrow key while  on
  185.           the  last line entered will result in the display of  an
  186.           error message.
  187.      
  188.        Left Arrow Key:
  189.           Depressing  the Left arrow key will move the cursor  one
  190.           position  left on the current line.  Depressing the Left
  191.           arrow  key  while at the leftmost column on  the  screen
  192.           will result in the display of an error message.
  193.      
  194.        Right Arrow Key:
  195.           Depressing  the Right arrow key will move the cursor one
  196.           position right on the current line. Depressing the Right
  197.           arrow  key  while at the rightmost column on the  screen
  198.           will result in the display of an error message.
  199.      
  200.        Home Key:
  201.           Depressing  the  HOME  key will move the cursor  to  the
  202.           leftmost position on the current line.
  203.      
  204.        End Key:
  205.           Depressing  the  END  key will move the  cursor  to  the
  206.           rightmost position on the current line.
  207.      
  208.        Tab Key:
  209.           Depressing  the TAB key will move the cursor right eight
  210.           (8) spaces.
  211.      
  212.        Shift Tab Key:
  213.           Simultaneously  depressing the Shift key and the Tab key
  214.           will move the cursor left eight (8) spaces.
  215.  
  216.      
  217.        Ctrl Home Key:
  218.           Simultaneously  depressing the Ctrl key and the HOME key
  219.           will move the cursor to the top of the screen.
  220.      
  221.        Ctrl End Key:
  222.           Simultaneously  depressing the Ctrl key and the END  key
  223.           will move the cursor to the bottom of the screen.
  224.      
  225.        Ctrl PgDn Key:
  226.           Simultaneously  depressing the Ctrl key and the PgDn key
  227.           will move the cursor to the end of the file. If the cur-
  228.           sor  is already at the end of the file an error  message
  229.           will be displayed.
  230.      
  231.        Ctrl PgUp Key:
  232.           Simultaneously  depressing the Ctrl key and the PgUp key
  233.           will move the cursor to the top of the file. If the cur-
  234.           sor  is already at the top of the file an error  message
  235.           will be displayed.
  236.      
  237.        Ins Key:
  238.           Depressing  the  INS key will toggle the Insert Mode  on
  239.           and off.  If the Insert Mode is on,  "INS"  will be dis-
  240.           played on the top line in inverse video.
  241.      
  242.        Del Key:
  243.           Depressing  the DEL key will delete the character  under
  244.           the  current  cursor position.   All characters  to  the
  245.           right  will move one space to the  left.
  246.      
  247.      
  248.      FUNCTION KEYS:
  249.      
  250.        F1:
  251.           Depressing  the  F1 function key will display  the  Help
  252.           Menu.  The  Help  Menu will display screens for all  the
  253.           keys  discussed in this section and the following  Batch
  254.           File commands:
  255.                               * Echo
  256.                               * Set
  257.                               * Rem
  258.                               * Pause
  259.                               * Shift
  260.                               * Goto
  261.                               * If
  262.                               * For
  263.  
  264.      
  265.        F2:
  266.           Depressing the F2 function key will display a listing of
  267.           all the built in Macros available in this program.
  268.      
  269.        F3:
  270.           Depressing  the  F3 function key will copy the  previous
  271.           line. (The tutorial will show how useful this can be)
  272.      
  273.        F4:
  274.           Depressing  the F4 function key will center the  current
  275.           line on the screen.  This feature is multifunctioned. If
  276.           the line starts with "REM"  or "ECHO" the centering will
  277.           be offset to accommodate for those words.  (The tutorial
  278.           will show how this works)
  279.      
  280.        F6:
  281.           Depressing  the  F6 function key will save the file  and
  282.           exit the program.
  283.      
  284.        SHIFT F6:
  285.           Simultaneously  depressing the SHIFT key and F6 function
  286.           will save the file and allow editing to continue.
  287.      
  288.        F7:
  289.           Depressing the F7 function key will insert a new line at
  290.           the current cursor position.
  291.      
  292.        F8:
  293.           Depressing  the F8 function key will delete the  current
  294.           line.
  295.      
  296.        F9:
  297.           Depressing the F9 function key will print the file.
  298.      
  299.        SHIFT F9:
  300.           Simultaneously  depressing the SHIFT key and F9 function
  301.           will print the marked block.
  302.      
  303.      OTHER KEYS:
  304.      
  305.        TAB:
  306.           Depress the TAB key will move the cursor eight (8) posi-
  307.           tions to the right. 
  308.      
  309.        SHIFT TAB:
  310.           Simultaneously  depressing the SHIFT key and the TAB key
  311.           will move the cursor eight (8) positions to the left.
  312.      
  313.        ESC:
  314.           Depressing the ESC key will abort CopyCon.  Once the ESC
  315.           key has been depressed, CopyCon will ask if you are sure
  316.           you  wish to leave CopyCon.  If you do,  depress the "Y"
  317.           key and if you do not simply depress any other key.
  318.  
  319.           
  320.        ALT -:
  321.           Simultaneously depressing the ALT key and the MINUS key,
  322.           located next to the 0 key,  will allow multiple lines of
  323.           text  to  be marked as a block which can be inserted  at
  324.           another location in the file. 
  325.           
  326.           Once the ALT MINUS key combination has been depressed, a
  327.           "pop up"  window will be displayed asking how many lines
  328.           will  be included in the block.  Enter the proper number
  329.           (0  if  you do not want any) and  depress  <Enter>.  The
  330.           lines  of text in the block will be displayed in a  dif-
  331.           ferent color.
  332.           
  333.        ALT +:
  334.           Simultaneously  depressing the ALT key and the PLUS key,
  335.           located next to the BACKSPACE key,  will insert the pre-
  336.           viously marked block in the current line.
  337.           
  338.        ALT Z:
  339.           Simultaneously  depressing the ALT key and the letter  Z
  340.           will flush (unmark) the block.
  341.           
  342.        ALT A:
  343.           Simultaneously  depressing the ALT key and the letter  A
  344.           will  pop  up a window containing ASCII characters  that
  345.           can be inserted into your file.
  346.        
  347.           Use  the ARROW KEYS to highlight the desired ASCII char-
  348.           acter.  When the desired ASCII character is highlighted,
  349.           depress the <Enter> key.
  350.        
  351.           Another  window will pop up.  This will ask you how many
  352.           times do you want the selected character to be repeated.
  353.           Enter  the  number (0 for none) and depress the  <Enter>
  354.           key.
  355.        
  356.           CopyCon  will insert the ASCII character at the  current
  357.           cursor position.
  358.        
  359.        ALT B:
  360.           Simultaneously  depressing the ALT key and the letter  B
  361.           will  pop up the Box Builder (Registered Version  Only).
  362.           The Box Builder allows a box with shading and text to be
  363.           inserted into your file. 
  364.        
  365.           Enter  the  data and the Box Builder will do  the  rest.
  366.           This is probably the biggest time saver of the program. 
  367.        
  368.  
  369.      
  370.      
  371.      
  372.                                      MACROS
  373.      
  374.      CopyCon has built in Macros.  What are Macros?  Macros are a  character
  375.      or a series of characters displayed on the screen when a designated key
  376.      or  two designated keys are simultaneously depressed.  A list of Macros
  377.      can be displayed during editing by depressing the F2 function key.  The
  378.      Macros in CopyCon can be divided into two categories. They are:
  379.      
  380.      BATCH FILE COMMANDS:
  381.      
  382.      CopyCon  has assigned several of the most commonly used batch file com-
  383.      mands to key combinations. They are:
  384.      
  385.        Alt C:
  386.           Simultaneously depressing the Alt   key and the "C"  key
  387.           will display "copy " on the screen.
  388.      
  389.        Alt E:
  390.           Simultaneously depressing the Alt   key and the "E"  key
  391.           will display   "echo " on the screen.
  392.      
  393.        Alt F:
  394.           Simultaneously  depressing the Alt key and the  "F"  key
  395.           will display "for %% in ( ) do " on the screen.
  396.      
  397.        Alt G:
  398.           Simultaneously  depressing the Alt key and the  "G"  key
  399.           will display "goto " on the screen.
  400.      
  401.        Alt I:
  402.           Simultaneously  depressing the Alt key and the  "I"  key
  403.           will display "shift  " on the screen.
  404.      
  405.        Alt L:
  406.           Simultaneously depressing the Alt   key and the "L"  key
  407.           will display   "cls " on the screen.
  408.      
  409.        Alt P:
  410.           Simultaneously  depressing the Alt key and the  "P"  key
  411.           will display "path " on the screen.
  412.      
  413.        Alt R:
  414.           Simultaneously depressing the Alt   key and the "R"  key
  415.           will display   "rem" on the screen.
  416.      
  417.        Alt S:
  418.           Simultaneously depressing the Alt   key and the "S"  key
  419.           will display   "erase" on the screen.
  420.  
  421.      
  422.      
  423.                                GRAPHIC BOXES: 
  424.      
  425.      Many times boxes look good in batch files. CopyCon has established Mac-
  426.      ros for both single and double sided boxes. The following will describe
  427.      the keys used to print the box characters on the screen.
  428.      
  429.      SINGLE LINED BOX:
  430.      
  431.        Alt F1 - Upper Left Hand Corner
  432.        Alt F2 - Upper Right Hand Corner
  433.        Alt F3 - Lower Left Hand Corner
  434.        Alt F4 - Lower Right Hand Corner
  435.        Alt F5 - Horizontal Line
  436.        Alt F6 - Vertical Line
  437.        Alt F7 - Upper Horizontal Cross
  438.        Alt F8 - Lower Horizontal Cross
  439.        Alt F9 - Left Vertical Cross
  440.        Alt F10- Right Vertical Cross
  441.        Alt 6  - Center Cross
  442.      
  443.      
  444.      DOUBLE LINED BOX:
  445.      
  446.        Ctrl F1 - Upper Left Hand Corner
  447.        Ctrl F2 - Upper Right Hand Corner
  448.        Ctrl F3 - Lower Left Hand Corner
  449.        Ctrl F4 - Lower Right Hand Corner
  450.        Ctrl F5 - Horizontal Line
  451.        Ctrl F6 - Vertical Line
  452.        Ctrl F7 - Upper Horizontal Cross
  453.        Ctrl F8 - Lower Horizontal Cross
  454.        Ctrl F9 - Left Vertical Cross
  455.        Ctrl F10- Right Vertical Cross
  456.        Alt 5   - Center Cross
  457.      
  458.    
  459.      SHADING: 
  460.      
  461.      There  are  several  characters that are commonly  used  for  "shading"
  462.      boxes.  CopyCon  provides Macros for four (4) of these characters.  De-
  463.      pressing Alt 1,  Alt2, Alt 3 or Alt 4 will insert a "shading" character
  464.      on the screen.
  465.      
  466.      
  467.  
  468.  
  469.  
  470.                                   LINE EDITOR COMMANDS
  471.  
  472.      The Line Editor is used when entering a new file name.   The Line Edi-
  473.      tor  has many features which allow flexiblity when  entering the  file
  474.      name. The editing commands are:
  475.  
  476.                      Key           Description                       
  477.                <Enter>             Accept Line
  478.                Esc                 Quit without changing line
  479.                Left Arrow          Cursor left one character
  480.                Right Arrow         Cursor right one character
  481.                Ctrl Left Arrow     Cursor left one word
  482.                Ctrl Right Arrow    Cursor right one word
  483.                Home                Cursor to beginning of line
  484.                End                 Cursor to end of line
  485.                Del                 Delete character under cursor
  486.                Backspace           Delete character left of cursor
  487.                Ctrl End            Delete to end of line
  488.                Ctrl Y              Delete entire line
  489.                Ctrl Home           Delete from beginning of line
  490.                Ctrl T              Delete word to right of cursor
  491.                Ins                 Toggle insert mode
  492.                Ctrl R              Restore original contents of line
  493.  
  494.      When  entering a string,  if the first key you depress is any  letter, 
  495.      or   number   the default string will disappear.   If you wish to  use
  496.      part   of  the  default string the first character must be one of  the
  497.      keys  listed above.
  498.  
  499.      
  500.      
  501.                                VERSION CHANGES
  502.                                          
  503.                                          
  504.      Version 5.00
  505.           This version is a major update. The new features are:
  506.      
  507.           * The  Box  Builder  (Registered  Version  Only).  This
  508.             allows   boxes  to  be  inserted  into  the  file  by
  509.             answering several questions. A real time saver.
  510.           * Print  File/Print Block.  The file can be printed  by
  511.             depressing  function key F9.  The marked block can be
  512.             printed  by  simultaneously depressing the SHIFT  key
  513.             and function key F9.
  514.           * Save  and  continue.  Simultaneously  depressing  the
  515.             SHIFT key and function key F6, will save the file and
  516.             allow editing to continue.
  517.           * Content  sensitive help.  A whole new help system has
  518.             been included in this version.  I spent a lot of time
  519.             preparing  the  help system to provide a tutorial  on
  520.             batch files.
  521.           * GETKEY.COM, GETFKEY.COM. These two small programs can
  522.             be used in batch files to get a key from the keyboard
  523.             and  allow the IF ERRORLEVEL batch file subcommand to
  524.             branch to the appropriate area of the batch file.
  525.           * STATUS.BAT,  CCMENU.BAT.  These  are two sample batch
  526.             files  I have included with the  program.  STATUS.BAT
  527.             will  capture  information from your system and  then
  528.             display  it.  CCMENU.BAT is a menuing system that can
  529.             be  modified  to  use with  your  computer.  It  uses
  530.             GETFKEY.COM.
  531.      
  532.           Enhancements to existing features.
  533.           * Block commands. Added better error checking.
  534.           * Delete line. Will not allow a line to be deleted from
  535.             an empty file.
  536.      
  537.      Version 4.12
  538.           * Hopefully I finally fixed the backspace bug.
  539.      
  540.      Version 4.10 has changed the following:
  541.           * Fixed a bug in the backspace feature. 
  542.           * Fixed  a bug when deleting the last line of the file.
  543.             CopyCon WILL NOT delete a line of a one line file.
  544.      
  545.      Version 4.00 has changed the following:
  546.           * Added  the feature of entering a file name if no file
  547.             name is entered on the command line.
  548.           * Fixed a bug in line deletion.  If you put your cursor
  549.             on line 1 and deleted each line,  using F8, after the
  550.             last line was deleted the program would freeze.  This
  551.             is not good! Therefore I fixed it.
  552.      
  553.  
  554.      
  555.      Version 3.60 has changed the following:
  556.             * Added the "Insert ASCII Character". This will allow
  557.               ASCII characters not on the keyboard to be inserted
  558.               into the file.
  559.      
  560.      Version 3.52 has changed the following:
  561.           * Fixed bug when you exit when nothing was entered in a
  562.             new file.
  563.      
  564.      Version 3.50 has changed the following:
  565.           * Fixed  bugs with the delete line function.  Sometimes
  566.             the last line would be lost when saved.
  567.           * Added "BLOCK"  functions. I got so many requests that
  568.             I added some minor block functions.  You can now mark
  569.             several  lines  of text,  insert text and  flush  the
  570.             buffer.  You  have to enter the number of lines  that
  571.             you want in your block. I feel that is reasonable be-
  572.             cause this program is designed for small files and by
  573.             doing  this way,  there was minimun code to be added,
  574.             thus keeping the program as small as possible.
  575.      
  576.      Version 3.25 has changed the following:
  577.           * Backup files are now ceated with an extension of .BAK.
  578.           * Miscellaneous bugs are fixed.
  579.    
  580.      Version 3.10 has changed the following:
  581.           * Fixed a bug in scolling up multiple screen files.
  582.           * Added color to the program. 
  583.           * Change the X,Y on the status line to be Y,X.
  584.           
  585.      Version 3.0 has changed the following:
  586.           * Converted to Turbo Pascal 5.0.
  587.           * The  maximum length of the file is limited only to the
  588.             size of RAM.
  589.           * Many of the bugs in 2.0 have been corrected.
  590.    
  591.      Version 2.0 has changed the following:
  592.           * The program was rewritten in Turbo Pascal 4.0.
  593.           * A  Help  Menu has been include providing help on  some
  594.             most commonly used batch file commands.
  595.      
  596.  
  597.      
  598.      
  599.      Version 1.30 has changed the following:
  600.           * When copying (F3) the line above,  the cursor now goes  
  601.             next line.
  602.           * Corrected  an  error when attempting to center (F4)  a  
  603.             blank line. 
  604.           * Added  cursor X and cursor Y (file line) to the status  
  605.             line.
  606.           * Added Insert Line (Ctrl N).
  607.           * Added Delete Current Line (Ctrl Y)
  608.      
  609.      Version 1.20 has changed the following:
  610.           * Better memory allocation. 
  611.           * Limit file size to 500 lines maximum
  612.           * CopyCon will now load existing files.
  613.      
  614.  
  615.      
  616.      
  617.                                OTHER PROGRAMS
  618.      
  619.      I  have  used many Public Domain,   Shareware  and  Commercial software
  620.      over the years.  In appreciation to all those authors of  Public Domain
  621.      Programs I have written several Public Domain Programs. They are:
  622.      
  623.      EzDoss: ($15.00)
  624.        EzDoss   is  a  Dos Shell.  I have  used  many  Dos shells  over
  625.        the past years.  Each program has several features that I really
  626.        enjoy.   I  decided  to write a Dos Shell that put most of those
  627.        features  into  EzDoss.   EzDoss  is both Menu Driven  and   has
  628.        "Quick  Keys".  Some of the features that  EzDoss has are:
  629.           * Tag files either singularly,  all at once,  or by pat-
  630.             tern.
  631.           * Copy,   delete,  move, rename,   print or  view tagged
  632.             or highlighted files.
  633.           * Include  or  Exclude file from being  displayed  by  a
  634.             user defined mask.
  635.           * Edit an existing Ascii file.
  636.           * Invoke an Ascii text SideKick type editor.
  637.           * Locate  all files using a user  defined  mask for on a
  638.             given drive.
  639.           * Print a tree of the specified disk drive.
  640.           * Format a disk without leaving EzDoss.
  641.      
  642.        I  am  sure that once you try EzDoss and discover all the  power
  643.        and ease it has this will  become an indispensable program.
  644.      
  645.      
  646.      Find Duplicates: ($15.00)
  647.        Most  users of hard disks have duplicates files on their  disks.
  648.        The  file  COMMAND.COM will appear in  numerous  subdirectories.
  649.        Significant hard disk space is being wasted by these files.
  650.      
  651.        Find Duplicates is an utility which can scan all the files,  in-
  652.        cluding  files  embedded in ZIP and ARC files,  across  multiple
  653.        drives  and  displays a list of duplicate files.  You  can  move
  654.        through  the list by using the arrow keys,  page down,  page up,
  655.        home or end keys.  The contents of the files can be viewed using
  656.        VIEW.COM or any file viewer which can be specifed on the command
  657.        line.  Files which you want to be deleted,  are "tagged"  by de-
  658.        press the "T"  key. Once all the desired files are "tagged", de-
  659.        pressing  the  F10  function key will delete  all  the  "tagged"
  660.        files.
  661.      
  662.        Find  Duplicates  will become an utility that will be used on  a
  663.        regular basis.
  664.  
  665.      
  666.      Back Off!: ($15.00)
  667.        Back Off!  is an utility that you will used on a weekly basis. A
  668.        co-worker of mine one day told me that I need to write a program
  669.        that  will  display  backup  files on the screen  which  can  be
  670.        "tagged" and deleted. 
  671.        
  672.        Back  Off!  does just that.  Back Off!  allows up to thirty (30)
  673.        different  file extensions and will scan multiple  drives.  Once
  674.        the  drives  have  been scanned for files  with  the  extensions
  675.        listed, the files will be displayed on the screen. The files can
  676.        be viewed (only in ASCII format) and/or "tagged" for deletion.
  677.        
  678.        The registered version adds the features of having multiple data
  679.        files which contains the files extensions to be searched for and
  680.        the option of having Back Off! perform in automatic mode. In au-
  681.        tomatic mode,  Back Off!  will scan the disk drives specified on
  682.        the  command  line  and for the files with the  same  extensions
  683.        found in the specified file. Those matching files will automati-
  684.        cally be deleted.  This feature is designed so Back Off!  can be
  685.        used in batch files. An example is:
  686.        
  687.                       BO /d=c,d /f=baks /auto
  688.        
  689.        The  above  example will scan drives C and D,  search for  files
  690.        whose extension match those in the data file "BAKS.EXT"  and au-
  691.        tomatically deletes the matching files.
  692.        
  693.        Back Off! will be an utility that you will use weekly.
  694.        
  695.      
  696.      
  697.      To  get the most current version and printed manuals of the above  pro-
  698.      grams send amount listed next to the program to me at the following ad-
  699.      dress:
  700.      
  701.                                    John E. Bean
  702.                                 JB Technology Inc.
  703.                                 28701 N. Main St.
  704.                               Ridgefield, Wa. 98642
  705.                                   (206) 887-3442
  706.      
  707.      I  hope you enjoyed CopyCon and please do not hesitate to send comments
  708.      and praise to me.
  709.      
  710.      
  711.  
  712.      
  713.      
  714.      
  715.                                    INVOICE
  716.      
  717.      
  718.      Remit to:                                             From:
  719.      
  720.      JB Technology Inc.                     __________________________
  721.      28701 N. Main St.
  722.      Ridgefield, Wa. 98642                  __________________________
  723.      (206) 887-3442
  724.                                             __________________________
  725.      
  726.                                             __________________________
  727.      
  728.                                                  Contact Individual
  729.      
  730.                                             __________________________
  731.      
  732.                                             __________________________
  733.      
  734.      
  735.      Quantity                               Unit Price         Total
  736.      
  737.      _______         CopyCon Software       $15.00         ___________
  738.  
  739.     
  740.      _______         CopyCon Manaul         $10.00         ___________
  741.                      (Laser Quality)
  742.                                                      Total ___________
  743.      
  744.      
  745.      I want 5 1/4" _______   3 1/2" _______  diskette. (Check One)
  746.      
  747.      
  748.      Note that CopyCon computer software has been delivered and ac-
  749.      cepted by the customer.  Upon receipt of paid invoice,  a printed    
  750.      manual and current disk will be sent.
  751.      
  752.      
  753.  
  754.  
  755.