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
No Comments