Problem:
Using UNC path from the CMD did not work
Resolution:
Microsoft's command line is not able to handle UNC pathes, i.e. \\\\server\\resource\\program when called from a program.
The message occurs "\\\\server\\resource\\project\\program
CMD.EXE starts with this path.
UNC-Pathes are not supported.
Using the Standard Windows Path."
Solution is to map the remote drive by using 'net use'.