home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / Iconx < prev    next >
Encoding:
Text File  |  1998-02-16  |  653 b   |  27 lines

  1.                          --AMIGADOS GUIDE V2.5--
  2.                                   ICONX
  3.  
  4.  
  5.    USE:
  6.    IconX is not so much a command but a platform for launching AmigaDOS
  7.    scripts from Workbench.
  8.  
  9.    PATH:
  10.    C:
  11.  
  12.    SYSTEM:
  13.    2.0, 2.1, 3.0
  14.  
  15.    EXAMPLES:
  16.    (Options)
  17.    WINDOW=CON: 0/0/400/200/INSTALL_Scripts
  18.    WINDOW=AUX: 01
  19.  
  20.    NOTES:
  21.    WINDOW= This allows you to define a windows specification for IconX to
  22.            open when it executes the script.
  23.  
  24.    DELAY=  This defines the number of seconds IconX will wait before closing
  25.            the console down.  If a delay of 0 is entered IconX will wait for
  26.            a CTRL-C key combination.
  27.