• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Batch file help

Mr Smiley

Senior member
I have a few hundred files in a folder and I want to take the file name and delete the first 4 characters. Like substr in php but I dont know how to do this with a batch file. Any help?
 
Modify the dir command for different levels, as it is, it would run on all files at the same directory as it exists.
 
Back
Top