How to pass values to Rename SCRIPTARG?

What is the proper way to pass values to Rename via SCRIPTARG?

  • The docs recommend to pass comma-separated values, but doing so confuses the script and leads to incorrect behavior (not a full error). The only way seems to be to use space-separated values. Or must SCRIPTARG be written for each value separately?

  • Scripts seem to forget the default values for some script arguments (happened with numerics, boolean seems ok). Passing the value solves this problem. Shouldn't be necessary, though.

Rename SCRIPTARG

Yeah should not be comma separated since it's a /M argument. Docs are incorrect.