command to get selected file name in batch file -


consider case batch file test.bat resides @ c:\test location . while browsing goto folder c:\different_folder . select different_folder. want command give me full path of different_folder.

i want use command test.bat file.

try this:

echo %cd%   

this command current directory's full path.


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -