View Single Post
  #9  
Old 11-08-2011, 02:15 AM
Veluux Veluux is offline
Large Bat


Join Date: Nov 2011
Posts: 12
Default

Its giving me the same error when my script is:

Code:
 #!/bin/bash
cd "/home/alex/.wine/drive_c/Program Files/Sony/Everquest"
wine eqgame.exe patchme
Do I need to be linking it directly to the eqgame,exe file like this?:


Code:
#!/bin/bash
cd "/home/alex/.wine/drive_c/Program Files/Sony/Everquest eqgame.exe"
wine eqgame.exe patchme
Reply With Quote