Quote:
Originally Posted by IronBits
What I was hoping for is to make it faster.
|

Just how slow is it?? I would've thought that the bottleneck would be the raw IO speed -- as in how fast you can read and write the files. Now matter how "slow" your computation logic is, it should be just a fraction of the total IO time.
Have you timed the screen output version (Wscript.echo) vs direct file output version (commented in the posted code)?