Quote:
Originally Posted by yizuman
I'm looking for a launcher client to start my EQ Underfoot client complete with a command line like "patchme" and all the good stuff.
Is there something like that available?
Yiz
|
Just reread this. I noticed it was for Ubuntu. You can always make a launcher shortcut to "wine eqgame.exe patchme" with the current working directory as the wine one. I'm not sure if that works in 11.04 but it used to. Alternatively make a shortcut to a shell script that does the same thing and make a shortcut to that..
Quote:
cd ~/EverQuestHoT/
wine eqgame.exe patchme
|