Hi. How do I run an executable from a share? For example, the file is located at \\server\share\file.exe
I tried wshShell.Run "cmd /c dir \\server\share\file.exe", but that doesn't seem to work.
If there are two ways of accomplishing this, that would help. Thanks.