From: rvaede on
I have a VBS script that is scheduled to run through windows
scheduler. (Automation).

I am looking for a command to place it in the script to generate
verbose/debugging mode to see exactly the flow of the script.

thanks
From: nuytkens.stanny on
On 27 jun, 04:08, rva...(a)gmail.com wrote:
> I have a VBS script that is scheduled to run through windows
> scheduler. (Automation).
>
> I am looking for a command to place it in the script to generate
> verbose/debugging mode to see exactly the flow of the script.
>
> thanks

Hey,

Try VBSedit, it has a built-in runtime debugger!

Greetings