V
Vic Walker
I have some large files I need to distribute over our LAN
to multiple users. I am trying to write a batch file I
could distribute to the users to automatically download
and install these files. However, if very many users run
the batch file at once, the LAN's bandwidth will be
overloaded.
If I were working in Unix, I could use the 'nice' command
to set the copying process to a low priority, which would
reduce the load on the LAN.
In Windows, I could run the batch file, then run the Task
Manager, right click the batch process to Go to the
Process, right click the CMD.EXE process to Set Priority,
and set the priority to BelowNormal or Low.
Is there a way to set (or reset) the priority in Windows
from a batch file, so I don't have to go through all that
right clicking?
Thanks very much for your help.
Vic Walker
to multiple users. I am trying to write a batch file I
could distribute to the users to automatically download
and install these files. However, if very many users run
the batch file at once, the LAN's bandwidth will be
overloaded.
If I were working in Unix, I could use the 'nice' command
to set the copying process to a low priority, which would
reduce the load on the LAN.
In Windows, I could run the batch file, then run the Task
Manager, right click the batch process to Go to the
Process, right click the CMD.EXE process to Set Priority,
and set the priority to BelowNormal or Low.
Is there a way to set (or reset) the priority in Windows
from a batch file, so I don't have to go through all that
right clicking?
Thanks very much for your help.
Vic Walker