home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / fc.arj / FC.DOC < prev   
Encoding:
Text File  |  1991-01-26  |  2.5 KB  |  52 lines

  1. *****************************************************************************
  2.                         DOCUMENTATION FOR FC.COM
  3. *****************************************************************************
  4.  
  5.      FC.COM (fastcopy) is a very handy ulility for users of dual floppy
  6.      drive systems.   It reads all of the files you wish to copy into
  7.      memory and then writes them to the target disk from memory.  It
  8.      saves a lot of time and is much faster than the DOS copy command.
  9.  
  10.      FC.COM supports paths, and wildcards and will run on all IBM and
  11.      most compatable machines.  The more memory your machine has the
  12.      the better.  If you use the program a lot it is a good idea to
  13.      keep a copy of COMMAND.COM on your disks...since FC.COM will use
  14.      all available memory and generally kicks the transient portion
  15.      of COMMAND.COM out of memory and you will have to insert a disk
  16.      with COMMAND.COM on it after the program finishes.
  17.  
  18.      The program is very easy to use.  the syntax is:
  19.  
  20.                        FC [d:][filespec] [d:]
  21.  
  22.      SOME EXAMPLES---->FC A:*.* B:
  23.                        FC A:*.BAS B:
  24.                        FC A:*.COM B:\DOS
  25.  
  26.      After you enter the desired command the program will find all of
  27.      the files that match the [filespec] and prompt you [y] or [n]....
  28.      select your choice until all of the files have been read.  Then
  29.      the program will ask you to "strike any key to continue"...just
  30.      sit back and watch.
  31.  
  32.      Thats all there is to it !
  33.  
  34.      If you have a ram disk set up, have your AUTOEXEC.BAT file copy
  35.      FC.COM from your start-up disk to the ram disk.  Make sure that
  36.      you have set the path command to C:\;A:\;B:\ so Dos will go to
  37.      the ram disk first and find FC.COM.  It's a good idea to call the
  38.      program something different on the start-up disk and change the
  39.      name when it is copied into the ram disk.  For example:
  40.  
  41.      ENTRY IN AUTOEXEC.BAT FILE= copy fastcopy.com c:fc.com
  42.                                            or
  43.                                  copy fc.nrn c:fc.com
  44.  
  45. ****************************************************************************
  46.   The author of FC.COM is unknown, and I found it on a BBS without
  47.   documentation or reference as to who wrote it.  It's such a useful program
  48.   that I prepared this documentation and am sending it out to other BBS'S for
  49.   all to enjoy.
  50. ****************************************************************************
  51.  
  52.  
  53.  
  54.