I Cannot use the command line "notepad++.exe %1" when "%1" include space.
Allright, it looks like it could not handle spaces in filename path. I have read that post before but didn't think it would do the trick. :)
Thank you and sorry for bothering.
Yes. "notepad++" "%1" can work correctly. Thx
Use "notepad++.exe" "%1"
Mark B
I Cannot use the command line "notepad++.exe %1" when "%1" include space.
Allright, it looks like it could not handle spaces in filename path. I have read that post before but didn't think it would do the trick. :)
Thank you and sorry for bothering.
Yes. "notepad++" "%1" can work correctly. Thx
Use "notepad++.exe" "%1"
Mark B