home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 2 / hotmix_v02.iso / bin / jukebox.ftr < prev    next >
Text File  |  1992-10-16  |  421b  |  17 lines

  1. TYPE jukeboxExecutable
  2.     MATCH    tag == 0x12345;
  3.     LEGEND    jukebox
  4.     SUPERTYPE    Executable
  5.     CMD OPEN    $LEADER
  6.     CMD ALTOPEN    launch -c $LEADER $REST
  7.     CMD DROP    launch -c $LEADER $REST
  8.     ICON        {
  9.         if (opened) {
  10.             include("../iconlib/generic.exec.open.fti");
  11.         } else {
  12.             include("../iconlib/generic.exec.closed.fti");
  13.         }
  14.         include("iconlib/jukebox.fti");
  15.     }
  16.  
  17.