Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-03-2010, 10:12 AM   PM User | #1
chrisglasier
New Coder

 
Join Date: Dec 2009
Posts: 70
Thanks: 4
Thanked 0 Times in 0 Posts
chrisglasier is an unknown quantity at this point
Launch app from hta

I believe it is possible to launch an application - e.g. Sketchup7.exe - using JavaScript in an HTA prototype application. Will be grateful for any help with the coding.
chrisglasier is offline   Reply With Quote
Old 10-04-2010, 11:29 AM   PM User | #2
chrisglasier
New Coder

 
Join Date: Dec 2009
Posts: 70
Thanks: 4
Thanked 0 Times in 0 Posts
chrisglasier is an unknown quantity at this point
Code:
shell = new ActiveXObject("WScript.shell");
shell.run("winzip.exe");
I found this, which works for winzip.exe but not for sketchup.exe. Anyone know the reason why and more importantly how to fix it?

Thanks

Last edited by chrisglasier; 10-04-2010 at 11:31 AM..
chrisglasier is offline   Reply With Quote
Reply

Bookmarks

Tags
hta

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:18 PM.


Advertisement
Log in to turn off these ads.