Weird thing is though that with the earlier tests I've sent it crashed even with 2 cores or one if it was the wrong one But atleast I found one that worked well enough
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuotewell i use win7 and that doesnt work for me,
What i am trying to do is make a program use both cores for smoother sailing
C:\Windows\System32\cmd.exe /C start /affinity 0 1 C:\Program Files\SpacialAudio\SAMBC\SAMBC.exe
(modified command line to set sam using the two cores)
C:\Program Files\SpacialAudio\SAMBC\SAMBC.exe
(is the original command line)
QuoteOrion, your command line should read:
C:\Windows\System32\cmd.exe /C start "" /affinity 3 "C:\Program Files\SpacialAudio\SAMBC\SAMBC.exe"
I've added the quotes for clarity. I'm not sure if it likes spaces in paths. I've added the first set of quotes because Start will annoyingly use the first set of quoted text as the title.
The affinity should be a single hexadecimal number, not a list of CPU numbers:
1 = use CPU 0
2 = use CPU 1
3 = use CPU 1 and 0
4 = use CPU 2
...
F = use CPU 3, 2, 1 and 0
Page created in 0.010 seconds with 12 queries.