blob: f382448481df07327e2f179cc8f2201d2cbfec6b [file] [log] [blame]
@echo off
for %%x in (%*) do (
echo %%~x
)