Page 1 of 1

Pause or Resume Optimizaton Process Run any time

Posted: 25 Sep 2014
by faraz
Hi,

While Running Optimization some time would require to Pause/Suspend the process for a while in case of electricity issues or low UPS power or if don't want to run on laptop battery or to do some other important task etc....... Choose below solution which suites best for your needs to Pause/Suspend and Later Resume from that point;

a) Command line solution (windows xp and higher);
download PsSupsend.exe from http://technet.microsoft.com/en-us/sysi ... 97540.aspx

then make a SuspendMulticharts.bat batch file with this line

Code: Select all

pssupend multicharts.exe

to resume make ResumeMulticharts.bat batch file with this line

Code: Select all

pssupend -r multicharts.exe

b) Or you can use this free Process Freezer software
http://www.polaris-software.com/
or there many other software as well which can do this.

c) Start RESOURCE MONITOR, (don't get confuse here, not not Task Manager) in the Process list right click on Multicharts and click "Suspend process" or "Resume process". (windows 7 and higher)


Thanks