[Wine] Re: I'm new to linux and I need help
dimesio
wineforum-user at winehq.org
Fri Aug 20 20:31:12 CDT 2010
Mindrifter wrote:
> The example confuse me
The example:
Code:
cd '.wine/drive_c/Games/Tron'
"cd" is the command to change directory. '.wine/drive_c/Tron' is the directory to change to; substitute the actual path to your program for that part.
Code:
wine tron.exe
"wine" is the command used to run apps in Wine. "tron.exe" is the name of the executable; substitute the actual name of the exe you want to run for that part.
More information about the wine-users
mailing list