Domanda

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 !

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top