I wrote a script to basically, write numbers in sequential order to a text file. It's only doing, say, 50 a second. Can I make it go faster?

Code:
alias hunderedthousand {
  while (100000 > $lines(C:\IcyBot2\gazillion.txt)) { /write C:\IcyBot2\gazillion.txt $calc($lines(C:\IcyBot2\gazillion.txt) + 1) }
}


Also, is there a way to clock just exactly how many lines it's doing per second?

Last edited by Mpot; 22/03/08 04:41 AM.