Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. google. articles. downloads. faq. members. weblogs. sponsors. rss.
 From: Stefan Wuebbe
  Where is Stefan Wuebbe?
 Hamburg
 Germany
 Stefan Wuebbe
 To: vinod kabdal
  Where is vinod kabdal?
 Delhi
 India
 vinod kabdal
 Tags
Subject: RE: Shut Down all System in Network
Thread ID: 198256 Message ID: 198269 # Views: 45 # Ratings: 0
Version: Visual FoxPro 8 Category: Win32API programming
Date: Friday, October 10, 2008 9:01:50 AM         
   


> >
> > 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



COMPLETE THREAD
Shut Down all System in Network Posted by vinod kabdal @ 10/10/2008 8:10:01 AM
RE: Shut Down all System in Network Posted by Stefan Wuebbe @ 10/10/2008 8:18:35 AM
RE: Shut Down all System in Network Posted by vinod kabdal @ 10/10/2008 8:54:16 AM
RE: Shut Down all System in Network Posted by Stefan Wuebbe @ 10/10/2008 9:01:50 AM
RE: Shut Down all System in Network Posted by vinod kabdal @ 10/10/2008 9:13:17 AM
RE: Shut Down all System in Network Posted by Stefan Wuebbe @ 10/10/2008 9:17:31 AM
RE: Shut Down all System in Network Posted by vinod kabdal @ 10/10/2008 11:25:15 AM
RE: Shut Down all System in Network Posted by Stefan Wuebbe @ 10/10/2008 11:49:23 AM
RE: Shut Down all System in Network Posted by Stefan Wuebbe @ 10/10/2008 9:13:57 AM
RE: Shut Down all System in Network Posted by vinod kabdal @ 10/11/2008 1:45:25 PM
RE: Shut Down all System in Network Posted by tushar @ 10/10/2008 9:06:20 AM
RE: Shut Down all System in Network Posted by vinod kabdal @ 10/10/2008 11:20:57 AM
RE: Shut Down all System in Network Posted by tushar @ 10/10/2008 1:53:03 PM
RE: Shut Down all System in Network Posted by Kishore Kumar @ 10/10/2008 4:21:28 PM
RE: Shut Down all System in Network Posted by vinod kabdal @ 10/11/2008 9:29:57 AM
RE: Shut Down all System in Network Posted by tushar @ 10/11/2008 9:56:47 AM
RE: Shut Down all System in Network Posted by Jun Tangunan @ 10/11/2008 12:01:14 PM