@echo off dir D:\abc.exe /s /d /b >> D:\abclist.txt FOR /F "tokens=1,* delims=: " %%j in (abclist.txt) do call "%%j:%%k" del D:\abclist.txt