PDA

View Full Version : ny1 to write me a short script ? SuperFetch for winXP



Ancient1
01-30-2007, 07:41 AM
I don't know how to code vb scripts,. and forgot batching.
This one is pretty simple, few IFs .. but it must be a TSR : continous low priority process.

The idea is to load apps to windows ram cache to utilize all of the RAM for quicker resonse.
i.e load and immediatly unload apps I CHOOSE in Low Poriority process.

Read shortcuts from txt file. Its not obvious what memory size each apps requires, but if this data is easily available than a simple ordering by size would help in utilizing the ram i.e if 50Mb are free , makes sense to load an app that requires <50Mb , so it won't eject something from the cache.

There should be some test of available free memory, so that the script would know when to NOT/STOP work. i.e when RAM usage is best.