Re: How do I launch a dos/windows program through wine

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Alan,
I think you need to call the .exe file from a shell script which goes in
your bin directory - the script should be of the form:

#!/bin/bash
. findwine
$WINE "c:\\some_directory\\another_directory\\program_name.exe" $@
&>/dev/null &

You can then run the script from the command line (or Nautilus) - hope
that helps.

Andy

On Thu, 2005-03-17 at 13:45, Alan TJ Dripps wrote:
> Dear all,
> 
> I have installed wine on my linux distribution, and have looked through
> all the documentation supplied and online and still haven't been able to
> run a dos/windows application through wine.  I am trying to launch a
> dos/windows '.exe' file in linux through wine.
> 
> Alan Dripps.

_______________________________________________
wine-users mailing list
wine-users@xxxxxxxxxx
http://www.winehq.org/mailman/listinfo/wine-users

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux