I\'m trying to define and use a variable in a batch file. It looks like it should be simple:
@echo off set locatio
input location.bat
location.bat
@echo off cls set /p "location"="bob" echo We're working with %location% pause
output
We're working with bob
(mistakes u done : space and " ")
space
" "