I make that kind of script:
OWBLauncher
WaitForPort OWB.1
"jfs:ClipDown/ClipDown" -v "system:c/mplayer -quiet"
So, when i press on that script, i have running OWB + ClipDown at the same time.
The first question:
How to do auto-exit of ClipDown, when i exit from OWB ? Because for now it looks like i start it by pression on icon, both programms runs , then i exit from OWB and i need manually exit from ClipDown. Will be cool if it possible somehow make auto-exit from ClipDown also when i quit from OWB.
And question number 2: when i do for example on youtube:
copy link, then auto-play in clipdown, i have spawned shell window, with these words:
------
Executing:
rx Rexx:getvideo.rexx "
http://www.youtube.com/watch?v=d10us2AoUz4&feature=popular" play
------
Any way to disable that output window ? I trying to add to my main script something like:
Run >NIL: *>NIL: "jfs:ClipDown/ClipDown" -v "system:c/mplayer -quiet"
but have no luck with and that spawned window still here and annoy me pretty well.
And one more, not so important question: It is possible to "connect" clipdown button somehow to the OWB ? I mean to the OWB window. Just like maybe one more menu-item (not like button), or maybe like one more button in the OWB navigation menu itself. That no so critical, but will be nice.
Thanks in advance