Get current directories
Posted: 10 Dec 2018 15:53
What a simple way to get current directories
It worked ,but the code really long , any simple way to do it?
Code: Select all
@echo off>Temp&for %%a in ("Temp.*") do ( set "_Dir=%%~par" )&Del Temp