Free Ram ~ VBScript

lair360

New Member
Messages
200
Reaction score
0
Points
0
Version: 23.2
Revision: 32 Build 46

Free Ram ~ VBScript

Introduction: this is a little script for you to free up some memory.
But, you have to know a little about your memory capacity and never do it over its limits!

1.] Download notepad++ from the original author or from a mirror and install the software.
-------------------------------
http://sourceforge.net/projects/notepad-plus/
http://filehippo.com/download_notepad/
-------------------------------

2.] Copy this code into your notepad…

Notes: to change the amount, you'll need to remove one of the comma before "FreeMem".
After that you'll need to mark the other one...

---Copy Source Code---

Code:
'Author: Lair360
'Version: 6.3
'Revision: 13 Build 23
'---------------------------------------
'FreeMem=Space(256000000) ' ~256 mb
'FreeMem=Space(128000000) ' ~128 mb
'FreeMem=Space(72000000) ' ~72 mb
'FreeMem=Space(64000000) ' ~64 mb
'FreeMem=Space(32000000) ' ~32 mb
'FreeMem=Space(24000000) ' ~24 mb
'---------------------------------------
' Warning: don't select the memory
' that is larger than your memory capacity!

---End Source Code---
Copyright 2001-2008 Lair360

Tips: put this script on your desktop for faster access!

http://lair360.co.uk
 
Last edited:
Top