Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2001
    Location
    California
    Posts
    2,014

    Memories pressed between the pages of my mind

    Anyone know how to clear the memory on a computer? Not the clip board.

  2. #2
    Join Date
    May 2006
    Posts
    5,380
    try this

    Code:
    result = File.Run(_SystemFolder.."\\rundll32.exe", "advapi32.dll,ProcessIdleTasks", "", SW_SHOWNORMAL, false);
    EDIT, sorry, should have mentioned, i tested but its hard to tell if it worked as i got 3gb ram and any optmization dosent really do much
    Last edited by RizlaUK; 11-02-2008 at 09:00 AM.
    Open your eyes to Narcissism, Don't let her destroy your life!!

  3. #3
    Join Date
    Jun 2001
    Location
    California
    Posts
    2,014
    Quote Originally Posted by RizlaUK View Post
    try this

    Code:
    result = File.Run(_SystemFolder.."\\rundll32.exe", "advapi32.dll,ProcessIdleTasks", "", SW_SHOWNORMAL, false);
    You are the POOP RizlaUK!

  4. #4
    Join Date
    May 2006
    Posts
    5,380
    i take it, it worked ?

    if so i'll add it to my scriptlets

    Code:
    SystemEX={}
    
    function SystemEX.ProcessIdleTasks(bWaitForReturn)
    	return File.Run(_SystemFolder.."\\rundll32.exe", "advapi32.dll,ProcessIdleTasks", "", SW_SHOWNORMAL, bWaitForReturn);
    end
    Open your eyes to Narcissism, Don't let her destroy your life!!

  5. #5
    Join Date
    Jun 2007
    Location
    Delphi II
    Posts
    1,534
    Very pretty

  6. #6
    Join Date
    Jul 2006
    Location
    In a black hole
    Posts
    91
    Quote Originally Posted by RizlaUK View Post
    try this

    Code:
    result = File.Run(_SystemFolder.."\\rundll32.exe", "advapi32.dll,ProcessIdleTasks", "", SW_SHOWNORMAL, false);
    EDIT, sorry, should have mentioned, I tested but its hard to tell if it worked as i got 3gb ram and any optmization dosent really do much
    No offense, but doesn't that just force idle task to run? Things that would run when the computer is idle, like defrag,..scheduled events etc..?

    I have some solutions lost in a pile here, but none that I've found within AMS. I have a VBS file (3-4 lines) that will do it. If anyone is interested I can post them if you like. I just don't have them handy at this second.

  7. #7
    Join Date
    Jun 2001
    Location
    California
    Posts
    2,014
    I added a password protector to a project that Rizla had given to me some time ago and I just needed to clear the memory of any passwords that were used when opening it up. (.enc files).

Similar Threads

  1. HELP! still 16 pages, 167 kbs in images = 30 meg project?
    By publishers in forum Autorun MAX! 2.1 Discussion
    Replies: 5
    Last Post: 09-08-2006, 07:10 PM
  2. Copying an Object to Multiple Pages - HOW?
    By dsuden in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 06-05-2004, 04:01 PM
  3. Fade transition between pages...
    By zymad in forum AutoPlay Media Studio 5.0
    Replies: 9
    Last Post: 03-11-2004, 11:39 AM
  4. limit to number of pages?
    By yosik in forum AutoPlay Media Studio 4.0
    Replies: 0
    Last Post: 02-17-2003, 11:19 AM
  5. Changing items on >1 pages
    By feilong in forum AutoPlay Media Studio 4.0
    Replies: 2
    Last Post: 10-11-2002, 06:22 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts