Batch File
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I need a bit of help writing a batch file. In the line below where I have %1 instead of reading only one word I need to to read an entire string. So to do this I persume that I'll have to read the string from a file. So my question is how do I tell it to read from the file. Lets say the line I need to read is in c:\line.txt echo %1 | C:\myexecutable --sendsms %2 Thanks. Aoife