Reply 100 of 101, by dr_st
- Rank
- l33t
DaveDDS wrote on Yesterday, 04:32:Launch a bunch of "busy" tasks - I use a simple BUSY loop in C: […]
Launch a bunch of "busy" tasks - I use a simple BUSY loop in C:
for(;;);which basically "loops at max speed forever"
I just write a batch file 1.bat with the single command @1 which runs itself forever. Don't use "call" otherwise it will blow the stack.
https://cloakedthargoid.wordpress.com/ - Random content on hardware, software, games and toys