When I am running the following inside batch....
set PATH='C:\Users\DEB\Downloads\10.1.1.0.4'
cd !PATH!
I get error "The filename, directory name, or volume label syntax is incorrect"
Update: There are the solutions that worked for me.
- Don't use
PATH
as a var name - set it as
"myPATH=C:\Users\DEB DAS\Downloads\10.1.1.0.4"