Re: Configuration file in cloud
Like:%ProgramFiles%\Notepad++\notepad++.exe
There should be double-quotes around, as there's typically a space in the
%ProgramFiles%
, like:
"%ProgramFiles%\Notepad++\notepad++.exe" !.!
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
Like:%ProgramFiles%\Notepad++\notepad++.exe
%ProgramFiles%
, like:
"%ProgramFiles%\Notepad++\notepad++.exe" !.!
In any case, you can use theProgramFiles
environment variable in the path to the editor:
https://winscp.net/eng/docs/local_path
%ProgramFiles%\Notepad++\notepad++.exe
Program Files
, wasn't it? (except maybe on some non-English Windows XP installations, I remember that the path was localized, like C:\Programme
on German installations).
ProgramFiles
environment variable in the path to the editor:
Do you have a particular reason to have the editor installed to different folders or each machine?