May not be what you want
http://www.remotely-helpful.com/TiddlyWiki/LaunchApplication.html
Tony
On Monday, August 20, 2012 11:47:37 AM UTC+10, La Raison wrote:
>
> 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 view this discussion on the web visit
https://groups.google.com/d/msg/tiddlywiki/-/YEcDHjfB510J.
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.