home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / misc / idefiler_1 / !Help next >
Text File  |  1995-09-18  |  4KB  |  99 lines

  1. IDEFiler v.2.00
  2. ~~~~~~~~~~~~~~~
  3.  
  4. NOTE: This program is Freeware. You may distribute the application
  5.       free of charge so long as:
  6.       
  7.        a) the application is not changed in any way
  8.        b) you do not sell this program for profit
  9.        c) the application is distributed in its original state
  10.        
  11. Good, got rid of that!
  12.  
  13.  PLEASE NOTE: This module must be RMload'ed BEFORE the desktop is started. See 
  14.            below for more details.
  15.            
  16.  PLEASE ALSO NOTE: This module will only work with Risc OS 3.00 upwards
  17.                 It needs Watford's IDEFS module 2.10 at least.
  18.                 It will not work with the supplied IDE cards in
  19.                 A3010/3020/4000/5000, A7000 or RISCPC's (you don't need this 
  20.                                                            module really!)
  21.  
  22.  This module orginally came into being due to the distinct lack of interest by 
  23. Watford Electronics to do anything about their IDEFiler module when Risc OS 3.00
  24. came out. Basically it didn't put the drive icon in the right place (it was to 
  25. the right of everything on the left hand side of the icon bar); it couldn't 
  26. verify the drive in the desktop (as ADFSFiler can) and it didn't support the new
  27. Free module.
  28.  
  29.  This version solves these problems and also introduces a new feature: If the
  30. CFS module is loaded (check with *Modules from the F12 command-line prompt) but
  31. not neccessarily running in the desktop (no CFS icons are on the iconbar) then
  32. clicking with adjust on the drive icon opens up a CFS window rather than a
  33. standard IDEFS window.
  34.  
  35.  This module is best run from a boot file. This is the way I do it (in
  36. $.!Boot.!Run on my HardDrive):
  37.  
  38. RMLoad IDEFS::HardDrive.$.!System.Modules.IDEFiler
  39. RMLoad IDEFS::HardDrive.$.!System.Modules.SwitchCFS
  40.  | Load up the IDEFiler module and SwitchCFS (see later) which I keep in
  41.  | $.!System.Modules on my hard drive
  42. Set File$Type_D96 CFSlzw                                
  43.  | Set up the CFSfiletype
  44. Set Alias$@RunType_D96 "Run CFS#%0 "
  45.  | A little tweak this... it enables the correct editor e.t.c. to be run if
  46.  | you double click on a CFS file in a non-CFS window
  47. Set Alias$@LoadType_D96 "Load CFS#%0 " 
  48.  | Ditto....
  49. NewCfs IDEFS::4
  50.  | Let CFS know that IDEFS::4 exists
  51. NewCfs ADFS::0  
  52.  | Let CFS know that ADFS::0 exists
  53.  | Can easily add others... e.g. RAM, SCSI e.t.c.
  54.  | Note that the later versions of CFS allow this to be done from a script file
  55.  | using the CFSSetup command - do a *Help CFSSetup for an explanation of this
  56. CFSTemp IDEFS::4.$.!Scrap.ScrapDir.CFS
  57.  | Tell CFS where its scrap directory is... I keep it well hidden within !Scrap
  58. Desktop -file IDEFS::HardDrive.$.!Boot.DeskBoot
  59.  | Start up the desktop with the deskboot file.
  60.  
  61.  Yes! I know it looks complicated but, believe me, it works!
  62.  
  63.  This module may work with other pre Risc OS 3 IDE cards (e.g. BEEBUG) but I
  64. haven't tested them so I can't guaruntee anything. Also, the code will need
  65. to be recompiled as the SWI numbers for the IDEFS software will not be the
  66. same. Simply run IDESrce200 and it will do the honours.
  67.  
  68.  Included in this package is SwitchCFS which adds yet more goodies for those who
  69. use CFS - see the !Help file within its directory for details.
  70.  
  71.                 ~~~~~~~~~ 
  72.  
  73. Bugs: None that I can find...!
  74.  
  75. Things to do:   At present it can only deal with one IDE drive at a time.
  76.         Need to fix that... (but how many people have more than one
  77.         Watford IDE drive?????)
  78.         Any ideas are always welcome.
  79.  
  80. Thanks to all those who have given me support out there in one way or another, 
  81. including Greg Toland, Kevin Melling, Matthew Hambley, Michael Bramley and
  82. especially Bryan Jenkinson-Dix who spotted a vicious buglette with the aid of
  83. his CDRom drive (don't ask.....).
  84.  
  85.                 ~~~~~~~~~
  86.  
  87. My Address: Snail_Mail: 85 Northcote Rd,
  88.                 Bramhall,
  89.                 Stockport,
  90.                 Cheshire,
  91.                 SK7 2HF.
  92.  
  93.         E_mail:    bdm1001@cam.ac.uk
  94.                     (until June '96 unless I find myself moved
  95.                          elsewhere!)
  96.                       
  97.  Please feel free to get in contact with any silly suggestions, bug reports.
  98.             
  99. Brian Marsden (18/9/95)