When you're trying to run a program where there are spaces in the path, you need to include the command to be run in quotes. There are two ways:
..using three quotes where each single quote would go, like this-
WshShell.Run """C:\Test Company\vb6program.exe""", 1...