I am using Pegasus Mail 4.63 build 325, running on Windows 7 Professional, and am trying to make Pegasus Mail load with a High Priority and the affinity set to run on one core of my dual core processor. This can be set manually, but it has to set each time. Alternatively, it is possible to get Pegasus to load with these settings from the desktop icon by prefixing the Target code.
The old way I have been loading Pegasus has been using this target string:-
C:\newpegasus\winpm-32.exe -ID Fred
Here is an example with the priority set high and the affinity set to one core that works fine, without any optional command line instructions:-
C:\Windows\System32\cmd.exe /C START "Pegasus Mail Priority" /high /affinity 1 "C:\newpegasus\winpm-32.exe"
However, the following code with the command line option included produces an error message:--
C:\Windows\System32\cmd.exe /C START "Pegasus Mail Priority" /high /affinity 1 "C:\newpegasus\winpm-32.exe -ID Fred"
This is the message - "Windows cannot find 'C:\newpegasus\winpm-32.exe -ID Fred'. Make sure you typed the name correctly, and then try again"
Placing the string " -ID Fred" outside of the quotes does not work either...
Any ideas as how to pass the parameters, please?
Thanks
<p>I am using Pegasus Mail 4.63 build 325, running on Windows 7 Professional, and am trying to make Pegasus Mail load with a High Priority and the affinity set to run on one core of my dual core processor. This can be set manually, but it has to set each time. Alternatively, it is possible to get Pegasus to load with these settings from the desktop icon by prefixing the Target code.</p><p>The old way I have been loading Pegasus has been using this target string:-
</p><p>&nbsp;C:\newpegasus\winpm-32.exe -ID Fred
</p><p>&nbsp;</p><p>&nbsp;Here is an example with the priority set high and the affinity set to one core that works fine, without any optional command line instructions:-</p><p>&nbsp;C:\Windows\System32\cmd.exe /C START "Pegasus Mail Priority" /high /affinity 1 "C:\newpegasus\winpm-32.exe"</p><p>&nbsp;</p><p>However, the following code with the command line option included produces an error message:--
</p><p>&nbsp;C:\Windows\System32\cmd.exe /C START "Pegasus Mail Priority" /high /affinity 1 "C:\newpegasus\winpm-32.exe -ID Fred"</p><p>&nbsp;This is the message - "Windows cannot find 'C:\newpegasus\winpm-32.exe -ID Fred'. Make sure you typed the name correctly, and then try again"
</p><p>&nbsp;Placing the string " -ID Fred" outside of the quotes does not work either...</p><p>&nbsp;Any&nbsp; ideas as how to pass the parameters, please?</p><p>&nbsp;</p><p>Thanks
</p><p>&nbsp;</p>