I have a shortcut in my computer's program menu that looks something like this: "C:\Program Files\Archive\MyProgram.exe" "MyFile.nnn"
The command line is required because the ".nnn" extension is not associated with MyProgram.exe. This shortcut opens both the program AND the desired file within it.
I'm wondering if it's possible to incorporate a similar command line into a function like the following so that it, too, will open a non-associated file. If so, how?
onclick="##OPEN('{app}\subfolder\MyProgram.exe')"
Thanks.
(Edited by editor at 1:59 pm on Feb. 9, 2007)
(Edited by editor at 2:00 pm on Feb. 9, 2007)