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 |