[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: reclaiming memory



PureBytes Links

Trading Reference Links

Since we are talking about memory reclamation, here's a little memory trick,
works in win98, not on win95 and I don't know about NT.

Open notepad,

Paste in this line:

Mystring = Space(16000000)

Save as whatever you want, with the extension  .vbs

On my system it is memory.vbs

Put it in your C drive.

The path on my system is C:\memory.vbs

Make a shortcut on your desktop or taskbar.

Whenever you want to clear your memory, double click on the shortcut.

Since people are afraid of vbs attachments, ( or you should be ) I have not
attached the file.


David