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 . . . stringNI want to create a new string that looks like this:
string1 string2 string3 ... stringNThanks in advance for any help on this.
| « batch question | Logon script multiple use... » |