Set oShell = CreateObject("WScript.Shell")oExec = oShell.Run("whatever.cmd", , True)
Works under Win2003 for me.