LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

copy and transfer a text file

hi need help

let say the 1st time it open it should b in default folder

later the user choose the path and close it

the next time the user run it , it should b show the path the user choosen

not the default path

hoe to do this........

0 Kudos
Message 11 of 19
(1,125 Views)

Hi jeyanthi,

here is an example for you.
Hope it helps.

Mike

0 Kudos
Message 12 of 19
(1,105 Views)
i attach the vi with tis i dono how to run as default as 1st load and stored the values 2nd time run
Download All
0 Kudos
Message 13 of 19
(1,103 Views)
i try to write it to text file but i dont want to save in the text file..
0 Kudos
Message 14 of 19
(1,102 Views)
Hi jeyanthi,
use your while loop with shift registers to store values. Why do you connect a timeout, if you don´t have any code in the timeout case?
How shall your program run? You can use more events.
Can you explain what you try to to?
Mike


Message Edited by MikeS81 on 05-28-2008 08:49 AM
0 Kudos
Message 15 of 19
(1,096 Views)

im sry ... i also confused edy

this method my senior teached me b4

actually i have to read the text file frm default folder and pass to the dest select by user..

wen the second time the user open .exe the choose the text file is must b the one the user choose before and so do the destination path.

plz help

thk u



Message Edited by jeyanthi on 05-28-2008 02:14 AM
0 Kudos
Message 16 of 19
(1,091 Views)

Hi jeyanthi,

in this case you can read the ini file, which exists beside the executable. At the first time you write your default path in. If your program run you can first read the pathes, then copy your file, and after that update the pathes in the ini file.

Mike

0 Kudos
Message 17 of 19
(1,081 Views)
hi Mike sry i cant get it..
pls explain me how can i do tht
0 Kudos
Message 18 of 19
(1,079 Views)

Hi jeyanthi,

here is a start how you can do it. You have to insert the read and write function.
Hope it helps.

Mike

0 Kudos
Message 19 of 19
(1,056 Views)