[Wine] How do I pass parameters to my program when using WINE?

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Thu Jul 13 17:18:54 CDT 2006


>>>>> "Xn" == Xn Nooby <xnooby at gmail.com> writes:

    Xn> I wrote a small C program that lists the command line arguments
    Xn> given to it, and it showed that the arguments *were* being supplied
    Xn> to my porgram. So the syntax I had been trying, and the one you gave
    Xn> me, are probally all correct.  My problem is within my program, so I
    Xn> am looking in to that some more.  Thanks for the help, glad to see I
    Xn> was on the right track with the syntax.

Try to understand how the command line handles the special characters and
learn how to escape them. E.g. to give a backslash "\" to the Windows
program, write "\\"

Bye
-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------



More information about the wine-users mailing list