BatchUtils icon indicating copy to clipboard operation
BatchUtils copied to clipboard

xargs.cmd fails to process file name with '!'

Open jayjun911 opened this issue 5 years ago • 2 comments

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?

jayjun911 avatar Feb 01 '20 02:02 jayjun911

What types of files are you having problems with?

OxideDevX avatar May 29 '21 07:05 OxideDevX

for example, when a file name == abc!.zip
dir * /b | unzip x, will not process abc!.zip, but all others

jayjun911 avatar Jun 01 '21 14:06 jayjun911