LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to get second instance of exe file in W2k

When I build an application into exe, I can run it only once. When I try to run it second time, windows makes the first instance an active one. I would like to have second instance running as well. How to make that?
Shat I make my vi reentrant? Will it help?

thanks in advance
Pawel
0 Kudos
Message 1 of 3
(2,580 Views)
Hi Pawel,

Check out the link below. Yes, I think making the vi re-entrant is the right direction..

Although the link below was for TestStand, it may shed a light to a solution..


http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=50650000000800000012BC0000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0
Message 2 of 3
(2,580 Views)
Hi

For a quick and dirty solution (and If you want to run only a few instances), making a copy of your exe might work.

PJM


  


vipm.io | jki.net

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