I need to execute the command \"ver\" in my vbs to see the version of my Operating System, and i don\'t know how make it.
I tried this, but dont work:
Dim shell Set shell= WScript.CreateObject ("WScript.shell") shell.Exec"cmd /c ver" Set shell= Nothing