Thank,

I know, and use the LaunchApplication Plugin, may be i can use it for my 
project but...

Actually i use : 

<<LaunchApplicationButton "TexmakerX" "Linux Emacs" "C:\ThePath\texmakerx.exe" 
"C:\MyPath\TW\test.tex">>


But i want to use the tiddler title in place of "C:\MyPath\TW\test.tex"
May be like this :
<<LaunchApplicationButton "TexmakerX" "Linux Emacs" "C:\Path\texmakerx.exe" 
tiddler.title>>

but i receive the message : "LaunchApplication cannot execute/launch file 
'C:\Path\texmakerx.exe'


Thanks again

Marc La raison


________________________________
 De : TonyM <[email protected]>
À : [email protected] 
Cc : La raison Marc <[email protected]> 
Envoyé le : lundi 20 août 2012 6h08
Objet : [tw] Re: lauch program from a tiddler
 

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.

-- 
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