Batch file output BatchPatch Forums Home › Forums › BatchPatch Support Forum › Batch file output This topic has 1 reply, 2 voices, and was last updated 8 years, 1 month ago by doug. Viewing 1 post (of 1 total) Author Posts March 8, 2017 at 6:39 pm #11009 dougModerator Unfortunately this feature will not work with all scripts in all cases and will sometimes cause a deployment to fail/error. A couple of alternatives: You could use a vbscript file (filename.vbs) with content: wscript.echo “hello” You could us a powershell file (filename.ps1) with content: write-host hello Author Posts Viewing 1 post (of 1 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In