Re: How to pass flags (arguments) to an application

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

 



Marcelo Arroyo wrote:
> When I run "wine wrun32.exe myprogram" it works ok.
> When I run "wine wrun32.exe -C config.cfg myprogram" wine says
> myprogram doesn't exist.

You sure that's Wine what tells you "myprogram doesn't exist"? Not the "wrun32.exe"?

Remember, if you specifying paths for windows programs, those paths have to be windows paths not UNIX. Ex:

Code:
# wrong
wine wrun32.exe -C config.cfg /home/user/myprogram.exe
# correct
wine wrun32.exe -C config.cfg 'z:\home\user\myprogram.exe'









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

  Powered by Linux