Re: Final Reminder - Microsoft Responds to the Evolution of Community
Fri, 28 May 2010 23:41:14 +0200
Hallo Tim , and everybody else here!
> But no more......this is it!........goodbye.........forever!!
You don't need MS to conntinue using Usenet. A great free newsserver for
read/write access with all the relevant groups is Eternal September (
http://www.newsgroupreviews.com/eternal-september.html ), whe ...
|
Final Reminder - Microsoft Responds to the Evolution of Community
Fri, 28 May 2010 13:36:54 -0700
What is Happening?
This message is to inform you that Microsoft will soon begin discontinuing
newsgroups and transitioning users to Microsoft forums.
Why?
As you may know, newsgroups have existed for many years now; however, the
traffic in the Microsoft newsgroups has been steadily decreasing for the
past ...
|
Reminder - Microsoft Responds to the Evolution of Community
Wed, 19 May 2010 02:43:46 -0700
What is Happening?
This message is to inform you that Microsoft will soon begin discontinuing
newsgroups and transitioning users to Microsoft forums.
Why?
As you may know, newsgroups have existed for many years now; however, the
traffic in the Microsoft newsgroups has been steadily decreasing for the
past ...
|
Re: Parse Field
Tue, 18 May 2010 13:26:09 -0700 (PDT)
Thanks Mic. Can you explain this piece of code you're using:
2>&1 |find /i "INFO: No tasks">nul || (
goto :loop
)
On May 18, 1:20 pm, foxidrive <got...@woohoo.invalid> wrote:
> On Tue, 18 May 2010 11:59:27 -0700 (PDT), Hank
>
>
>
>
>
> <hammerin.hanks...@gmail.com> wrote:
> >On May 18, 11:43 am, ...
|
Re: Parse Field
Tue, 18 May 2010 11:59:27 -0700 (PDT)
Mic,
If only it was that simple! :-) The application (SMARTS-in-Charge)
creates numerous processes called sm_server (with unique PIDs), but
each one performs a different function, hence the reason I can't just
kill the sm_server process. I have to use the sm_service stop ic-sam-
server command to stop the s ...
|
Re: Parse Field
Tue, 18 May 2010 09:28:34 -0700 (PDT)
Here's the gist of what I'm trying to do:
1. Capture the PID of a process that I need to restart.
2. Stop the process (using sm_service stop)
3. I have to now wait for the process to complete writing out its temp
files, so I'm checking to see when the process is NULL.
4. Once it's NULL, then restart the proce ...
|
Re: Parse Field
Tue, 18 May 2010 23:08:46 +1000
On Tue, 18 May 2010 05:50:29 -0700 (PDT), Hank
<hammerin.hankster@gmail.com> wrote:
>Okay, another question. I only get to work on this maybe one hour a
>week if I'm lucky, hence the sporadic questions! Anyway, I (tried) to
>modify the code to look for the absence of the PID after I stop it,
>but the do set ...
|
|
|
Update - Microsoft Responds to the Evolution of Community
Sat, 8 May 2010 11:43:06 -0700
What is Happening?
This message is to inform you that Microsoft will soon begin discontinuing
newsgroups and transitioning users to Microsoft forums.
Why?
As you may know, newsgroups have existed for many years now; however, the
traffic in the Microsoft newsgroups has been steadily decreasing for the
past se ...
|
Microsoft Responds to the Evolution of Online Communities
Fri, 7 May 2010 12:45:42 +0530
Date 5/4/2010
Starting in early summer 2010, Microsoft will begin progressively closing
down the Microsoft public newsgroups to enrich conversations in the
rapidly-growing forum platform. This decision is in response to worldwide
market trends and evolving customer needs.
Microsoft continues to invest in ...
|
Parse Field
Fri, 30 Apr 2010 06:16:42 -0700 (PDT)
I have a temp file (find.tmp) that contains the following string:
INW-SAM servername01 9999 3032 RUNNING Apr 27 17:22:07 2010
I'm trying to extract the 4th field, which is a PID, (3032) so I can
pass the PID to a kill process command. Below is the command I'm
using to trying to extract the data with ...
|