How can I disable wildcard in program arguments?

已回答

Hi there,

I want to input an asterisk sign (*) through program arguments. But it turns out that the sign will be automatically wildcard.

Could anyone please tell me a method to disable the wildcard function?

Thanks

1

What is the program type and how do you pass the arguments? For me * is passed as asterisk without modification. See https://i.imgur.com/FyiyVwF.png

Have you tried to escape the argument via backslash for example? 

0

请先登录再写评论。