home *** CD-ROM | disk | FTP | other *** search
/ Curso de Informatica 1 / elPeriodico1.iso / menu.dir / Internal_78.ls < prev    next >
Encoding:
Text File  |  1997-08-14  |  553 b   |  27 lines

  1. on mouseUp
  2.   global shareware
  3.   marcainstalar()
  4.   case shareware of
  5.     1:
  6.       open(EMPTY, "cuentapa\instalar.exe")
  7.     2:
  8.       open(EMPTY, "arcavoid\nosound.exe")
  9.     3:
  10.       open(EMPTY, "cdcinta\setup.exe")
  11.     4:
  12.       open(EMPTY, "mamifero\mamifero.exe")
  13.     5:
  14.       open(EMPTY, "fprot\f9300.exe")
  15.     6:
  16.       open(EMPTY, "iconlib\icolib.exe")
  17.     7:
  18.       open(EMPTY, "iccap\setup.exe")
  19.     8:
  20.       open(EMPTY, "cdw4\cdw.exe")
  21.     9:
  22.       open(EMPTY, "winimage\wima_vp4.exe")
  23.     10:
  24.       open(EMPTY, "winzip\wzbeta32.exe")
  25.   end case
  26. end
  27.