I created a batch file using imagecfg.exe to force the t3.exe & tmain.exe to use only one core:
imagecfg.exe -u t3.exe
imagecfg.exe -u T3main.exe
imagecfg.exe -a 0x1 t3.exe
imagecfg.exe -a 0x1 T3main.exe
pause
However, only the t3.exe was successful......anyone know why?
imagecfg.exe -u t3.exe
imagecfg.exe -u T3main.exe
imagecfg.exe -a 0x1 t3.exe
imagecfg.exe -a 0x1 T3main.exe
pause
However, only the t3.exe was successful......anyone know why?