LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

executing a command with an argument in CVI

Solved!
Go to solution
I am trying to turn off/on a netbackup service on a Windows XP machine when executing a test. The command to do this is: (cmd /c net stop "Connected Agent Service")
 
How do I send this command in CVI?
0 Kudos
Message 1 of 2
(3,845 Views)
Solution
Accepted by topic author ASIC_LabRat

The usual way to execute external programs in CVI is to use system ( ) or launchExecutable ( ) functions.

You can find useful informations on launching external programs in this thread and this one

Message Edited by Roberto Bozzolo on 01-03-2006 11:19 PM



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 2
(3,835 Views)