Hi Mike, Mike Burgener wrote: > echo yes | > \\server\wpkgsoftware\arm\rvds\Utilities\Installer\2.1\1047\win_32-penti > um\wh.exe install -p RVDS --source %SOFTWARE%\arm\rvds\ --target > "%programfiles%\ARM" --env SYSTEM > regedit /s > \\server\pcsoft\install\pkgs\packages\registry\license_server_rvds.reg > xcopy /E /Y "\\server\pcsoft\install\ARM_RVDS_301\MWPerlWin" > "%programfiles%\ARM\IDEs\CodeWarrior\CodeWarrior\5.7.0.1899\13\win_32-pe > ntium\bin\Plugins" > xcopy /E /Y "\\server\wpkgsoftware\arm\rvds\patches" > "%programfiles%\ARM\RVCT\Programs\3.0\586\win_32-pentium" > > However, this seems not to work > > Installer waits for "echo yes |" input > > Kind regards and greets First of all .bat extension is not used since long time. You should switch to .cmd extension. As I don't know the wh.exe tool and if it correctly works when echoing "yes" to it I don't know if it is really hanging at this specific line. However you can easily run your cmd script now manually (without WPKG). Make sure it runs unattended before continuing to run it via WPKG. When it works you might try again using WPKG. br, Rainer |