Application in a folder

on mouseUp me
open "@/namafolder/namafile.exe"
end

Windows Standard Application

on mouseUp me
open "helpfile.hlp" with "winhlp32.exe"
end

0 comments