System.Diagnostics.Process p1
=
System.Diagnostics.Process.Start(execpath,
"
-blc '
"
+
gspath
+
"
'
"
);
p1.ProcessorAffinity = (IntPtr) 0x0007 ;
p1.WaitForExit( 10000 );
p1.ProcessorAffinity = (IntPtr) 0x0007 ;
p1.WaitForExit( 10000 );