home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / bbc / progs / riscos2 / isheet / !ISheet / KillMod < prev    next >
Encoding:
Text File  |  1992-10-31  |  290 b   |  13 lines

  1. | Short Obey file to remove  ISheetMod module if left after a reset
  2. Set iwmod$flag 0
  3.  
  4. RMensure ISheetMod 0  Set iwmod$flag 1
  5.  
  6. if iwmod$flag = 0 then RMkill ISheetMod
  7.  
  8. echo
  9. if iwmod$flag = 0 then echo 'ISheetMod' module removed
  10. if iwmod$flag = 1 then echo No modules found
  11.  
  12. unset iwmod$flag
  13.