home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / diskmanager / magfs_1 / !MagOpt / !Run < prev    next >
Text File  |  1995-08-31  |  666b  |  24 lines

  1. IconSprites <Obey$Dir>.!Sprites
  2. |
  3. |
  4. |                SCSI card independent Mag-Opt driver code
  5. |                   © 1993 Hugo Fiennes/The Serial Port
  6. |                   This code released into PD 31/8/95
  7. |
  8. |
  9. | Set SCSI ID(s) of MagOpt drives
  10. Set MO$SCSI "0"
  11. |
  12. | Load MagOpt filing system
  13. RMensure MOFS 0.02 RMload <Obey$Dir>.!MOFS
  14. |
  15. | Check for RISC OS 3 and load correct filer
  16. Set MO$RO3 yes
  17. RMensure UtilityModule 3.00 Set MO$RO3 no
  18. IF MO$RO3="yes" THEN RMensure MOFiler 0.01 RMload <Obey$Dir>.!MOFile3
  19. IF MO$RO3="no"  THEN RMensure MOfiler 0.01 RMload <Obey$Dir>.!MOFile2
  20. Unset MO$RO3
  21. |
  22. | Kickstart filer if we're in the desktop already
  23. Run <Obey$Dir>.DeskBoot
  24.