========================================================================
       CONSOLE APPLICATION : StartIsolated
========================================================================


This is a very simple program only for two-processor (or more? :-)
workstations. It allows to start process isolated on one CPU.
Using :
	StartIsolated 0|1 prg
where parameters are:
	first - selected CPU (0 or 1)
	second - path and parameters for process to start.
Example:
	StartIsolated 1 c:\Program Files\Games\dflw\dflw.exe

How it works?
StartIsolated will take all current running processes and change his
affinity to exclude choosen CPU. Before this will store original affinity.
And then a new process will be started with affinity set to selected CPU.
StartIsolated will wait for the end of this process. 
Finally it will restore all original affinity.

Sometime is useful to reserve whole CPU to the one process
(by an example for games, etc ).

It is very simple and does not contain any original ideas :-)
Feel free to use this prg and make your own modifications.

Michal Pekar
pekar@mistral.cz
/////////////////////////////////////////////////////////////////////////////
