home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 1 / boot-disc-1996-08.iso / bootcd.dir / 00503_Script_503 < prev    next >
Text File  |  1996-07-02  |  590b  |  14 lines

  1. on mouseUp
  2.   global gDemosCategory,gDemosExecutable
  3.   --gDemosExecutable is assumed to be a complete path to an .EXE
  4.   --although you may search the last 4 chars of gDemosExecutable
  5.   --to check and see if it's a .ZIP file, and open the approprate
  6.   --WinZip.EXE with gDemosExecutable as the filename.
  7.   --The executable opened is from a lookup table field, whose name
  8.   --is in the form of "Demos" && gDemosCategory && "Executables"
  9.   --gDemosExecutable is set as soon as the user clicks on the program
  10.   --name in the Program List on screen.
  11.   
  12.   open gDemosExecutable
  13.   
  14. end