software to shuffler lines in a notepad randomly

devilived

Junior Member
Joined
Jul 13, 2009
Messages
123
Reaction score
59
anyone knows such a software that can shuffle all the lines in a notepad randomly ? I really need this one to use for one of my imacro bots..

thanx:)
 
Insert notepad text into a column in Excel...

Then in the next column generate random numbers rnd() or something.

Then sort that column by number size and it'll rejumble the first column.

Sorry not very detailed but thats how ive done it in the past
 
Well since you need something IMacro's can use - you could easily cut & paste into here, shuffle, then copy+paste back to where you need it

it's not a pro tool or anything - just some guys web page - but I use it regularly and it works nicely.

hxxp://jonaquino.textdriven.com/line_shuffler/


anyone knows such a software that can shuffle all the lines in a notepad randomly ? I really need this one to use for one of my imacro bots..

thanx:)
 
@Kimkills : Thanx but i could not get it to work. :)

@allarcade: Thanx , did the job :)
 
Back
Top