i try to launch a BAT file on a network share but i get this error:
\'\\\\dev\\applets\' CMD.EXE was started with the above path as the current directory. UN
I had the same problem.. while the script runs just fine, the CMD.EXE header was annoying.
To supress that text, I simply call a CLS as a first line of my script.
This will remove that nasty CMD.EXE header and display whatever you want afterwards.
Hope this helps.