Search found 4 matches

by Dossier
25 Oct 2017 13:51
Forum: DOS Batch Forum
Topic: Open a text file with notepad++ "alwaysOnTop"
Replies: 6
Views: 3882

Re: Open a text file with notepad++ "alwaysOnTop"

Got it now! That works too and is more straightforward.
Regards
Dossier
by Dossier
25 Oct 2017 02:16
Forum: DOS Batch Forum
Topic: Open a text file with notepad++ "alwaysOnTop"
Replies: 6
Views: 3882

Re: Open a text file with notepad++ "alwaysOnTop"

My point was that you don't even need a batch file.
That'sright. I knew the View option Always on top before . My point is to save clicks: Click on the desktop link to the bat and see the frequent inputs. And that's why I addressed to a DOS forum.
Regards
Dossier
by Dossier
24 Oct 2017 15:01
Forum: DOS Batch Forum
Topic: Open a text file with notepad++ "alwaysOnTop"
Replies: 6
Views: 3882

Re: Open a text file with notepad++ "alwaysOnTop"

Your line of code as a batch file does #1 and #2.

Thanks a lot for your response and help.
Regards
Dossier
by Dossier
24 Oct 2017 09:32
Forum: DOS Batch Forum
Topic: Open a text file with notepad++ "alwaysOnTop"
Replies: 6
Views: 3882

Open a text file with notepad++ "alwaysOnTop"

Hallo DOS experts, I would like to start notepad++ by a desktop link (#1) under the option "alwaysOnTop" in a way that (#2) the file "G:/Data/frequentInputs.txt" is opened (which I use for copy&paste actions). The code C: cd "C:\Program Files (x86)\Notepad++" notepa...