By Request VBS Script To Run A Local Executable

 

This By Request VBS script will start the Hearts Game form a Local machine.

 

VBS Script:

 

Set objShell = createobject("wscript.shell")

strCommand = "MsHearts.Exe"

objShell.run strCommand, 1, True

 

 

Published Sunday, November 23, 2008 2:56 PM by dhite
Filed under:

Comments

No Comments