LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Wnen Using Systemexec.vi pb with path on XP

When I want to launch a batchfile with System exec.vi with the batchfile somewhere else than in the working folder of my VI, it doesn't work. The only solution is to put my batchfile in the working folder without path given as parameter. Have you a solution?
0 Kudos
Message 1 of 2
(2,455 Views)
Hi,

If the path has spaces in it, you must use quotes, like "C:\temp
directory\batchfile.bat".

Perhaps that's the problem...

Regards,

Wiebe.

"raymond_73" wrote in message
news:50650000000800000055A50000-1042324653000@exchange.ni.com...
> When I want to launch a batchfile with System exec.vi with the
> batchfile somewhere else than in the working folder of my VI, it
> doesn't work. The only solution is to put my batchfile in the working
> folder without path given as parameter. Have you a solution?
0 Kudos
Message 2 of 2
(2,455 Views)