Line 1
Line 2
Line 3
Line 4
Line 5
should become
Line 5
Line 4
Line 3
Line 2
Line 1
I need a notepad script to do this.
feedback
|
|
If you have Perl installed you can use
As in
(its the same on Windows but use You have tagged your question "notepad" and mentioned "notepad" in the text. If you want a solution using "notepad++", you should edit the question accordingly. | ||||
|
feedback
|
|
Notepad, unless you mean some other than the one that comes with Windows OS, is not scriptable. Were you to use Vim, it would be simply
| |||
|
feedback
|
|
This is a three step process in Notepad++ using TextFX.
The Notepad app that ships with Windows is pretty much useless. There are many alternatives, but I prefer Notepad++. | |||
|
feedback
|
|
If you were after a ready made script, the script center has one contributed by the community (i.e. not written by Microsoft) http://gallery.technet.microsoft.com/scriptcenter/55ba15dc-9933-4c9d-a2b0-524453a66343 | |||
|
feedback
|