script to read a text file
Posted: 22 Jun 2008 18:47
Can you kindly help me to solve a problem to create a batch command/file that able to read two strings from a text file?
I have text file called input.txt contains
string1 string2
and I have execution file called update.exe
I would like to create a batch file/command that able to read the string from input.txt and executed using the the update.exe
eg. uppdate.exe string1 string2
it doesn't need to be a loop.
Much appreciated.
Ed.
I have text file called input.txt contains
string1 string2
and I have execution file called update.exe
I would like to create a batch file/command that able to read the string from input.txt and executed using the the update.exe
eg. uppdate.exe string1 string2
it doesn't need to be a loop.
Much appreciated.
Ed.