BatchUtils
BatchUtils copied to clipboard
xargs.cmd fails to process file name with '!'
Thanks for the awesome utility. It's brilliant! BTW, I had problem with using this utility on file names that contains '!' char. dir * /b | more, does render correctly, but if go through the batch it just disappears.
Does anyone has good solution?
What types of files are you having problems with?
for example, when a file name == abc!.zip
dir * /b | unzip x, will not process abc!.zip, but all others