I know that %0 contains the full path of the batch script, e.g. c:\\path\\to\\my\\file\\abc.bat
%0
c:\\path\\to\\my\\file\\abc.bat
I would path to be equal to
path
%cd% will give you the path of the directory from where the script is running.
%cd%
Just run:
echo %cd%