Ok I'm gonna make 2 exe's on the first one this is what its gonna do:

Code:
Private Sub Command1_Click()
Open "c:\a.dat" For Output As #1
Write #1, txtfn.Text, txtln.Text, txtcp.Text
Close #1
End Sub

then I got another EXE that tries to open C:\a.dat and put

the stuff I saved in three diffrent labels:

lblfn
lblln
lnlcp

can some one please tell me how to open it?
and put it in labels

thanks in advance