Saved Bookmarks
| 1. |
Solve : String Manipulation? |
|
Answer» Can one split the contents of a text file into INDIVIDUAL words using any DOS command?Are you talking real DOS (what version) or some sort of Windows command prompt (what version)? They are not the same.I was refering to MS Windows 2000(version 5.00.2195)Quote Can one split the contents of a text file into individual words using any dos command? Not just any command but the FOR command can read a file and PARSE the data. Type for /? at the command prompt for more details. |
|