Get DOS path instead of Windows path

for %I in (.) do echo %~sI

Any simpler way?

Leave a Comment