c:\done\test.bat
c:\done\test2.bat
i want make the numeric after word "text" automaticlly continued until test234.bat(c:\done\test.bat-c:\done\test234.bat).how to do that,i try with replace menu but dead end .
I'm not a wiz at it, but right click and select block-mode. Highlight the 324 lines you want (You may need to hit return 324 times). Do a Fill Selected Block with Numbers starting at 1.
After you have 1-324, do a searh and replace.
Find What: ([[:digit:]]*)
Replace With: c:\\done\\test\1.bat
Using POSIX syntax.
Final step is to add your first line c:\done\test.bat