home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Graphics / TimeMachine / timemachine / rexx / TM_PostScript.ifx < prev   
Encoding:
Text File  |  1999-08-08  |  220 b   |  14 lines

  1. /************
  2. TM_LayerScript.ifx for Time Machine
  3. ************/
  4.  
  5. options results
  6.  
  7. RequestFile '"Choose script"' '"rexx"' '""' '"#?"' 
  8. if rc ~=0 then exit
  9.  
  10. Rexxscript=Result
  11.  
  12. call setclip('TM_PostScript',Rexxscript)
  13.  
  14. exit