home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / shellc / !ShellC / !Run < prev    next >
Encoding:
Text File  |  1992-03-11  |  658 b   |  24 lines

  1. | Change the following line to reflect the place of your C compiler
  2. | system 
  3. |
  4. Set C$Place scsi::SCSIDisc.$.C
  5. |
  6. | If you have Release 3, you needn't change anything else
  7. |
  8. Set CLibrary$Dir <C$Place>.Library
  9. Set Clib$Dir <C$Place>.Clib
  10. Set RiscOSlib$Dir <C$Place>.RISC_OSlib
  11. |
  12. |
  13. Set ShellPresent TRUE
  14. Set Shell20Present TRUE
  15.  
  16. RMEnsure CLI_Shell 0.20 Set Shell20Present FALSE
  17. RMEnsure CLI_Shell 0.00 Set ShellPresent FALSE
  18. Set ShellC$Dir <Obey$Dir>
  19. IconSprites <ShellC$Dir>.!Sprites
  20.  
  21. IF "<ShellPresent><Shell20Present>" = "TRUEFALSE" THEN Error Remove old Shell by choosing Quit from its iconbar menu
  22.  
  23. RmEnsure CLI_Shell 0.20 RmRun <ShellC$Dir>.!RunImage %*0
  24.