Discussion:
Programatically stop and start computer process
(too old to reply)
Taylor_647
2008-08-14 18:40:06 UTC
Permalink
Is there a way to programatically start and stop computer processes/services using LabVIEW? Thanks, Taylor
smercurio_fc
2008-08-14 19:10:05 UTC
Permalink
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.
Taylor_647
2008-08-14 19:10:06 UTC
Permalink
Hi, Thanks for the quick response! Yes, for Windows. Thanks again, Taylor
Loading...