|
Answer» Hello,
I would like to know how to set a limit on how much the CPU is used my my batch, what should I write INSIDE my batch ,what command ?
THANK You
AlmnI'm not of aware of any command that does this, but you could try start /separate yourbat.bat. This will start your executable in a 16-bit address space. I'm thinking you cannot address as much MEMORY with 16 BITS as with 32 bits.
Worth a try anyway. 8-)Quote Hello,
I would like to know how to set a limit on how much the CPU is used my my batch, what should I write inside my batch ,what command ?
Thank You
Almn or you can use start /lowOk, Thanks
Almn
|