I was running and testing a vbscript which went into a long loop . I killed the wscript to exit out of loop. When I tried to re-run the script it stopped running. I noticed
that the wscript appears in the task manager for 2 seconds and then it goes away. Now it happens for any script(which were working before without any issues) that I
run from my machine. There are absolutely no error messages displayed.
I tried to add On Error Resume next option, but still do not get any error messages. Checked the windows event logs. There are no logs there. I am new to scripting and I am not sure if there are any other logs for vbscript. Any idea what might be causing this ?
that the wscript appears in the task manager for 2 seconds and then it goes away. Now it happens for any script(which were working before without any issues) that I
run from my machine. There are absolutely no error messages displayed.
I tried to add On Error Resume next option, but still do not get any error messages. Checked the windows event logs. There are no logs there. I am new to scripting and I am not sure if there are any other logs for vbscript. Any idea what might be causing this ?