home *** CD-ROM | disk | FTP | other *** search
- IconSprites <Obey$Dir>.!Sprites
- |
- |
- | SCSI card independent Mag-Opt driver code
- | © 1993 Hugo Fiennes/The Serial Port
- | This code released into PD 31/8/95
- |
- |
- | Set SCSI ID(s) of MagOpt drives
- Set MO$SCSI "0"
- |
- | Load MagOpt filing system
- RMensure MOFS 0.02 RMload <Obey$Dir>.!MOFS
- |
- | Check for RISC OS 3 and load correct filer
- Set MO$RO3 yes
- RMensure UtilityModule 3.00 Set MO$RO3 no
- IF MO$RO3="yes" THEN RMensure MOFiler 0.01 RMload <Obey$Dir>.!MOFile3
- IF MO$RO3="no" THEN RMensure MOfiler 0.01 RMload <Obey$Dir>.!MOFile2
- Unset MO$RO3
- |
- | Kickstart filer if we're in the desktop already
- Run <Obey$Dir>.DeskBoot
-