FG
💻 Software

Does %* in batch file mean all command line arguments?

Fresh5 days ago
Mar 15, 202676098 views
Confidence Score1%
1%

Problem

Does in batch file mean all command line arguments?

Error Output

%*

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Does %* in batch file mean all command line arguments?

Low Risk

Yes. According to the official Microsoft documentation: The %* batch parameter is a wildcard reference to all the arguments, not including %0, that are passed to the batch file.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment