[Wine] How to open apps...

Austin English austinenglish at gmail.com
Thu May 7 13:36:16 CDT 2009


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 programname.exe var/foldername
> or
> $ wine program.exe var/foldername/program.exe?

No, do:
$ cd /var/foldername
$ wine program.exe filename
-Austin



More information about the wine-users mailing list