Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

batch remove quotes

set foo="quoted string"
set foo=%foo:"=%		// Remove the quotes
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #batch #remove #quotes
ADD COMMENT
Topic
Name
9+1 =