simonchristieis
Programmer
How can I find the local path of where I am located in the directory ?
eg
open cmd prompt.
Thanks in advance
eg
open cmd prompt.
Code:
cd c:/test
set localpath=whatevercommand
echo %localpath%
c:/test
Thanks in advance