Jan 13, 2004 #1 MarkMeerten Programmer Joined Aug 20, 2003 Messages 37 Location BE Hello, How do i run a exe (or bat) file in a hta file? Greetz, Mark
Jan 13, 2004 Thread starter #2 MarkMeerten Programmer Joined Aug 20, 2003 Messages 37 Location BE I found the answer myself!! var Shell = new ActiveXObject("wscript.shell" Shell.Run("notepad.exe" that's the trick i was looking for!! Upvote 0 Downvote
I found the answer myself!! var Shell = new ActiveXObject("wscript.shell" Shell.Run("notepad.exe" that's the trick i was looking for!!