Log in

View Full Version : Renumbering using Notepad++


niwo
07-30-15, 12:04 PM
Hey guys a want to rename sections of the equipment.upc and other *.upc files using np++, autoscript or any other tool one can suggest me here.


I need to rename this:

[Equipment 45]
..
..
..
[Equipment 46]

to

[Equipment 91]
..
..
..
[Equipment 92]

and so on.

So simply spoken all [Equipment n+1] down from [Equipment 90].

I :/\\!! my brain out, but I am not that fit in scripting.



EDIT:

SOLVED already using this method LINK (http://stackoverflow.com/questions/1105621/find-replace-but-increment-value)