Originally posted by: bsobel
I'm presuming 2000k or above. You an change your shortcut to run 'start /abovenormal' or 'start /high' and then the original application. For example 'start /high notepad.exe'.
Bill
Originally posted by: Jeff7181
Originally posted by: bsobel
I'm presuming 2000k or above. You an change your shortcut to run 'start /abovenormal' or 'start /high' and then the original application. For example 'start /high notepad.exe'.
Bill
So you have to change the shortcut and the app, or just the shortcut if you only want it to do that when you use that shortcut?
Originally posted by: Jeff7181
I must have the syntax wrong or something... here's what I have that's not working...
"F:\Program Files\Microsoft Games\Halo\halo.exe" -vidmode 1024, 768, 85 /high
Originally posted by: bsobel
Originally posted by: Jeff7181
I must have the syntax wrong or something... here's what I have that's not working...
"F:\Program Files\Microsoft Games\Halo\halo.exe" -vidmode 1024, 768, 85 /high
Start.exe is a program, so your line should look something like:
start / high "F:\Program Files\Microsoft Games\Halo\halo.exe" -vidmode 1024, 768, 85
Bill
Originally posted by: Jeff7181
Originally posted by: bsobel
Originally posted by: Jeff7181
I must have the syntax wrong or something... here's what I have that's not working...
"F:\Program Files\Microsoft Games\Halo\halo.exe" -vidmode 1024, 768, 85 /high
Start.exe is a program, so your line should look something like:
start / high "F:\Program Files\Microsoft Games\Halo\halo.exe" -vidmode 1024, 768, 85
Bill
Doesn't work, says "The name 'start' typed in the target box is not valid."