in reply to Re: [Raku] Asterisk on DOS command line
in thread [Raku] Asterisk on DOS command line

> But the CMD shell apparently does strip some quotes

I don't have Raku so I tested against Perl.

Looks like only doublequotes are stripped if not escaped.

D:\tmp\pm>perl -e"print @ARGV" * * D:\tmp\pm>perl -e"print @ARGV" '*' '*' D:\tmp\pm>perl -e"print @ARGV" "'*'" '*' D:\tmp\pm>perl -e"print @ARGV" "*" * D:\tmp\pm>perl -e"print @ARGV" \* \* D:\tmp\pm>perl -e"print @ARGV" \"*\" "*" D:\tmp\pm>

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery