I\'m new to script writing and can\'t get this one to work. I could if I moved the files to a path without a space in it, but I\'d like it to work with the space if it coul
I use
set "VAR_NAME="
when updating path:
set "PATH=%UTIL_DIR%;%PATH%"