But what did you do to not getting "notepad++.exe a.html b.html" to work. that works wonderfull.
I have to agree that wildcards would be a nice feature but it´s not a need.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
notepad++.exe *.html does not work
notepad++.exe a.html b.html does not work
because of these lacks notepad++ cannot be my standard editor
Perhaps something like:
for %i in (*.html) do notepad++.exe %i
would do what you want.
Thanks for sharing.
> because of these lacks notepad++ cannot be my standard editor
Oh! It's really pity :(
Don
Shame on you Don :-P
But what did you do to not getting "notepad++.exe a.html b.html" to work. that works wonderfull.
I have to agree that wildcards would be a nice feature but it´s not a need.