Quote:
Originally Posted by DNSB
Given that Patrick is a Linux user where '$*' is all the arguments passed on the command line. DOS/Windows doesn't have that functionality.
|
It does have the functionality (
https://stackoverflow.com/a/11637707), but it doesn't handle escaping properly, meaning that some filenames won't work with it.