I am working on getting this batch command to call a .vbs script on our local share folder. There are no restriction to this folder for anyone. when running the script I get this error:
Windows Script Host
Can not find script file "\bh-miworks-srv2\PrintDrivers\Printers\Benton Harbor\BH Dockside.vbs".
the code is: wscript "\\bh-miworks-srv2\PrintDrivers\Printers\Benton Harbor\BH Dockside.vbs"
To me it doesn't get any simpler that that. I figure its something simple I am missing but I just don't see it. If anyone has run into this issue before and knows how to fix it,any direction would be appreciated.
Any Ideas? Thanks.
dircommand instead ofwscript?