Mike Burgener schrieb:
> Hi guys
> 
> Thanks for all the help already.
> 
> This special install command does not succeed.
> 
> Any suggestions?
> 
> <install cmd="&quot; echo yes | \\server\installer.bat&quot;" />

As some "DOS" commands are not executables, you have to start them with 
cmd.exe interpreter:

cmd /C echo yes | \\server\installer.bat

Also, for simplicity, you could place all that in one script (your 
installer.bat).


-- 
Tomasz Chmielewski
http://wpkg.org
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to