home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d566 / foco.lha / FoCo / FoCo.doc < prev    next >
Text File  |  1991-11-21  |  3KB  |  105 lines

  1.  
  2.  
  3.     DOCUMENTATION: FOCO
  4.     ===================
  5.  
  6.  
  7. "FoCo" means "Format-Controller" and was developed for three reasons,
  8.  
  9. 1. Workbench won't give you all formatting options (see CLI),
  10. 2. my comp should be intelligent enough to guess that I want to
  11.    format an unformatted disk (see Mac) and
  12. 3. I wanted to exercise some 2.0 programming.
  13.  
  14. 3.   is  the  essential  reason...   therefore  FoCo  will  only operate on
  15. AmigaDOS  2.0.   The  source is a little confused but will do as a (bad :-)
  16. example.
  17.  
  18. PD vendors: FoCo is just Public Domain. No restrictions.
  19.  
  20.  
  21.     Starting
  22.     --------
  23.  
  24. You  must  start  FoCo  from Workbench, either directly via double click or
  25. during startup by placing it in the WBStartup drawer.
  26.  
  27. A  second  start  will pop up the control window (supposing that's what you
  28. want to have at that moment).
  29.  
  30.  
  31.     Operation
  32.     ---------
  33.  
  34. When  you insert a disk that DOS marks as 'BAD' or 'NDOS', FoCo will ask if
  35. you would like that disk to be formatted.  If you answer 'no', nothing more
  36. will happen.  Answering 'yes' will pop up FoCo's control window.
  37.  
  38. You  can  also  pop  up  the  control  panel  by  pressing  the hotkey (see
  39. 'ToolTypes') or by clicking on the "Show" gadget in the "Exchange" program.
  40.  
  41. Now  set all formatting options.  The disk drive will be set automatically.
  42. Clicking  on  the close gadget will terminate FoCo while "Cancel" will just
  43. put it back to sleep.
  44.  
  45. If  you  start  the  formatting,  it  will output to its own window and run
  46. asynchronously to the FoCo process, so you can format more than one disk at
  47. a time.
  48.  
  49.  
  50.     ToolTypes
  51.     ---------
  52.  
  53. The  tool  types  control FoCo's initial options, hotkey and language.  Use
  54. workbench's "Info" menu to set any or all of these:
  55.  
  56.     DRIVE=n                default drive (of those connected!)
  57.     NAME=...            default name for the disk
  58.     FLAGS=FFS|NOICONS|QUICK        default flags
  59.     SHOWWINDOW=ON            show control panel immediately
  60.     HOTKEY=...            hotkey to pop up the control panel
  61.                     (follows commodities conventions)
  62.     LANGUAGEFILE=...        the file containing the texts
  63.                     (Attention: has to be in the same
  64.                     drawer, e.g. WBStartup, if you don't
  65.                     provide the full path)
  66.  
  67. FoCo won't start with an illegal hotkey description. All tool types are
  68. optional, the default settings are:
  69.     DRIVE=0, NAME=Empty Disk, FLAGS=FFS|NOICONS,
  70.     SHOWWINDOW=OFF, HOTKEY=lcommand f
  71. and no language file (means english text). B.t.w.: The texts in the language
  72. file must remain in their order and must be seperated by ASCII 0.
  73.  
  74.  
  75.     Commodities
  76.     -----------
  77.  
  78. FoCo is fully compatible to the commodities standard.  You can control FoCo
  79. from the workbench tool "Exchange".
  80.  
  81. The  gadgets  "Show"  and "Hide" are routed to the control panel, "Disable"
  82. detaches  FoCo  from  the  input  event  queue  until  "Enable"  and "Kill"
  83. terminates FoCo completely.
  84.  
  85.  
  86.     -----------
  87.  
  88. Ok,  cut it now, enough chatter.  Already too much documentation for such a
  89. mini  tool.  Send flames to HELL:  (a soon to be released dos handler, just
  90. waiting for HEAVEN:  to be finished :-) and comments to
  91.  
  92.     balzer@heike.informatik.uni-dortmund.de
  93.     
  94.     or
  95.     
  96.     M.BALZER@AWORLD.ZER
  97.  
  98.     or
  99.     
  100.     Michael Balzer
  101.     Wildermuthstr. 18
  102.     W-5828 Ennepetal 14
  103.     GERMANY
  104.  
  105.