computing
  • 0

How To Log VBScript Runtime Errors

  • 0

how can i log the windows script host error messages in my code when i detects a error

Share

3 Answers

  1. That might be difficult to answer without knowing how you’re invoking the scripts, but I assume you want something like this:

    cscript [your script] 2>>error.log

    • 0
  2. That might be difficult to answer without knowing how you’re invoking the scripts, but I assume you want something like this:

    cscript [your script] 2>>error.log

    • 0