Hi,

I try to lauch program with javascript code, because i want; in a second time; 
to use tiddler values when i call the program).
My code is:

<script>  
 window.StartThis=function(CommandToRun)  
{  
 if (window.ActiveXObject) {  
        var shellObject = new ActiveXObject("WScript.Shell");  
        shellObject.run(CommandToRun);  
    }  
}  
</script> 

<html>
<a href="javascript:StartThis('C:\MyPath\texmakerx.exe')">Start texmaker</a> 
</html>

It's fail completely, notting append!

(please, be indulgent for my english and my javascript knowledge)

Marc La Raison

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to