LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to execute a VI automatically when PC is just booted.

I have clock VI which displays current time , I want to make this VI to start executing automatically when PC is booted.
 
Any suggestions pls.
 
Thanks
Madhu
0 Kudos
Message 1 of 4
(2,580 Views)
Hi Madhu,
build an executable and copy a link of it to the autostart folder. I think you can also write a batch file with a call of the vi in it. Copy also a link of it to the autstart folder.

Hope it helps.
Mike
0 Kudos
Message 2 of 4
(2,575 Views)
One question is whether on this PC, there is the need for someone to login to it.  If you put something in the Startup folder, it won't execute until a person logs in.  Can your program wait for someone to log in?  Or do you need it to start executing after Windows loads and before someone logs in?
0 Kudos
Message 3 of 4
(2,570 Views)
Hi
 
     Thanks for ur suggestions.
 
    It should execute after someone logs in.
 
Thanks
madhu
0 Kudos
Message 4 of 4
(2,567 Views)