Skip to content

Instantly share code, notes, and snippets.

@INeddHelp
Created February 14, 2023 08:17
Show Gist options
  • Save INeddHelp/b7485cc1ac3a14a20ddccc3ceef9442d to your computer and use it in GitHub Desktop.
Save INeddHelp/b7485cc1ac3a14a20ddccc3ceef9442d to your computer and use it in GitHub Desktop.
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.Run "msiexec /i nasm-2.14.02-win32.exe /quiet", 0, True
objShell.CurrentDirectory = "C:\Windows\System32"
objShell.Run "nasm.bat", 1, True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment