On Thu, May 7, 2009 at 1:31 PM, Kaboo <wineforum-user@xxxxxxxxxx> wrote: > > austin987 wrote: >> On Thu, May 7, 2009 at 1:15 PM, Kaboo <wineforum-user@xxxxxxxxxx> wrote: >> >> > Hello, to open a file with terminal, using wine, the command is: >> > wine filename, right? >> > >> >> Close: >> $ wine program.exe filename >> >> >> > How do i open a file that is inside folders? >> > >> >> $ wine program.exe folder/filename >> >> Same as you would on windows... >> >> -- >> -Austin > > Thanks for the help! > But... if the file program.exe is on /var/foldername, i will do: > > $ wine programname.exe var/foldername > or > $ wine program.exe var/foldername/program.exe? No, do: $ cd /var/foldername $ wine program.exe filename -Austin