I wish to rename all files inside the folder *.txt, so the result will be \"1.txt\", \"2.txt\" and \"3.txt\", ....
How can I do so?
First make a directory listing:
dir /b *.txt > myfile.cmd
Then start up UltraEdit (http://www.ultraedit.com/) and open the file.
Then go into column mode, select all lines, and: