Probably because it is not a Windows Portable Executable (i.e. a binary exe). QProcess starts the process with CreateProcess not by using the Windows shell. It is the Windows shell that associates VBS file extensions with the scripting runtime. You could try "wcsript" or "cscript" as the process and "audit.vbs" as the arguments.
Bookmarks