Tente isto:
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "C:\tmp\Testing.cmd", 1, True
Leia a documentação para "Executar": link
O ponto é que você usou a bandeira "0" que significa "esconder a janela".
0 - Hide the window (and activate another window.)
1 - Activate and display the window. (restore size and position) Specify this flag when displaying a window for the first time.