Batch format

sabio

New Member
when i have a text that have format like this:

this
is
a
text

how can i format it like this:

this is a text

???

thx for all help
 

sabio

New Member
yes, I allready have a textdocument, that is formated like this

this
is
a
text

and I want to format this text with a batch script to this:

this is a text
 

BluePlum

banned
I speak this guys language. Basicly hes making a .bat file and he has txt like this in his .txt file.

i
am
iron
man

And Probly in the CMD he wants the txt to be displayed like:

I am Iron man. doodo doodo doodo doo doo doooooo ( i added doos lol )
 

TrainTrackHack

VIP Member
What would you need it for anyway? I guess you could get a free C/C++/someotherprogramminglanguage compiler and write a command-line application to do the job. Or you can just get the compiler, and someone here will be so nice as to post the code for you, so that you only need to compile it. I don't think there's a way to do it only using ms-dos batches though...I used to be bit of an ms-dos nerd, maybe I can just dig up something outta my brain.
 
Top