Batch -Zitate entfernen
set foo="quoted string"
set foo=%foo:"=% // Remove the quotes
Clear Cat
set foo="quoted string"
set foo=%foo:"=% // Remove the quotes
%~1 #only works with parameters.