How Can I Dump a Text File to a String?

Score
0
Vote Up
January 29, 2012 at 18:05:59 Pacific
Specs: MS-DOS 7.10, Pentium 4 / 1GB

I want to read each line from a text file and put them into a string delineated by spaces. I need to use this on a boot floppy running MS-DOS 7.10. MYSTRNGS.TXT looks like this:

string1
string2
string3
.
.
.
stringN

I want to create a new string that looks like this:

string1 string2 string3 ... stringN

Thanks in advance for any help on this.


Reply ↓  Report •

Reply to Message Icon Start New Discussion
Related Posts

« batch question Logon script multiple use... »