Pergunta

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 !

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top