ok4now
Jun 18, 2003
This is only for Win2K or WinXP. I don't know whether it works for WinMe or before... found the correct script. it's: Mystring = Space(20000000) you can create this in Notepad. Just save the ...
iwz
Jun 18, 2003
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 p...
well, this is a do-it-yourself-er