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
Post a Comment