home *** CD-ROM | disk | FTP | other *** search
- IconSprites <Obey$Dir>.!Sprites
- |
- |
- | SCSI card independent Floptical driver code
- | © 1992 Hugo Fiennes/The Serial Port
- | This code released into PD 31/8/95
- |
- |
- | Set SCSI ID(s) of Floptical drives
- Set Floptical$SCSI "2"
- |
- | Load Floptical filing system
- RMensure FLOPFS 0.11 RMload <Obey$Dir>.!FlopFS
- |
- | Check for RISC OS 3 and load correct filer
- Set Floptical$RO3 yes
- RMensure UtilityModule 3.00 Set Floptical$RO3 no
- IF Floptical$RO3="yes" THEN RMensure FLOPFiler 0.06 RMload <Obey$Dir>.!FlopFile3
- IF Floptical$RO3="no" THEN RMensure FLOPfiler 0.06 RMload <Obey$Dir>.!FlopFile2
- Unset Floptical$RO3
- |
- | Kickstart filer if we're in the desktop already
- Run <Obey$Dir>.DeskBoot
-