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

Re: vbs question by nuytkens

nuytkens
Fri Jun 27 06:56:48 CDT 2008

On 27 jun, 04:08, rva...@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