- - PR -
Dr Watson's % % argument
1
| 投稿者 | 投稿内容 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
投稿日時: 2001-09-28 00:40
how can I pass a string that includes '%'?
e.g. need to set "drwtsn32 -p %ld -e %ld -g" at an application. a simple approach as below fails because w2k thinks '%' special: hoge.bat
produces a wierd result
| ||||||||
|
投稿日時: 2001-10-06 01:20
a solution is:
this outputs: drwtsn32 -p %ld -e %ld g at a sacrifice of global pollution but that's would be a small price. what then is a next question: how can I pass a string that includes '!'?
this produces: Hello for me | ||||||||
1
