> >
> > Hello -
> >
> > Does
Message ID: 184591 help? For the shutdown-all-clients procedure, you can use a similar approach, say create a flag file "myApp_please_shutdown.flag", and in the client.exe let a Timer control look for that flag file and then MessageBox() with timeout and issue a "Clear Events" etc.
> >
> >
> > hth
> > -Stefan
>
> Dear Stefan Wuebbe,
> Thanks For Replying But My Question not work in MultiUser Environment my Question is How I will Shut Down All Network System on my System.
>
Hi Vinod -
The approach as described in the message id above surely works in a multi-user environment:
- The "shutdown flag" file would be in a shared folder in the LAN that each client can "see".
- Each client would check whether that flag file exists every other minute in some Timer.Timer() code.
- When it does, each client.EXE closes itself automatically
How exactly would that approach not work for you?
-Stefan