problems with !execute command Thread last updated on 2004-01-18 03:54:12

Posted by member 99125 on 2004-01-16 19:51:37

I am making a commonly used program menu for my theme and i am having trouble starting up some programs. I can't seem to find the syntax for a program that requires a option with the exe file.

ie

*Popup "Program Name" !execute ["E:\Path\Program.exe -online"]

otherwise all the other programs work fine. Thanks for any help on this issue.



Posted by member 12798 on 2004-01-16 20:11:36 link

try "E:\Path\Program.exe" -online

Posted by member 99125 on 2004-01-17 14:28:23 link

Yup, that did it. Thanks

Posted by member 1 on 2004-01-18 03:54:12 link

why do you have the !Execute in there anyway?