home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Icon 8.1 / mem / Icon / IconMPWTool < prev    next >
Encoding:
Text File  |  1989-03-16  |  290 b   |  12 lines  |  [TEXT/MPS ]

  1. #
  2. #  MPW Shell script to convert an Icon icode file to a MPW tool, capable
  3. #  of running without having the iconx interpreter installed.
  4. #
  5. #      IconMPWTool <icode file> [<icode file>…]
  6. #
  7.  
  8. for f in {"Parameters"}
  9.   Duplicate -r -y "{icon}iconx" "{f}"
  10.   SetFile -t MPST -c 'MPS ' "{f}"
  11. end
  12.