LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

LaunchExecutableEx and NotePad

Can I use the LaunchExecutableEx command to launch notepad.exe, but make notepad automatically open a specific file that is stored in a variable in my program?
0 Kudos
Message 1 of 2
(3,011 Views)
Hello John,

To launch "notepad.exe" and automatically open a specific file that is stored in a variable you should pass in the first parameter of "LaunchExecutableEx" a buffer containing "notepad.exe" + " " + .

Best Regards,
Silvius
Silvius Iancu
0 Kudos
Message 2 of 2
(3,011 Views)