LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programatically stop and start computer process

Is there a way to programatically start and stop computer processes/services using LabVIEW?

 

Thanks,

 

Taylor

0 Kudos
Message 1 of 3
(2,476 Views)
Which OS? For Windows you can use System Exec to execute DOS commands to start programs. For services use the net start or net stop <servicename> commands.
Message 2 of 3
(2,470 Views)

Hi,

 

Thanks for the quick response! Yes, for Windows.

 

Thanks again,

 

Taylor

0 Kudos
Message 3 of 3
(2,467 Views)