DoctorLai / BatchUtils

Batch Utilities for Windows
36 stars 19 forks source link

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

Open jayjun911 opened 4 years ago

jayjun911 commented 4 years ago

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?

OxideDevX commented 3 years ago

What types of files are you having problems with?

jayjun911 commented 3 years ago

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