home *** CD-ROM | disk | FTP | other *** search
- /************
- TM_LayerScript.ifx for Time Machine
- ************/
-
- options results
-
- activelayer
- parse var result LayerNum
-
- if rc ~=0 then LayerNum=0
-
- RequestFile '"Choose script"' '"rexx"' '""' '"#?"'
- if rc ~=0 then exit
-
- Rexxscript=Result
-
-
-
- call setclip('TM_Layer'LayerNum'Script',Rexxscript)
-
-
-
-
-
-
- exit