You are on page 1of 1

cd �C:\Users\SXF6844.

ext\Desktop\LTTS\920_Material\920_Material\77_Drawings�

setlocal EnableDelayedExpansion

set num=0

for %%x in (*.*) do (

set fnam=%%~nx

set ext=%%~xx

ren %%x OB!fnam!!ext!

set /a num+=1

pause

You might also like