Hi,
If you are trying to run a scheduled task in Plesk (Windows) that launches a .vbs file then you need to do the following:
In Path to executable file you need to enter the path to csripts.exe, for example:
c:\windows\system32\cscript.exe
Then in Arguments you need to enter the full path to the .vbs file
c:\interpub\vhost\…\…\myscript.vbs
And that is all you need to do to launch a .vbs file in Plesk task scheduler
If you are trying to run a scheduled task in Plesk (Windows) that launches a .vbs file then you need to do the following:
In Path to executable file you need to enter the path to csripts.exe, for example:
c:\windows\system32\cscript.exe
Then in Arguments you need to enter the full path to the .vbs file
c:\interpub\vhost\…\…\myscript.vbs
And that is all you need to do to launch a .vbs file in Plesk task scheduler
Comment