DOS: For each file greater than date time run Command


@Echo OFF

C:

for /r %%A in (*) do (
if "%%~tA" GTR "2015-06-16 11:30" echo %%~tA %%A
)

Comments are closed.

Post Navigation