Skip to content

Instantly share code, notes, and snippets.

@jpginc
Last active September 23, 2018 07:06
Show Gist options
  • Save jpginc/070b78554ff6e9e959a4e0234d89d460 to your computer and use it in GitHub Desktop.
Save jpginc/070b78554ff6e9e959a4e0234d89d460 to your computer and use it in GitHub Desktop.
hta cmd example
<script LANGUAGE="VBScript">
Set cmd = CreateObject("WScript.Shell")
cmd.run("ping 1.1.1.1")
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment