WshShell.Run ("cmd /c start """"..... always return code 0

Microsoft Windows
Post Reply
PiotrMP006
Posts: 19
Joined: 2021-Sep-01, 10:57 am

WshShell.Run ("cmd /c start """"..... always return code 0

Post by PiotrMP006 »

Hi

Code: Select all

errorcode = WshShell.Run ("cmd /c start """" /low /wait ""C:\Program Files\7-Zip\7zG.exe"" a -t7z -- """ & archivename & """ " & arguments, 1, True)
Always return code 0


Please help me
Post Reply