On 5/4/09, <b class="gmail_sendername">Vladimir Psenicka</b> <<a href="mailto:vladimir.psenicka@prodeco.cz">vladimir.psenicka@prodeco.cz</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br> Why is wpkg interpreting "\r" in vaule of rebootcmd?<br> </blockquote></div><br>\r is the escape character for carriage return, which is why the "eboot.bat" part is on the next line. As previously noted, you have to escape the backslash so that "\r" is not interpreted: <br>
<br><param name='rebootCmd' value='tools\\reboot.bat' /><br>