you realize that Space(x) just returns a string x number of spaces long, right? so, basically this script will create a 20MB file in memory and then exit, hence freeing up that memory. what's the point?
the point, son, is that it creates a contiguous block of memory of that size. in effect, it defragments RAM.
you know, there used to be a program to do that. except, i figured out that it was just sending what was in RAM to the hard drive, and then sending it back. so, I guess it was doing SOMETHING, just not anything especially useful
well, this is a do-it-yourself-er