MS-DOS Help.I’m trying to Batch proccess some files ?
I found this kind of script on the net. The issue is that it returns the first part from the filename In the event the file is named “My song.mp3” i obtain the “My” intended for %%f in (*.mp3) perform call:proc %%f exit :proc reveal %1 goto:EOF How does someone …