[Wine] How to open apps...

Austin English austinenglish at gmail.com
Thu May 7 13:49:37 CDT 2009


On Thu, May 7, 2009 at 1:46 PM, Kaboo <wineforum-user at winehq.org> wrote:
>
> austin987 wrote:
>> On Thu, May 7, 2009 at 1:31 PM, Kaboo <wineforum-user at winehq.org> wrote:
>>
>> >
>> > austin987 wrote:
>> >
>> > > On Thu, May 7, 2009 at 1:15 PM, Kaboo <wineforum-user at winehq.org> 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?

You said you wanted to open a file...if you just want to run a
program, it's 'wine program.exe'

> Sorry, i'm a damn newba, when talking about terminal  [Laughing] .
> However, how do i close the file, after i opened it?

Just as you would in windows. Close the program.

> And, can i open .bat files with Wine, eh?

'wine cmd.exe' should support them. Complex .bat scripts may not work
as intended.

-- 
-Austin



More information about the wine-users mailing list