--- In [email protected], "Sheri" <[EMAIL PROTECTED]> wrote:
>
> --- In [email protected], "Paul" <hhoq8x54b@> wrote:
> >
> > --- In [email protected], "Sheri" <sherip99@> wrote:
> > >
> > > --- In [email protected], "Paul" <hhoq8x54b@> wrote:
> > > >
> > > > What command(s) can be used to close a program. Like as in if an
> > > > app was running in the taskbar, and instead of right clicking
> > > > it's icon and 'close' it, use a button command to do that?
> > > >
> > > 
> > > Try win.close(cl) and if that doesn't work try win.closeforce(cl)
> >
> > Thanks Sheri. Is there a way to include the program that I want
> > it to close?
> >
> Yes, cl stands for caption list, the documentation lists many
> different ways of identifying which window(s) to include.
> 
> For example, win.close("=firefox") closes all windows owned by
> firefox.exe just as if I right clicked it in the taskbar and selected
> "close".
> 
> Regards,
> Sheri
>
Nice. Thanks for the help.

Reply via email to