does %* in batch file mean all command line arguments?
|
feedback
|
|
Yes. According to the official Microsoft documentation:
| |||
feedback
|
|
% is usually any character. * means any any character any length. | |||
feedback
|