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.