Sometimes you need some batches for doing stuff like appending extension to existing files or removing extension from existing files
After googleing as I'm not good in CMD scripting I manged to write both renameToOld.bat and undo-renameToOld.bat batches
which rename all the files found in a specific folder to *.old and reverse operation by removing the .old extension from the files found in a specific folder.
for renameToOld.bat :
@ECHO OFF
REM
REM Remove the double quotes from the front and end of the root path
REM
Recent comments
1 year 41 weeks ago
1 year 42 weeks ago
1 year 43 weeks ago
1 year 44 weeks ago
2 years 8 weeks ago
2 years 15 weeks ago
2 years 15 weeks ago
2 years 15 weeks ago
2 years 15 weeks ago
2 years 15 weeks ago