View Single Post
  #4  
Old February 14th, 2005, 12:33 PM
Verjigorm's Avatar

Verjigorm Verjigorm is offline
Second Lieutenant
 
Join Date: Dec 2004
Location: BF Illinois
Posts: 445
Thanks: 13
Thanked 27 Times in 21 Posts
Verjigorm is on a distinguished road
Default Re: Semi OT: Dominions II process in Windows

I think what you're asking is about setting a "Task Priority" on execution. You will need to use the "start" command to execute dom2.

Start has a sophisticated set of options so I suggest you view it's help documentation by typing "start /?" at a command prompt. Here is an example of its use:

START "Dom2" /LOW /Dc:\Progra~1\dominions2 dom2.exe -w

Note that I have had to use tilde (~) notation to abbreviate the program directory--START does not like spaces. "Dom2" is the window name. LOW is, of course, the task priority.

-----------
Update:

You don't have to actually type this command in every time, just determine the command you want to run (or use the example) and Paste it into the "Target" entry in your dominions 2 shortcut.
__________________
"Let your plans be dark and as impenetratable as night, and when you move, fall like a thunderbolt." -- Sun Tzu
Reply With Quote