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

  1. IconSprites <Obey$Dir>.!Sprites
  2. |
  3. |
  4. |               SCSI card independent Floptical driver code
  5. |                   © 1992 Hugo Fiennes/The Serial Port
  6. |                    This code release into PD 31/8/95
  7. |
  8. |
  9. | Set SCSI ID(s) of Floptical drives
  10. Set Floptical$SCSI "2"
  11. |
  12. | Load Floptical filing system
  13. RMensure FLOPFS 0.11 RMload <Obey$Dir>.!FlopFS
  14. |
  15. | Check for RISC OS 3 and load correct filer
  16. Set Floptical$RO3 yes
  17. RMensure UtilityModule 3.00 Set Floptical$RO3 no
  18. IF Floptical$RO3="yes" THEN RMensure FLOPFiler 0.06 RMload <Obey$Dir>.!FlopFile3
  19. IF Floptical$RO3="no"  THEN RMensure FLOPfiler 0.06 RMload <Obey$Dir>.!FlopFile2
  20. Unset Floptical$RO3
  21. |
  22. | Kickstart filer if we're in the desktop already
  23. Run <Obey$Dir>.DeskBoot
  24.