bbelcher Contributor

Joined: 30 Jul 2002 Posts: 172
|
Posted: Fri Apr 16, 2004 8:24 pm Post subject: VDS 5 RUN BUG |
|
|
The following code executed in VDS 5 will only set the priority to Normal. But the same code in VDS 4 works as designed. Could someone please verify this. This is a big issue to me if I have the VDS 5 run command right.
| Code: |
run cmd.exe /k,WAIT,HIGH
|
|
|