Peter <pablos555@xxxxxxxxxxxxxx> wrote: > I have a problem passing multiple arguments to program running by wine. > Lets say I want to run foo.exe and pass 3 args: one two five. I found I > should use sth like > wine -- foo.exe one two five If the obvious 'wine foo.exe one two five' doesn't work, you'll need to use 'wine foo.exe -- foo.exe one two five' or 'wine foo.exe -- one two five'. One of these should do the trick. Daniel -- Read the Wine FAQ: http://winehq.org/site/docs/wine-faq/index Read the Wine User Guide: http://winehq.org/site/docs/wineusr-guide/index When you post: Which wine version? Self compiled or prepackaged? _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users