Hi all,
I have a text file test.txt.
I have two lines in the test file
c:\name.txt
\\11.23.1654
Can i write a script so that the code has to read the test file and assign the values in the test file to different variables
i.e the output should be
src=c:name.txt
src1=\\11.23.1654
How can i do this in vb script. Please help me as i am new to vb script
I have a text file test.txt.
I have two lines in the test file
c:\name.txt
\\11.23.1654
Can i write a script so that the code has to read the test file and assign the values in the test file to different variables
i.e the output should be
src=c:name.txt
src1=\\11.23.1654
How can i do this in vb script. Please help me as i am new to vb script