문제

I create a file with a batch script. But I have a problem when I use %.

echo WshShell.SendKeys "%" >> fun.vbs

But when I check the vbs script I see this

WshShell.SendKeys "" 

How Can I place the '%' in the vbscript ?

Thanks for your reply !

도움이 되었습니까?

해결책

try double %, i.e. %%

Here is the link to where this is explained. Look at this site, it is an amazing reference for cmd.exe

btw I can't stop myself from recommending you learn linux and bash instead of cmd.exe if you have the choice.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top