I have a batch-file located on a network-share \\mydirector\somefoldername\otherfolder\mybatch.bat
.
I am looking for AutoIt to run this batch-file.
The following code does not work:
Run ('\\mydirector\somefoldername\otherfolder\mybatch.bat')
How to run a batch-file from a network-share?