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 ------------------------------------------------------------------------- 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