from a macro I want to execute an external program, stored on the server with the shell() command. But I have to use the UNC notation (\\server\path\program.exe). When I run the macro, I always get the failure: "File could not be found!". Does anybody knows, if it is possible to use UNC notation with the shell() command, and whats the correct syntax? I tryed also the Url notation - without success too...

With the oShell.execute("\\server\path\program") command it works properly, but I need the functionality to wait until the called programm returns...
I want your kindly helps.
Thanks a lot
stoni