On 5/4/09, Vladimir Psenicka <vladimir.psenicka at prodeco.cz> wrote: > > > Why is wpkg interpreting "\r" in vaule of rebootcmd? > \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: <param name='rebootCmd' value='tools\\reboot.bat' /> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20090504/9d49b807/attachment.html> |