07-22-2010 03:53 AM
Hello all,
I am trying to execute the Perforce command lines through LabVIEW System Exec. These commands are working propery when directly entered in the command prompt, but through LabVIEW it is not working properly.
"P4 client -i <E:\template.txt"
This command will read the file and create a client. Whenever we are doing this kind of file operation (reading or writing), the command through LabVIEW is not working and the System Exec VI is giving the Standartd error output as " Usage: client -i [ -f ] Unexpected arguments", but working perfectly in the comand prompt,
07-22-2010 03:56 AM
07-22-2010 04:36 AM
System Exec.vi is throwing an Error, the command is not valid.
07-22-2010 04:46 AM