Using a batch file is there a way that I can strip off the .deploy extension from all files in a directory.
For example
1.txt.deploy => 1.txt
2.txt.deploy => 2.txt
etc
Using a batch file is there a way that I can strip off the .deploy extension from all files in a directory.
For example
1.txt.deploy => 1.txt
2.txt.deploy => 2.txt
etc
A more 'fancy' solution: