Using files and directories with spaces in the name, with "SHELL" is a PITA.
Try changing from "Program Files" to "PROGRA~1" inside that path.
Like:
Otherwise why not install NPPP somewhere inside the home user directory? That's what I did, I don't install into M$'s protected garden if at all possible. It could be installed "anywhere".
Try changing from "Program Files" to "PROGRA~1" inside that path.
Like:
Code: (Select All)
Case Else
Print "Sorry, can't find IP addy. Opening Notepad so you can find it..."
Shell _DontWait "D:\PROGRA~1\Notepad++\notepad++.exe tmp.three"
Exit Do
Otherwise why not install NPPP somewhere inside the home user directory? That's what I did, I don't install into M$'s protected garden if at all possible. It could be installed "anywhere".