Windows Equivalent of 'nice'.
START ["title"] [/Dpath] [/I] [/MIN] [/MAX] [/SEPARATE | /SHARED]
[/LOW | /NORMAL | /HIGH | /REALTIME | /ABOVENORMAL | /BELOWNORMAL]
[/WAIT] [/B] [command/program] [parameters]
Tags: unix windows process-management
Source: By Ryan Fox as answer to the question
This code snippet was collected from stackoverflow, and is licensed under CC BY-SA 2.5
Related code-snippets:
- How can I get the value of in a loop?
- Is gettimeofday() guaranteed to be of microsecond resolution?
- Embedding Windows Media Player for all browsers. Will help in making it portable.
- Register Windows program with mailto protocol programmatically.
- How do I see preview JPEG file of PDF on Windows?
- What are the best ways to access Exchange using PHP?
- Visual Studio Setup Project - Per User Registry Settings.
- How do I get root permission for my file inside vi?
- What is the best file copy alternative than the Windows defaults?
- How can I retrieve a windows filename?
- How do I install Debian in Windows?
- Can I use Xming X Window Server over a VPN?
- How do you create your own moniker (URL Protocol) on Windows systems?
- How can I kill Linux processes older than a certain age?
- Date arithmetic in Unix shell scripts.