View Single Post
  #1 (permalink)  
Old November 24th, 2007, 11:08 PM
asgarcymed asgarcymed is offline
Registered User
 
Join Date: Nov 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Alternative to FreeMem using Object Model and VBSc

I know that VBScripts allows to make:

{
FreeMem=Space(256000000)
}

This will free 256 MB of RAM... How can I do this from inside a VBS script, using Object Model + WMI? Could you please an VBS sample?


Thanks in advance.

Regards.
Reply With Quote