On Tuesday 06 July 2004 01:13 am, Ronald J. Hall wrote: > Okay, so I want to give a game on my sons comp *top* priorty when running. > (I'm still trying to get better performance out of 10.0 here). > > How can I make a game like Starcraft, via winex3 or cedega run with a -20? > It would be nice if it could be configured so the actual command doesn't > have to be typed in every time, but that the system always knows to run > this game or app this way. > Not sure if you have to give wine a priority as well, but you could just make a bash wrapper script to start it off. Name it something like starcraft.sh
#!/bin/bash #Startup script for Starcraft winex starcraft blah blah blah exit then chmod +x starcraft.sh and place it in your path, then all you have to do is type starcraft.sh to start it up. -- /g
____________________________________________________ Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com Join the Club : http://www.mandrakeclub.com ____________________________________________________
