Fri, 17 May 2024


How to execute a windows application from a client script using VBScript?

By: Nathalie, NetArt Media
Wed, 26 May 2021

<script language=VBScript>

sub execute
set objShell=CreateObject("Wscript.Shell")
objShell.Run("notepad")
end sub
</script>

<button onclick=execute>
notepad
</button>


Category: Javascript
Share this post:



See All Scripts






Subscribe for our newsletter

Receive the latest blog posts direct in your mailbox