I really appreciate this... I was wondering if you could explain what
all the script is doing so that I can modify it to work with EditPlus,
so that when I'm editing a file in EditPlus, I could easily send it to
Dreamweaver. Or in any other program. Thanks a bunch! It works great
in Irfanview!

Wednesday, October 13, 2004, 5:19:31 PM, you wrote:

AP> --- John wrote:

>>  Could someone tell me how to pass a file to another program when
>>  launching it?
>>  For example I have Irfanview installed and I have a bar in the right
>>  caption with Fireworks as a button. How can I pass the picture that
>>  I'm viewing in Irfanview to Fireworks when I click on the
>>  RightCaptioned Fireworks button?

AP> This has been tested with IrfanView v3.92 but it should work with any
AP> other recent version as well.

AP> You may need to modify the Fireworks variable to point to the correct
AP> path.

AP> --

AP> ; --- all one line below
AP> Local Fireworks = ?"%ProgramFiles%\Macromedia\Fireworks MX\Fireworks.exe"
AP> ; --- all one line above

AP> If(Win.ChildTextByIndex(?"Active", 4) != ?"No file loaded") Do
AP>         Win.Keys(?"i")
AP>         Local Caption = ?"IrfanView - Image properties"
AP>         Wait.For(VisibleWindow(Caption))
AP>         Local FilePath = Win.ChildTextByIndex(Caption, 4)
AP>         Win.Close(Caption)
AP>         Do(Fireworks, FilePath)
AP> EndIf




------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to