austin987 wrote: > 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 program.exe var/foldername > > or > > $ wine program.exe var/foldername/program.exe? > > > > No, do: > $ cd /var/foldername > $ wine program.exe filename > -Austin $ wine program.exe filename What's the filename? Sorry, i'm a damn newba, when talking about terminal [Laughing] . However, how do i close the file, after i opened it? And, can i open .bat files with Wine, eh? Thanks. Bye!