devilived Junior Member Joined Jul 13, 2009 Messages 123 Reaction score 59 Jan 28, 2010 #1 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
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
kimkils Power Member Joined Jan 10, 2009 Messages 667 Reaction score 231 Jan 28, 2010 #2 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
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
allarcade BANNED Joined Dec 9, 2007 Messages 72 Reaction score 34 Jan 28, 2010 #3 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/ devilived said: 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 Click to expand...
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/ devilived said: 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 Click to expand...
devilived Junior Member Joined Jul 13, 2009 Messages 123 Reaction score 59 Jan 29, 2010 Thread Starter Thread Starter #4 @Kimkills : Thanx but i could not get it to work. @allarcade: Thanx , did the job