I was using this:
Createobject("wscript.shell").run FileNm
but when FileNm = "//server/folder/file.txt" this fails with "The system cannot find the file specified"
If I manually browse and double click the file it opens in Notepad correctly. So I cannot use UNC with the .run?
Anyone else notice this?
Createobject("wscript.shell").run FileNm
but when FileNm = "//server/folder/file.txt" this fails with "The system cannot find the file specified"
If I manually browse and double click the file it opens in Notepad correctly. So I cannot use UNC with the .run?
Anyone else notice this?