[wpkg-users] Special install command not working

Tomasz Chmielewski mangoo at wpkg.org
Thu Feb 5 10:41:30 CET 2009


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

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



More information about the wpkg-users mailing list