Replace all files name inside specific floder
(C#) Csharp examples
11:17 PM
step 1 : open notepad and paste following code @echo off setlocal enabledelayedexpansion for %%j in (*.*) do ( set filename=%%~nj se...Read More
Replace all files name inside specific floder
Reviewed by (C#) Csharp examples
on
11:17 PM
Rating: