Batch file output

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #11009
    doug
    Moderator

    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


Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.