![]() |
Executing a file in wine
Ok, first of all, I installed Tribes 1. I dunno why but I can get it to work. When I type wine C:\\Program Files\Starsiege Tribes\Tribes.exe it will tell me it cannot find C:\\Program. It's not detecting the space for some reason and I couldn't find any documentation on this.
Secondly, I would like to be able to play wavs outside of a media player seeing as this game uses them. How do I do that? |
You need to include a backslash before any spaces in the path/filename, or put the path in quotes:
Code:
wine C:\\Program\ Files\Starsiege\ Tribes\Tribes.exeI'm not sure what you mean by playing wavs outside of a media player (if it can play wavs, it's sort of by definition a media player), but perhaps what you want is a command-line tool to do it. If you have SoX installed, you can do this: Code:
play file.wav |
I used quotes but the prompt just goes blank. I dunno how to change to the directory to it because its in C:\\ which doesn't exist in linux.
Eh, I'm new to wine. Do I don't have a clue about it. |
Quote:
Code:
cd /mnt/windows/Program\ Files/Starsiege\ TribesCode:
wine /mnt/windows/Program\ Files/Starsiege\ Tribes/Tribes.exe |
| All times are GMT -5. The time now is 08:27 PM. |