Saved Bookmarks
| 1. |
Solve : rename a file? |
|
Answer» how do you CHANGE the extention when you don't know the file NAME how do you change the extention when you don't know the file name If %1 is the complete filename then %~x1 is the extension %1 "c:\my path\my PROGRAM.exe" %~d1 c: %~p1 \my path\ %~n1 my program %~x1 .exe %~dpnx1 c:\my path\my program.exe thank you salmon trout |
|