Re: [flexcoders] Launch a .bat

2011-08-25 Thread John Fletcher
Air lets you run programs on the local machine in the desktopProfile (you
have to do a little research on that) so I guess .bat would work too.

John

2011/8/5 Pete pete313...@yahoo.com

 **


 Actually, there was something nagging at me all day yesterday and I
 remembered what it was today.

 There is a windows specific way maybe...  Might only work in Air...

 Check out
 http://www.fluorinefx.com/

 I use it to do AutoDial on voip phones using the appropriate command line
 options.  I guess it'd do a batch file too.  Windows specific because it
 needs you to install some dll's.

 Regards
 Pete


 On 03/08/2011 15:54, cjacquel73 wrote:



 Hello,

 Is it possible to launch a .bat from the web application in Flex ?

 Thx,
 Chris,





Re: [flexcoders] Launch a .bat

2011-08-05 Thread Pete
Actually, there was something nagging at me all day yesterday and I 
remembered what it was today.


There is a windows specific way maybe...  Might only work in Air...

Check out
http://www.fluorinefx.com/

I use it to do AutoDial on voip phones using the appropriate command 
line options.  I guess it'd do a batch file too.  Windows specific 
because it needs you to install some dll's.


Regards
Pete

On 03/08/2011 15:54, cjacquel73 wrote:


Hello,

Is it possible to launch a .bat from the web application in Flex ?

Thx,
Chris,




Re: [flexcoders] Launch a .bat

2011-08-03 Thread Pete
I think you'd need to install a protocol handler in a web browser and use 
gotourl to go to that protocol.

I've used the same technique to start scripts on a mac at the client... It's a 
pain, you need to do it even in Adobe Air.

Regards,
Pete 

cjacquel73 chjacque...@gmail.com wrote:

Hello,

Is it possible to launch a .bat from the web application in Flex ?

Thx,
Chris,