home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / shareware / share_46 / fre / _fre next >
Text File  |  1992-05-19  |  679b  |  19 lines

  1. | Shell file for FRe
  2. | Syntax: _fre <args>
  3. | This just ensures that the appropriate modules are loaded
  4. |
  5. | The commented lines are for when you put the CAssembler module into the System directory, and FRe executable onto the Run$Path
  6.  
  7.  
  8. Set Old$CAsm 0
  9. RMEnsure CAssembler 0    Set Old$CAsm 1
  10. RMEnsure CAssembler 0.03 Set Old$CAsm 0
  11. If <Old$CAsm> Then Error An old version of the CAssembler is resident
  12. UnSet Old$CAsm
  13. RMEnsure CAssembler 0.03 RMLoad <Obey$Dir>.CAssembler
  14. |RMEnsure CAssembler 0.03 RMLoad System:Modules.CAssembler
  15. RMEnsure CAssembler 0.03 Error CAssembler module not found or too old
  16.  
  17. /<Obey$Dir>.FRe %*0
  18. |/FRe %*0
  19. Echo There were <Sys$ReturnCode> matching file(s)