Page 1 of 1
CPU 100% Wait for application exit
Posted: Thu Sep 21, 2006 8:23 am
by confucion
When I run a MS-DOS batch file in console mode and wait for the app to
exit, Robotasks overloads the CPU to 100%. Is this normal?
CPU 100% Wait for application exit
Posted: Thu Sep 21, 2006 10:58 am
by Oleg
Are you sure that RoboTask overloads your processor? Maybe, it is work of your application.
Can I see this .bat file?
BTW: I've just tested with such batch file
echo Hello world!
pause
RoboTask doesn't load processor at all
CPU 100% Wait for application exit
Posted: Sat Sep 23, 2006 8:09 pm
by confucion
I tested your sample script also, you're right, it is the work of my application, not robotask itself.