A
art
Hi,
I just want to see the arg passing work. The developer group seems to
be devoid of good posts here. The microsoft docs and shown examples
seem to be too simplistic and not working examples to follow. Maybe I
chose the wrong program to call but I do not seem to get it to work.
Anyone see something obvious ?
=RUNADDON("notepad.exe")
Result: works , notepad starts but posts the following message box:
The system cannot find the path specified
=RUNADDONWARGS("notepad.exe","junk.txt")
Result: Notepad posts but does not find the file(should not be found)
and posts the following message box. The system cannot find the path
specified
=RUNADDONWARGS("notepad.exe","C:\Documents and Settings\Art\Desktop
\Test\experiment visio Macro library\junk.txt")
Result: Notepad starts but file is not loaded. – This should work --
The following message box: the filename , directory name or volume
label syntax is incorrect.
Eventually I want to call Vlan's vlc.exe video player with a video
file name to play. I can't seem to get it to work even with the call
without the arguements. Is this a dll problem that is not in the addon
path directory , ya think? I added the plugin directory for VLC also.
Thanks,
Art
I just want to see the arg passing work. The developer group seems to
be devoid of good posts here. The microsoft docs and shown examples
seem to be too simplistic and not working examples to follow. Maybe I
chose the wrong program to call but I do not seem to get it to work.
Anyone see something obvious ?
=RUNADDON("notepad.exe")
Result: works , notepad starts but posts the following message box:
The system cannot find the path specified
=RUNADDONWARGS("notepad.exe","junk.txt")
Result: Notepad posts but does not find the file(should not be found)
and posts the following message box. The system cannot find the path
specified
=RUNADDONWARGS("notepad.exe","C:\Documents and Settings\Art\Desktop
\Test\experiment visio Macro library\junk.txt")
Result: Notepad starts but file is not loaded. – This should work --
The following message box: the filename , directory name or volume
label syntax is incorrect.
Eventually I want to call Vlan's vlc.exe video player with a video
file name to play. I can't seem to get it to work even with the call
without the arguements. Is this a dll problem that is not in the addon
path directory , ya think? I added the plugin directory for VLC also.
Thanks,
Art