Last active
March 1, 2023 20:42
-
-
Save binarytrails/b701bcc6ea1d8e7aaa1aeb6ef96e15c2 to your computer and use it in GitHub Desktop.
calc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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