home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 1 / Mecomp-CD.iso / amiga / tools / cd / indexcd / arexx / ss_load.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1997-05-02  |  110 b   |  10 lines

  1. /* SS_Load */
  2.  
  3. parse arg filename
  4.  
  5. address 'OCTAMED_REXX'
  6.  
  7. SG_LOAD filename FORCE
  8. PL_STOP
  9. SG_SETNAME filename
  10.