15,000 words and no time

Status
Not open for further replies.

WHWebSolutions

In Runtime
Messages
128
I have more then 15,000 words that are one on top of each other in a .txt file. Do you know a way to make them side by side without doing it manully? I herd it might be able to be done by batch script. If there is a way please let me know how to do it.

Thanks a bunch,
William
 
Something like this Java app I wrote:

http://tj.umcus.org/WordArranger.jar

Should do what you want. To use, put it in the same directory as the text file, and just do in DOS prompt:

java -jar WordArranger.jar fileToRearrange

Where fileToRearrange is your file.

This assumes you have Java installed.

The program should create a new file called New fileToRearrange and all the words should be next to each other seperated by spaces.
 
Status
Not open for further replies.
Back
Top Bottom