home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / australi / fic10.lzh / FIC.DOC next >
Text File  |  1990-11-16  |  4KB  |  115 lines

  1. FIC Floppy Image Copier v1.0                    (c) 1990 Russell Hoore
  2.  
  3.  
  4. Overview
  5.     FIC will make an exact copy of a diskette without the pain of
  6.     disk-swapping.  It requires a floppy drive (of course!) and
  7.     sufficient XMS to hold the disk image.  For example, if you
  8.     want to copy 1.2Mb disks, you'll need 1.2Mb of XMS. 
  9.  
  10.  
  11. Background
  12.     I regularly need to make copies of important information as
  13.     off-site backups.  I wrote FIC to save me the pain of
  14.     continually swapping disks for DISKCOPY.  FIC uses XMS rather
  15.     than the hard disk to buffer the disk image as most machines
  16.     I use have plenty of XMS and no free disk space.
  17.  
  18.  
  19. Advantages
  20.     FIC offers a number of advantages over other "no-swap"
  21.     disk copiers:
  22.  
  23.         1. FIC buffers to XMS.  Most other programs buffer
  24.            to the hard disk.  Do you want to keep 1Mb free
  25.            in case you want to do a diskcopy?
  26.  
  27.         2. FIC is an image copier.  Many other programs are
  28.             merely file copiers.  When I make a copy, I want
  29.            an EXACT copy: directories, volume labels, etc.
  30.  
  31.         3. FIC is easy to use.  No character-based pull-down
  32.            menus, no awkward keystrokes.  "S" for source,
  33.            "T" for target.  Couldn't be simpler.
  34.  
  35.         4. FIC is auto-sensing.  There is no need to tell
  36.            FIC what size disk you are putting in the drive:
  37.            it will sense it automatically.
  38.  
  39.         5. FIC is small and fast.  It's completely written
  40.            in 8088 assembler.  It works as fast as
  41.            "sophisticated" DMA copiers yet uses standard
  42.            BIOS calls which enable it to be used across a
  43.            wide variety of computing platforms.
  44.  
  45.         6. FIC works with most disk-increasing programs,
  46.            including MAXI and 800K.
  47.  
  48.         7. FIC is it.  There's no configuration files,
  49.            overlays or other files to clutter up your hard
  50.            disk.  Just FIC.EXE.  And of course FIC.DOC.
  51.  
  52. Usage
  53.     At the DOS prompt, type:
  54.  
  55.             fic
  56.         or    fic [drive] 
  57.  
  58.     Following the prompt, insert the source disk and press "S".
  59.     The disk will be read and you will be asked to insert the
  60.     target and press "T".  After this, you can repeatedly hit "T"
  61.     for more targets or "S" for more sources.
  62.  
  63.     You may abort the program at any time by hitting <ESC> or
  64.     Ctrl-C.
  65.  
  66.     Reading times are approximately 40 seconds for 1.2Mb
  67.     disks and 25 seconds for 360Kb disks.  Writing times are
  68.     the same.
  69.  
  70.  
  71. Licence
  72.     I wrote FIC for myself, not to get money out of people.
  73.     Consequently, FIC is freeware.  That is, I hereby grant you,
  74.     the first-time user of FIC, a licence to use the program on as
  75.     many computers as you wish.  However,
  76.  
  77.         1. The licence is revocable at my discretion
  78.  
  79.         2. I retain copyright of FIC
  80.  
  81.         3. FIC is not to be used to copy anything you could
  82.            not lawfully copy with DISKCOPY.
  83.  
  84.         4. FIC is supplied "as is" and with no warranty other
  85.            than any required by Australian law.  While I've
  86.            tested this program thoroughly, I cannot be held
  87.            reponsible for any loss of data.  With this in
  88.            mind, it is your responsibility to check each copy
  89.            with DISKCOMP.
  90.  
  91.     You are also licenced to distribute FIC, however,
  92.  
  93.         1. Unless you are a bona fide non-profit users' group
  94.            you may not charge for the distribution FIC.  I'm
  95.            not making any money on this, so I can't see why
  96.            some third-party profiteer should!
  97.  
  98.     Breach of any of these conditions will automatically revoke
  99.     the licence.
  100.  
  101.  
  102. Future versions
  103.     Future versions are planned to include disk comparison,
  104.     auto-formatting, conventional memory support, EMS support
  105.     and colourful "wonder-wheel" disk display.
  106.  
  107.  
  108. Feedback
  109.     I'm interested to find out how FIC works on other equipment.
  110.     If you find FIC works/doesn't work on some bizarre machine
  111.     (or even on a normal machine), I'd appreciate a note from
  112.     you.  Of course, general comments, bug reports, criticism
  113.     and questions are welcome.  Mail may be sent to Russell Hoore
  114.     at the Sydney PC Users Group, FidoNet node 3:712/505.
  115.