home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 14 / fformat / fformat.docs next >
Encoding:
Text File  |  1994-01-27  |  4.7 KB  |  104 lines

  1.                                 Fformat v1.0
  2.  
  3.                Fformat is a utility designed for those that cannot stand
  4.      the slowness of the DOS format.  It was kind of an overnight design
  5.      therefore it is bound to contain a few undocumented BUGS.  If you
  6.      find any, please contact Tony Solomon (PLINK ID Tony*S) so that he
  7.      can relay them to me.  Fformat is according to my benchmarks 100%
  8.      faster than the DOS format.
  9.  
  10. -------------------------------------------------------------------------------
  11.                The known bug is:   ** F-I-X-E-D **
  12.                      1. PLEASE do not hit control C while the format is
  13.                         running. This will cause the format to stop, but
  14.                         it will not release the drive it was working on,
  15.                         therefore you will have to reboot to gain access
  16.                         again.  If you do wish to abort, remove the disk
  17.                         at the sign on prompt "Please insert...", then
  18.                         hit <return>. Doing this will print the default
  19.                         I/O message "Spurious error occured during disk
  20.                         write!!!".
  21.  
  22. NOTE:  The control-c bug has been fixed!  Also the program was'nt  reading
  23.        the disk after a format resulting in erroneous info commands.  This
  24.        has also been fixed.  ( Thanks Harv ;-)  )
  25.     
  26. -------------------------------------------------------------------------------
  27.  
  28.      "Fformat" can only be used from the Command Line Interpreter. The
  29.      command line should look like:
  30.                Fformat <flags> <drive name> <disk name>
  31.                ex: Fformat -v df0: MYDISK
  32.      Optionally, you can say "Fformat df0:" which will format drive
  33.      "df0:" with the disk name "EMPTY", or just "Fformat" which will
  34.      format drive "df0:" with the disk name "EMPTY".
  35.  
  36. -------------------------------------------------------------------------------
  37.  
  38.                Special thanks to Nathan Barber without whose help and
  39.      guidance this would of taken many more weeks, and Tony Solomon for
  40.      his hacker's talents...
  41.  
  42.                This being the first version, I plan on putting 2 more
  43.      options in the command line: verify and Install.  If you enjoy the
  44.      speed and flexibility of my fast format, please send a contribution
  45.      to:
  46.  
  47.                                Paul Fortin
  48.                                6020 Wallace Rd
  49.                                Panama city, Fla.
  50.                                32404
  51.  
  52.  
  53. -------------------------------------------------------------------------------
  54. Fast Format    Version 1.1
  55. Addendum: 21 November 1987
  56.  
  57.      Several new options have been added as well as the aforementioned bug
  58.      fixes.   The new  options directly  correspond  to "flags" set in the
  59.      command line.   These options are:
  60.  
  61.           1.  Format with verify:            Ex.  Fformat -v df1: DISKNAME
  62.           2.  Format with install:           Ex.  FFormat -i df1: DISKNAME
  63.           3.  Format with install & verify   Ex.  Fformat -vi df1: DISKNAME
  64.           4.  Install a disk ONLY!           Ex.  Fformat -in df1:
  65.  
  66.  
  67.      Now you can get rid of both the DOS format  and install commands!  And
  68.      the best  part  is the  program is  still 100% faster than DOS, and is
  69.      under 10K!!
  70.  
  71.  
  72. NOTES:
  73.      The program has been changed to give the user feedback  in the form of
  74.      cylinders formatted.
  75.  
  76.      The program now has an abort feature,   just hit any key followed by a
  77.      <RETURN> at the "Put disk to format in DFx: and press <RETURN>" prompt!
  78.  
  79.      The command line will allow only three arguments so the following line
  80.      will result in a USAGE: display:
  81.  
  82.                Fformat -i -v df1: DISKNAME
  83.  
  84.      Just remember,  if you want to format with  verify and install the two
  85.      "flags" are used  together "-vi or -iv".  Also,  be  careful  of using
  86.      the default parameters, and just saying "Fformat".   This  will format
  87.      the disk in DF0: with the name EMPTY.  The  more you  use programs the
  88.      more complacent we all become and the chances of accidentally  format-
  89.      ting your Workbench disk greatly increases.  The  following  syntax is
  90.      perfectly acceptable:
  91.  
  92.                Fformat df1:
  93.                Fformat df1: -v
  94.                Fformat -i df1: -v
  95.                Fformat -v
  96.                Fformat -vi
  97.                Fformat -iv df1: "New Disk" <- Quotes for space in FILENAME
  98.  
  99.      and so on.....   The command line parser is very flexible!  Just remem-
  100.      ber the three argument restriction!  Paul and I hope you like the flex-
  101.      ability and speed of Fformat. And thanks for all the supportive letters
  102.      and suggested bug fixes.  Your  suggestions are  what make  the program
  103.      better.  And as always.......Enjoy,   Tony Solomon   (PLINK ID: Tony*S).
  104.