How can I disable wildcard in program arguments?

Answered

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
1 comment

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

Please sign in to leave a comment.