SyntaxFix
Write A Post
Hire A Developer
Questions
Use This Code
@echo off :: Get the current directory for /f "tokens=* delims=/" %%A in ('cd') do set CURRENT_DIR=%%A echo CURRENT_DIR%%A
(echo this To confirm this code works fine)