home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Converter / IMAFX26.lha / imagefx2 / rexx / autofx / Custom.ifx < prev    next >
Encoding:
Text File  |  1994-07-30  |  258 b   |  15 lines

  1. /*
  2.  *    Custom.ifx
  3.  *    Executes a user-entered command, specified in the
  4.  *    ImpCustomCommand clip variable, set by the pre script.
  5.  *
  6.  *    by Steve Tibbett
  7.  */
  8.  
  9. Options Results
  10.  
  11. SeqNum=Word(Arg(1),4);
  12.  
  13. Command=GetClip("ImpCustomCommand"SeqNum);
  14. Interpret Command
  15.