LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to run my .exe file in same time when Labview started to run

Somebody know, how do it?

0 Kudos
Message 1 of 8
(3,911 Views)
I'm sorry, but I am not sure what you are asking.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 8
(3,894 Views)

If you want it to run when your vi starts, use System Exec.  If you want it to start as soon as the environment opens, you'll want to create a macro external to LV that opens both.

0 Kudos
Message 3 of 8
(3,840 Views)

can you please explain this in more details.

 

Thanks,

0 Kudos
Message 4 of 8
(3,811 Views)

Yes, I want it to start as soon as the environment opens, can you explain me how to "create a macro external to LV".

0 Kudos
Message 5 of 8
(3,736 Views)

@Slonbob wrote:

Yes, I want it to start as soon as the environment opens, can you explain me how to "create a macro external to LV".


Uh...a batch file?  Run your EXE, then run LabVIEW.

0 Kudos
Message 6 of 8
(3,726 Views)

Yes, but I want run LabVIEW, then run my exe backgroung

0 Kudos
Message 7 of 8
(3,719 Views)

@Slonbob wrote:

Yes, but I want run LabVIEW, then run my exe backgroung


Right, so run a batch file instead of LabVIEW.

 

Or if you must run "LabVIEW.exe" rename "LabVIEW.exe" to "LabVIEW Backup.exe" then make an EXE that just runs "LabVIEW Backup.exe" then your program and name it LabVIEW.exe.

0 Kudos
Message 8 of 8
(3,699 Views)