I am attempting to use the run() function to open a program I would like to launch. I simply type:
run("NameofProgram.exe")
I've tried also doing
run("NameofProgram.exe", "@Programfiles(x86)")
and
run("NameofProgram.exe", "%Programfiles(x86)%")
I'm not sure what the right syntax is.