home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / diskmanager / oakscsi_1 / !OakSCSI / !Run < prev    next >
Text File  |  1994-06-12  |  858b  |  26 lines

  1. | >!OakSCSI !Run file
  2. | A manager for the Oak SCSI expansion card
  3. | © Atle Mjelde Bårdholt
  4. |
  5. Set OakSCSI$Dir <Obey$Dir>
  6. IconSprites <Obey$Dir>.!Sprites
  7. |
  8. RMEnsure UtilityModule 3.10 Error This application is only suitable for use with RISC OS 3.10 or later versions
  9. |
  10. | Make shure that you have SCSI on your system
  11. | --------------------------------------------
  12. RMEnsure SCSI   0.0 RMReInit SCSI
  13. RMEnsure SCSI   0.0 Error 0 I need SCSI to run!
  14. RMEnsure SCSIFS 0.0 RMReInit SCSIFS
  15. RMEnsure SCSIFS 0.0 Error 0 I need SCSIFS to run!
  16. |
  17. IconSprites <Obey$Dir>.Sprites
  18. |
  19. | Check if SCSI is the current CSD - Alter : Set FS$Flag <Your CSD HD>
  20. | --------------------------------------------------------------------
  21. Set FS$Flag 0
  22. If "<FileSwitch$SCSI$CSD>"="<FileSwitch$SCSI$PSD>" then Set FS$Flag 4
  23. |
  24. Wimpslot -min 32k -max 32k
  25. Run <Obey$Dir>.!RunImage
  26. Unset FS$Flag