CPU 100% Wait for application exit

Discuss RoboTask here
Post Reply
confucion
Posts: 6
Joined: Sat Sep 16, 2006 8:42 pm

CPU 100% Wait for application exit

Post 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?
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

CPU 100% Wait for application exit

Post 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
confucion
Posts: 6
Joined: Sat Sep 16, 2006 8:42 pm

CPU 100% Wait for application exit

Post by confucion »

I tested your sample script also, you're right, it is the work of my application, not robotask itself.
Post Reply