
Launching an EXE from an HTA?
On Mon, 30 Apr 2001 22:43:40 -0600, "Douglas Gennetten"
Quote:
>How is this done? Does it require WSH? Is it easy?
' This fragment launches Notepad with the current executed script
Set WshShell = Wscript.CreateObject("Wscript.Shell")
WshShell.Run ("%windir%\notepad")
P.S. Is there anybody who speaks Italian?