Hi,
I am calling the bat file from Autosys, the bat file will call the vb script file.
and that vb script file will call other bat file.
when i am calling the bat file from autosys, the bat file is calling the vb script file, but the vb script file is not calling the other bat file.
In VB Script file, i am using "runas" to change the user and i have provided the credentials in the vb script itself.
after runas, it calls the other bat file, but it is not calling.
what might be the reason?