kcella has asked for the wisdom of the Perl Monks concerning the following question:
# close all running instances of XMLSpy while($open_app=Win32::OLE->GetActiveObject,'XMLSpy.Application')) { $open_app->Quit; if( Win32::OLE->LastError() ) { exit 0; } undef $open_app; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Closing open Win32 Applications
by NetWallah (Canon) on Dec 06, 2003 at 22:55 UTC | |
by Anonymous Monk on Dec 08, 2003 at 14:54 UTC | |
|
Re: Closing open Win32 Applications
by Nitrox (Chaplain) on Dec 06, 2003 at 13:12 UTC | |
by Anonymous Monk on Dec 06, 2003 at 18:40 UTC |