<br><br>I wrote a small C program that lists the command line arguments given to it, and it showed that the arguments *were* being supplied to my porgram. So the syntax I had been trying, and the one you gave me, are probally all correct.&nbsp; My problem is within my program, so I am looking in to that some more.&nbsp; Thanks for the help, glad to see I was on the right track with the syntax.
<br><br><br><br><div><span class="gmail_quote">On 7/13/06, <b class="gmail_sendername">Daniel Skorka</b> &lt;<a href="mailto:skorka@gmx.net">skorka@gmx.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Xn Nooby &lt;<a href="mailto:xnooby@gmail.com">xnooby@gmail.com</a>&gt; wrote:<br>&gt;&nbsp;&nbsp; wine myapp.exe /SLEEP:10<br><br>This should work. Maybe try<br>$ wine myapp.exe &quot;/SLEEP:10&quot;<br>to avoid trouble with the shell.
<br><br>Daniel<br>_______________________________________________<br>wine-users mailing list<br><a href="mailto:wine-users@winehq.org">wine-users@winehq.org</a><br><a href="http://www.winehq.org/mailman/listinfo/wine-users">
http://www.winehq.org/mailman/listinfo/wine-users</a><br></blockquote></div><br>