Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

writing folder names with JPSoft special chars like &......

Apr
1,825
17
I'd like to know if ther was an existing plugin that would safely write strings that have special chars like &. Or anything else besides a plugin and using option
 
What if i don't want the quotes ? I guess

"%fldr" > file.txt

then use my editor to remove the quotes?
 
SETDOS?

setdos /x-3 & echo %fldr > file.txt & setdos /x+3
 
Back
Top