RE: [Declude.Virus] installed.bin

2002-11-22 Thread John Shacklett
The key to my problem is that sometimes I don't have access to the LAN, so
the whole network share business doesn't help. Like this past Monday when I
was out of town in Pittsburgh and I was trying to monitor the situation that
had been caused by the cybersitter external program that we're beta testing
BUT I wasn't in Columbus where the LAN or the mailserver or any of the usual
work tools are located.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Uhte, Russ
Sent: Friday, 22 November 2002 2:31 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [Declude.Virus] installed.bin


Here's what I would do...
1.  Determine how I'm going to access the file (What network share am I
going to use)
2.  Create my batch file (In my batch file, it would map a drive to this
network share using a specified username/password,  then it would run the
declude command and output it to my mapped drive, then it would delete the
mapped drive)
3.  Copy the batch file to the mail server.
4.  From the mail server, create the at command.
5.  Then that file can be accessed from the network share!!

The key to this is to have a network share you can use.  If you don't have a
network share you can use, then you could set the batch file to email you
the information... Not real sure how this would be done with a batch file,
but I'm sure it's not too difficult...  Maybe Dan could give more
information on making a batch file send an email!!

HTH,
Russ

-Original Message-
From: John Shacklett [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 22, 2002 2:23 PM
To: [EMAIL PROTECTED]
Subject: RE: [Declude.Virus] installed.bin


But, if I don't have access to the machine, then I don't have access to fire
off the batch file. Because if I am physically not located somewhere with
access to \\mailserver\c$ then I'm probably not going to be able to run "at
\\mailserver time cmd /c senddiag.cmd".

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Dan Shadix
Sent: Friday, 22 November 2002 2:01 PM
To: [EMAIL PROTECTED]
Subject: RE: [Declude.Virus] installed.bin


Or have the batch file that creates the file send you an e-mail with the
information to you.

Dan

-- Original Message --
From: "Uhte, Russ" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 22 Nov 2002 13:48:50 -0500

>So, let me get this straight...  You can't do a \\mailserver\c$ and get to
>your mail servers C drive?  Can the mailserver get to your c drive?  Our is
>there a machine that both the mailserver, and your machine have access to??
>If so, you could make the batch file map a drive using a specified
>username/password.
>-Russ
>
>-Original Message-
>From: John Shacklett [mailto:[EMAIL PROTECTED]]
>Sent: Friday, November 22, 2002 12:27 PM
>To: [EMAIL PROTECTED]
>Subject: RE: [Declude.Virus] installed.bin
>
>
>I like this idea, but I'm still trying to address the situation where I
>don't have ready access to the mailserver or its C: drive. And I can't use
>terminal services. And I need more information than just the version
number.
>
>-Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]]On Behalf Of Uhte, Russ
>Sent: Friday, 22 November 2002 12:12 PM
>To: '[EMAIL PROTECTED]'
>Subject: RE: [Declude.Virus] installed.bin
>
>
>John,
>Just a quick suggestion...  If this is information you use routinely, make
a
>batch file that runs the command (declude -diag >C:\declude.txt)  and use
>the NT at command to make it run every x hours...  Then you could pull that
>declude.txt file and know that it was last updated x hours ago...  Just my
>$0.02
>-Russ
>
>-Original Message-
>From: John Shacklett [mailto:[EMAIL PROTECTED]]
>Sent: Friday, November 22, 2002 12:09 PM
>To: [EMAIL PROTECTED]
>Subject: RE: [Declude.Virus] installed.bin
>
>
>No, that's exactly what I can't to do, although I understand the thinking
>and appreciate the suggestion.
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]]On Behalf Of Jim Matuska
>Sent: Friday, 22 November 2002 11:48 AM
>To: [EMAIL PROTECTED]
>Subject: Re: [Declude.Virus] installed.bin
>
>
>You could always setup terminal services or another remote access terminal
>program on your server too.
>
>Jim Matuska Jr.
>Nez Perce Tribe
>Information Systems
>[EMAIL PROTECTED]
>- Original Message -
>From: "John Shacklett" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Friday, November 22, 2002 8:54 AM
>Subject: RE: [Declude.Virus] installed.bin
>
>
>> You don't say. Anywhere I want.
>>
>

RE: [Declude.Virus] installed.bin

2002-11-22 Thread John Tolmachoff
How about an e-mail address as a program alias which runs a batch file which
as part of the batch file creates and sends an e-mail to you?

John Tolmachoff MCSE, CSSA
IT Manager, Network Engineer
RelianceSoft, Inc.
Fullerton, CA  92835
www.reliancesoft.com



---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".The archives can be found
at http://www.mail-archive.com.



RE: [Declude.Virus] installed.bin

2002-11-22 Thread Uhte, Russ
Here's what I would do... 
1.  Determine how I'm going to access the file (What network share am I
going to use)
2.  Create my batch file (In my batch file, it would map a drive to this
network share using a specified username/password,  then it would run the
declude command and output it to my mapped drive, then it would delete the
mapped drive)
3.  Copy the batch file to the mail server.
4.  From the mail server, create the at command.
5.  Then that file can be accessed from the network share!!

The key to this is to have a network share you can use.  If you don't have a
network share you can use, then you could set the batch file to email you
the information... Not real sure how this would be done with a batch file,
but I'm sure it's not too difficult...  Maybe Dan could give more
information on making a batch file send an email!!

HTH,
Russ

-Original Message-
From: John Shacklett [mailto:[EMAIL PROTECTED]] 
Sent: Friday, November 22, 2002 2:23 PM
To: [EMAIL PROTECTED]
Subject: RE: [Declude.Virus] installed.bin


But, if I don't have access to the machine, then I don't have access to fire
off the batch file. Because if I am physically not located somewhere with
access to \\mailserver\c$ then I'm probably not going to be able to run "at
\\mailserver time cmd /c senddiag.cmd".

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Dan Shadix
Sent: Friday, 22 November 2002 2:01 PM
To: [EMAIL PROTECTED]
Subject: RE: [Declude.Virus] installed.bin


Or have the batch file that creates the file send you an e-mail with the
information to you.

Dan

-- Original Message --
From: "Uhte, Russ" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 22 Nov 2002 13:48:50 -0500

>So, let me get this straight...  You can't do a \\mailserver\c$ and get to
>your mail servers C drive?  Can the mailserver get to your c drive?  Our is
>there a machine that both the mailserver, and your machine have access to??
>If so, you could make the batch file map a drive using a specified
>username/password.
>-Russ
>
>-Original Message-
>From: John Shacklett [mailto:[EMAIL PROTECTED]]
>Sent: Friday, November 22, 2002 12:27 PM
>To: [EMAIL PROTECTED]
>Subject: RE: [Declude.Virus] installed.bin
>
>
>I like this idea, but I'm still trying to address the situation where I
>don't have ready access to the mailserver or its C: drive. And I can't use
>terminal services. And I need more information than just the version
number.
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]]On Behalf Of Uhte, Russ
>Sent: Friday, 22 November 2002 12:12 PM
>To: '[EMAIL PROTECTED]'
>Subject: RE: [Declude.Virus] installed.bin
>
>
>John,
>Just a quick suggestion...  If this is information you use routinely, make
a
>batch file that runs the command (declude -diag >C:\declude.txt)  and use
>the NT at command to make it run every x hours...  Then you could pull that
>declude.txt file and know that it was last updated x hours ago...  Just my
>$0.02
>-Russ
>
>-Original Message-
>From: John Shacklett [mailto:[EMAIL PROTECTED]]
>Sent: Friday, November 22, 2002 12:09 PM
>To: [EMAIL PROTECTED]
>Subject: RE: [Declude.Virus] installed.bin
>
>
>No, that's exactly what I can't to do, although I understand the thinking
>and appreciate the suggestion.
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]]On Behalf Of Jim Matuska
>Sent: Friday, 22 November 2002 11:48 AM
>To: [EMAIL PROTECTED]
>Subject: Re: [Declude.Virus] installed.bin
>
>
>You could always setup terminal services or another remote access terminal
>program on your server too.
>
>Jim Matuska Jr.
>Nez Perce Tribe
>Information Systems
>[EMAIL PROTECTED]
>- Original Message -
>From: "John Shacklett" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Friday, November 22, 2002 8:54 AM
>Subject: RE: [Declude.Virus] installed.bin
>
>
>> You don't say. Anywhere I want.
>>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED]]On Behalf Of John Tolmachoff
>> Sent: Friday, 22 November 2002 11:46 AM
>> To: [EMAIL PROTECTED]
>> Subject: RE: [Declude.Virus] installed.bin
>>
>>
>> You can always use declude -diag >C:\declude.txt or where ever you want
>it.
>>
>> John Tolmachoff MCSE, CSSA
>> IT Manager, Network Engineer
>> RelianceSoft, Inc.
>> Fullerton, CA  92835
>> www.reliancesoft.com
>>
>>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[

RE: [Declude.Virus] installed.bin

2002-11-22 Thread John Shacklett
But, if I don't have access to the machine, then I don't have access to fire
off the batch file. Because if I am physically not located somewhere with
access to \\mailserver\c$ then I'm probably not going to be able to run "at
\\mailserver time cmd /c senddiag.cmd".

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Dan Shadix
Sent: Friday, 22 November 2002 2:01 PM
To: [EMAIL PROTECTED]
Subject: RE: [Declude.Virus] installed.bin


Or have the batch file that creates the file send you an e-mail with the
information to you.

Dan

-- Original Message --
From: "Uhte, Russ" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 22 Nov 2002 13:48:50 -0500

>So, let me get this straight...  You can't do a \\mailserver\c$ and get to
>your mail servers C drive?  Can the mailserver get to your c drive?  Our is
>there a machine that both the mailserver, and your machine have access to??
>If so, you could make the batch file map a drive using a specified
>username/password.
>-Russ
>
>-Original Message-
>From: John Shacklett [mailto:[EMAIL PROTECTED]]
>Sent: Friday, November 22, 2002 12:27 PM
>To: [EMAIL PROTECTED]
>Subject: RE: [Declude.Virus] installed.bin
>
>
>I like this idea, but I'm still trying to address the situation where I
>don't have ready access to the mailserver or its C: drive. And I can't use
>terminal services. And I need more information than just the version
number.
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]]On Behalf Of Uhte, Russ
>Sent: Friday, 22 November 2002 12:12 PM
>To: '[EMAIL PROTECTED]'
>Subject: RE: [Declude.Virus] installed.bin
>
>
>John,
>Just a quick suggestion...  If this is information you use routinely, make
a
>batch file that runs the command (declude -diag >C:\declude.txt)  and use
>the NT at command to make it run every x hours...  Then you could pull that
>declude.txt file and know that it was last updated x hours ago...  Just my
>$0.02
>-Russ
>
>-Original Message-
>From: John Shacklett [mailto:[EMAIL PROTECTED]]
>Sent: Friday, November 22, 2002 12:09 PM
>To: [EMAIL PROTECTED]
>Subject: RE: [Declude.Virus] installed.bin
>
>
>No, that's exactly what I can't to do, although I understand the thinking
>and appreciate the suggestion.
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]]On Behalf Of Jim Matuska
>Sent: Friday, 22 November 2002 11:48 AM
>To: [EMAIL PROTECTED]
>Subject: Re: [Declude.Virus] installed.bin
>
>
>You could always setup terminal services or another remote access terminal
>program on your server too.
>
>Jim Matuska Jr.
>Nez Perce Tribe
>Information Systems
>[EMAIL PROTECTED]
>- Original Message -
>From: "John Shacklett" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Friday, November 22, 2002 8:54 AM
>Subject: RE: [Declude.Virus] installed.bin
>
>
>> You don't say. Anywhere I want.
>>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED]]On Behalf Of John Tolmachoff
>> Sent: Friday, 22 November 2002 11:46 AM
>> To: [EMAIL PROTECTED]
>> Subject: RE: [Declude.Virus] installed.bin
>>
>>
>> You can always use declude -diag >C:\declude.txt or where ever you want
>it.
>>
>> John Tolmachoff MCSE, CSSA
>> IT Manager, Network Engineer
>> RelianceSoft, Inc.
>> Fullerton, CA  92835
>> www.reliancesoft.com
>>
>>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED]] On Behalf Of John Shacklett
>> Sent: Friday, November 22, 2002 8:27 AM
>> To: [EMAIL PROTECTED]
>> Subject: [Declude.Virus] installed.bin
>>
>> The installed.bin file in the Declude directory has the current version
>> info. Could that be expanded to include more of the declude -diag data?
>>
>> --
>>
>>
>> John Shacklett
>>
>> www.continentaloffice.com
>>
>> [EMAIL PROTECTED]
>> [EMAIL PROTECTED]
>>
>> Before you criticize someone,
>> walk a mile in his shoes.
>>
>> Then when you do criticize that
>> person, you'll be a mile away and
>> you'll have his shoes!
>>
>> ---
>> [This E-mail was scanned for viruses by Declude Virus
>> (http://www.declude.com)]
>>
>> ---
>> This E-mail came from the Declude.Virus mailing list.  To
>> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
>> type "unsubscribe Declude.Virus"

RE: [Declude.Virus] installed.bin

2002-11-22 Thread Dan Shadix
Or have the batch file that creates the file send you an e-mail with the information 
to you.

Dan

-- Original Message --
From: "Uhte, Russ" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 22 Nov 2002 13:48:50 -0500

>So, let me get this straight...  You can't do a \\mailserver\c$ and get to
>your mail servers C drive?  Can the mailserver get to your c drive?  Our is
>there a machine that both the mailserver, and your machine have access to??
>If so, you could make the batch file map a drive using a specified
>username/password.  
>-Russ
>
>-Original Message-
>From: John Shacklett [mailto:[EMAIL PROTECTED]] 
>Sent: Friday, November 22, 2002 12:27 PM
>To: [EMAIL PROTECTED]
>Subject: RE: [Declude.Virus] installed.bin
>
>
>I like this idea, but I'm still trying to address the situation where I
>don't have ready access to the mailserver or its C: drive. And I can't use
>terminal services. And I need more information than just the version number.
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]]On Behalf Of Uhte, Russ
>Sent: Friday, 22 November 2002 12:12 PM
>To: '[EMAIL PROTECTED]'
>Subject: RE: [Declude.Virus] installed.bin
>
>
>John,
>Just a quick suggestion...  If this is information you use routinely, make a
>batch file that runs the command (declude -diag >C:\declude.txt)  and use
>the NT at command to make it run every x hours...  Then you could pull that
>declude.txt file and know that it was last updated x hours ago...  Just my
>$0.02
>-Russ
>
>-----Original Message-
>From: John Shacklett [mailto:[EMAIL PROTECTED]]
>Sent: Friday, November 22, 2002 12:09 PM
>To: [EMAIL PROTECTED]
>Subject: RE: [Declude.Virus] installed.bin
>
>
>No, that's exactly what I can't to do, although I understand the thinking
>and appreciate the suggestion.
>
>-----Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]]On Behalf Of Jim Matuska
>Sent: Friday, 22 November 2002 11:48 AM
>To: [EMAIL PROTECTED]
>Subject: Re: [Declude.Virus] installed.bin
>
>
>You could always setup terminal services or another remote access terminal
>program on your server too.
>
>Jim Matuska Jr.
>Nez Perce Tribe
>Information Systems
>[EMAIL PROTECTED]
>- Original Message -
>From: "John Shacklett" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Friday, November 22, 2002 8:54 AM
>Subject: RE: [Declude.Virus] installed.bin
>
>
>> You don't say. Anywhere I want.
>>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED]]On Behalf Of John Tolmachoff
>> Sent: Friday, 22 November 2002 11:46 AM
>> To: [EMAIL PROTECTED]
>> Subject: RE: [Declude.Virus] installed.bin
>>
>>
>> You can always use declude -diag >C:\declude.txt or where ever you want
>it.
>>
>> John Tolmachoff MCSE, CSSA
>> IT Manager, Network Engineer
>> RelianceSoft, Inc.
>> Fullerton, CA  92835
>> www.reliancesoft.com
>>
>>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED]] On Behalf Of John Shacklett
>> Sent: Friday, November 22, 2002 8:27 AM
>> To: [EMAIL PROTECTED]
>> Subject: [Declude.Virus] installed.bin
>>
>> The installed.bin file in the Declude directory has the current version
>> info. Could that be expanded to include more of the declude -diag data?
>>
>> --
>>
>>
>> John Shacklett
>>
>> www.continentaloffice.com
>>
>> [EMAIL PROTECTED]
>> [EMAIL PROTECTED]
>>
>> Before you criticize someone,
>> walk a mile in his shoes.
>>
>> Then when you do criticize that
>> person, you'll be a mile away and
>> you'll have his shoes!
>>
>> ---
>> [This E-mail was scanned for viruses by Declude Virus
>> (http://www.declude.com)]
>>
>> ---
>> This E-mail came from the Declude.Virus mailing list.  To
>> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
>> type "unsubscribe Declude.Virus".The archives can be found
>> at http://www.mail-archive.com.
>>  can be found
>> at http://www.mail-archive.com.
>>
>> ---
>> [This E-mail was scanned for viruses by Declude Virus
>> (http://www.declude.com)]
>>
>> ---
>> This E-mail came from the Declude.Virus mailing list.  To
>> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
>> type "unsubscribe Declude.Virus".The archives can be found
>&g

RE: [Declude.Virus] installed.bin

2002-11-22 Thread Uhte, Russ
So, let me get this straight...  You can't do a \\mailserver\c$ and get to
your mail servers C drive?  Can the mailserver get to your c drive?  Our is
there a machine that both the mailserver, and your machine have access to??
If so, you could make the batch file map a drive using a specified
username/password.  
-Russ

-Original Message-
From: John Shacklett [mailto:[EMAIL PROTECTED]] 
Sent: Friday, November 22, 2002 12:27 PM
To: [EMAIL PROTECTED]
Subject: RE: [Declude.Virus] installed.bin


I like this idea, but I'm still trying to address the situation where I
don't have ready access to the mailserver or its C: drive. And I can't use
terminal services. And I need more information than just the version number.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Uhte, Russ
Sent: Friday, 22 November 2002 12:12 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [Declude.Virus] installed.bin


John,
Just a quick suggestion...  If this is information you use routinely, make a
batch file that runs the command (declude -diag >C:\declude.txt)  and use
the NT at command to make it run every x hours...  Then you could pull that
declude.txt file and know that it was last updated x hours ago...  Just my
$0.02
-Russ

-Original Message-
From: John Shacklett [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 22, 2002 12:09 PM
To: [EMAIL PROTECTED]
Subject: RE: [Declude.Virus] installed.bin


No, that's exactly what I can't to do, although I understand the thinking
and appreciate the suggestion.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jim Matuska
Sent: Friday, 22 November 2002 11:48 AM
To: [EMAIL PROTECTED]
Subject: Re: [Declude.Virus] installed.bin


You could always setup terminal services or another remote access terminal
program on your server too.

Jim Matuska Jr.
Nez Perce Tribe
Information Systems
[EMAIL PROTECTED]
- Original Message -
From: "John Shacklett" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 22, 2002 8:54 AM
Subject: RE: [Declude.Virus] installed.bin


> You don't say. Anywhere I want.
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of John Tolmachoff
> Sent: Friday, 22 November 2002 11:46 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [Declude.Virus] installed.bin
>
>
> You can always use declude -diag >C:\declude.txt or where ever you want
it.
>
> John Tolmachoff MCSE, CSSA
> IT Manager, Network Engineer
> RelianceSoft, Inc.
> Fullerton, CA  92835
> www.reliancesoft.com
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of John Shacklett
> Sent: Friday, November 22, 2002 8:27 AM
> To: [EMAIL PROTECTED]
> Subject: [Declude.Virus] installed.bin
>
> The installed.bin file in the Declude directory has the current version
> info. Could that be expanded to include more of the declude -diag data?
>
> --
>
>
> John Shacklett
>
> www.continentaloffice.com
>
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
> Before you criticize someone,
> walk a mile in his shoes.
>
> Then when you do criticize that
> person, you'll be a mile away and
> you'll have his shoes!
>
> ---
> [This E-mail was scanned for viruses by Declude Virus
> (http://www.declude.com)]
>
> ---
> This E-mail came from the Declude.Virus mailing list.  To
> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
> type "unsubscribe Declude.Virus".The archives can be found
> at http://www.mail-archive.com.
>  can be found
> at http://www.mail-archive.com.
>
> ---
> [This E-mail was scanned for viruses by Declude Virus
> (http://www.declude.com)]
>
> ---
> This E-mail came from the Declude.Virus mailing list.  To
> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
> type "unsubscribe Declude.Virus".The archives can be found
> at http://www.mail-archive.com.
>
> ---
> [This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]
>
> ---
> This E-mail came from the Declude.Virus mailing list.  To
> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
> type "unsubscribe Declude.Virus".The archives can be found
> at http://www.mail-archive.com.
>

---
[This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".The archives can be found
at http://www.mail-archive.com.

---
[This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

---
This E-mail came from t

RE: [Declude.Virus] installed.bin

2002-11-22 Thread John Shacklett
I like this idea, but I'm still trying to address the situation where I
don't have ready access to the mailserver or its C: drive. And I can't use
terminal services. And I need more information than just the version number.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Uhte, Russ
Sent: Friday, 22 November 2002 12:12 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [Declude.Virus] installed.bin


John,
Just a quick suggestion...  If this is information you use routinely, make a
batch file that runs the command (declude -diag >C:\declude.txt)  and use
the NT at command to make it run every x hours...  Then you could pull that
declude.txt file and know that it was last updated x hours ago...  Just my
$0.02
-Russ

-Original Message-
From: John Shacklett [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 22, 2002 12:09 PM
To: [EMAIL PROTECTED]
Subject: RE: [Declude.Virus] installed.bin


No, that's exactly what I can't to do, although I understand the thinking
and appreciate the suggestion.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jim Matuska
Sent: Friday, 22 November 2002 11:48 AM
To: [EMAIL PROTECTED]
Subject: Re: [Declude.Virus] installed.bin


You could always setup terminal services or another remote access terminal
program on your server too.

Jim Matuska Jr.
Nez Perce Tribe
Information Systems
[EMAIL PROTECTED]
- Original Message -
From: "John Shacklett" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 22, 2002 8:54 AM
Subject: RE: [Declude.Virus] installed.bin


> You don't say. Anywhere I want.
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of John Tolmachoff
> Sent: Friday, 22 November 2002 11:46 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [Declude.Virus] installed.bin
>
>
> You can always use declude -diag >C:\declude.txt or where ever you want
it.
>
> John Tolmachoff MCSE, CSSA
> IT Manager, Network Engineer
> RelianceSoft, Inc.
> Fullerton, CA  92835
> www.reliancesoft.com
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of John Shacklett
> Sent: Friday, November 22, 2002 8:27 AM
> To: [EMAIL PROTECTED]
> Subject: [Declude.Virus] installed.bin
>
> The installed.bin file in the Declude directory has the current version
> info. Could that be expanded to include more of the declude -diag data?
>
> --
>
>
> John Shacklett
>
> www.continentaloffice.com
>
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
> Before you criticize someone,
> walk a mile in his shoes.
>
> Then when you do criticize that
> person, you'll be a mile away and
> you'll have his shoes!
>
> ---
> [This E-mail was scanned for viruses by Declude Virus
> (http://www.declude.com)]
>
> ---
> This E-mail came from the Declude.Virus mailing list.  To
> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
> type "unsubscribe Declude.Virus".The archives can be found
> at http://www.mail-archive.com.
>  can be found
> at http://www.mail-archive.com.
>
> ---
> [This E-mail was scanned for viruses by Declude Virus
> (http://www.declude.com)]
>
> ---
> This E-mail came from the Declude.Virus mailing list.  To
> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
> type "unsubscribe Declude.Virus".The archives can be found
> at http://www.mail-archive.com.
>
> ---
> [This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]
>
> ---
> This E-mail came from the Declude.Virus mailing list.  To
> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
> type "unsubscribe Declude.Virus".The archives can be found
> at http://www.mail-archive.com.
>

---
[This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".The archives can be found
at http://www.mail-archive.com.

---
[This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".The archives can be found
at http://www.mail-archive.com.
---
[This E-mail scanned for viruses by Declude Virus]


---
CONFIDENTIALITY NOTICE: This email and any attachments are for the exclusive
and confidential use of the intended recipient. If you are not the intended
recipient, please do not read, distribute or take action in reliance upon
this message. If you have

RE: [Declude.Virus] installed.bin

2002-11-22 Thread Uhte, Russ
John,
Just a quick suggestion...  If this is information you use routinely, make a
batch file that runs the command (declude -diag >C:\declude.txt)  and use
the NT at command to make it run every x hours...  Then you could pull that
declude.txt file and know that it was last updated x hours ago...  Just my
$0.02
-Russ

-Original Message-
From: John Shacklett [mailto:[EMAIL PROTECTED]] 
Sent: Friday, November 22, 2002 12:09 PM
To: [EMAIL PROTECTED]
Subject: RE: [Declude.Virus] installed.bin


No, that's exactly what I can't to do, although I understand the thinking
and appreciate the suggestion.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jim Matuska
Sent: Friday, 22 November 2002 11:48 AM
To: [EMAIL PROTECTED]
Subject: Re: [Declude.Virus] installed.bin


You could always setup terminal services or another remote access terminal
program on your server too.

Jim Matuska Jr.
Nez Perce Tribe
Information Systems
[EMAIL PROTECTED]
- Original Message -
From: "John Shacklett" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 22, 2002 8:54 AM
Subject: RE: [Declude.Virus] installed.bin


> You don't say. Anywhere I want.
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of John Tolmachoff
> Sent: Friday, 22 November 2002 11:46 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [Declude.Virus] installed.bin
>
>
> You can always use declude -diag >C:\declude.txt or where ever you want
it.
>
> John Tolmachoff MCSE, CSSA
> IT Manager, Network Engineer
> RelianceSoft, Inc.
> Fullerton, CA  92835
> www.reliancesoft.com
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of John Shacklett
> Sent: Friday, November 22, 2002 8:27 AM
> To: [EMAIL PROTECTED]
> Subject: [Declude.Virus] installed.bin
>
> The installed.bin file in the Declude directory has the current version
> info. Could that be expanded to include more of the declude -diag data?
>
> --
>
>
> John Shacklett
>
> www.continentaloffice.com
>
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
> Before you criticize someone,
> walk a mile in his shoes.
>
> Then when you do criticize that
> person, you'll be a mile away and
> you'll have his shoes!
>
> ---
> [This E-mail was scanned for viruses by Declude Virus
> (http://www.declude.com)]
>
> ---
> This E-mail came from the Declude.Virus mailing list.  To
> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
> type "unsubscribe Declude.Virus".The archives can be found
> at http://www.mail-archive.com.
>  can be found
> at http://www.mail-archive.com.
>
> ---
> [This E-mail was scanned for viruses by Declude Virus
> (http://www.declude.com)]
>
> ---
> This E-mail came from the Declude.Virus mailing list.  To
> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
> type "unsubscribe Declude.Virus".The archives can be found
> at http://www.mail-archive.com.
>
> ---
> [This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]
>
> ---
> This E-mail came from the Declude.Virus mailing list.  To
> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
> type "unsubscribe Declude.Virus".The archives can be found
> at http://www.mail-archive.com.
>

---
[This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".The archives can be found
at http://www.mail-archive.com.

---
[This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".The archives can be found
at http://www.mail-archive.com.
---
[This E-mail scanned for viruses by Declude Virus]


---
CONFIDENTIALITY NOTICE: This email and any attachments are for the exclusive
and confidential use of the intended recipient. If you are not the intended
recipient, please do not read, distribute or take action in reliance upon
this message. If you have received this in error, please notify us
immediately by return email and promptly delete this message and its
attachments from your computer system.
---
---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".The archives can be found
at http://www.mail-archive.com.



RE: [Declude.Virus] installed.bin

2002-11-22 Thread John Tolmachoff
>>You can always use declude -diag >C:\declude.txt or where ever you want
it.

>You don't say. Anywhere I want.

Not sure what you mean. ???

John Tolmachoff MCSE, CSSA
IT Manager, Network Engineer
RelianceSoft, Inc.
Fullerton, CA  92835
www.reliancesoft.com


---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".The archives can be found
at http://www.mail-archive.com.



RE: [Declude.Virus] installed.bin

2002-11-22 Thread John Shacklett
No, that's exactly what I can't to do, although I understand the thinking
and appreciate the suggestion.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jim Matuska
Sent: Friday, 22 November 2002 11:48 AM
To: [EMAIL PROTECTED]
Subject: Re: [Declude.Virus] installed.bin


You could always setup terminal services or another remote access terminal
program on your server too.

Jim Matuska Jr.
Nez Perce Tribe
Information Systems
[EMAIL PROTECTED]
- Original Message -
From: "John Shacklett" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 22, 2002 8:54 AM
Subject: RE: [Declude.Virus] installed.bin


> You don't say. Anywhere I want.
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of John Tolmachoff
> Sent: Friday, 22 November 2002 11:46 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [Declude.Virus] installed.bin
>
>
> You can always use declude -diag >C:\declude.txt or where ever you want
it.
>
> John Tolmachoff MCSE, CSSA
> IT Manager, Network Engineer
> RelianceSoft, Inc.
> Fullerton, CA  92835
> www.reliancesoft.com
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of John Shacklett
> Sent: Friday, November 22, 2002 8:27 AM
> To: [EMAIL PROTECTED]
> Subject: [Declude.Virus] installed.bin
>
> The installed.bin file in the Declude directory has the current version
> info. Could that be expanded to include more of the declude -diag data?
>
> --
>
>
> John Shacklett
>
> www.continentaloffice.com
>
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
> Before you criticize someone,
> walk a mile in his shoes.
>
> Then when you do criticize that
> person, you'll be a mile away and
> you'll have his shoes!
>
> ---
> [This E-mail was scanned for viruses by Declude Virus
> (http://www.declude.com)]
>
> ---
> This E-mail came from the Declude.Virus mailing list.  To
> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
> type "unsubscribe Declude.Virus".The archives can be found
> at http://www.mail-archive.com.
>  can be found
> at http://www.mail-archive.com.
>
> ---
> [This E-mail was scanned for viruses by Declude Virus
> (http://www.declude.com)]
>
> ---
> This E-mail came from the Declude.Virus mailing list.  To
> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
> type "unsubscribe Declude.Virus".The archives can be found
> at http://www.mail-archive.com.
>
> ---
> [This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]
>
> ---
> This E-mail came from the Declude.Virus mailing list.  To
> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
> type "unsubscribe Declude.Virus".The archives can be found
> at http://www.mail-archive.com.
>

---
[This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".The archives can be found
at http://www.mail-archive.com.

---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".The archives can be found
at http://www.mail-archive.com.



Re: [Declude.Virus] installed.bin

2002-11-22 Thread Jim Matuska
You could always setup terminal services or another remote access terminal
program on your server too.

Jim Matuska Jr.
Nez Perce Tribe
Information Systems
[EMAIL PROTECTED]
- Original Message -
From: "John Shacklett" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 22, 2002 8:54 AM
Subject: RE: [Declude.Virus] installed.bin


> You don't say. Anywhere I want.
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of John Tolmachoff
> Sent: Friday, 22 November 2002 11:46 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [Declude.Virus] installed.bin
>
>
> You can always use declude -diag >C:\declude.txt or where ever you want
it.
>
> John Tolmachoff MCSE, CSSA
> IT Manager, Network Engineer
> RelianceSoft, Inc.
> Fullerton, CA  92835
> www.reliancesoft.com
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of John Shacklett
> Sent: Friday, November 22, 2002 8:27 AM
> To: [EMAIL PROTECTED]
> Subject: [Declude.Virus] installed.bin
>
> The installed.bin file in the Declude directory has the current version
> info. Could that be expanded to include more of the declude -diag data?
>
> --
>
>
> John Shacklett
>
> www.continentaloffice.com
>
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
> Before you criticize someone,
> walk a mile in his shoes.
>
> Then when you do criticize that
> person, you'll be a mile away and
> you'll have his shoes!
>
> ---
> [This E-mail was scanned for viruses by Declude Virus
> (http://www.declude.com)]
>
> ---
> This E-mail came from the Declude.Virus mailing list.  To
> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
> type "unsubscribe Declude.Virus".The archives can be found
> at http://www.mail-archive.com.
>  can be found
> at http://www.mail-archive.com.
>
> ---
> [This E-mail was scanned for viruses by Declude Virus
> (http://www.declude.com)]
>
> ---
> This E-mail came from the Declude.Virus mailing list.  To
> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
> type "unsubscribe Declude.Virus".The archives can be found
> at http://www.mail-archive.com.
>
> ---
> [This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]
>
> ---
> This E-mail came from the Declude.Virus mailing list.  To
> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
> type "unsubscribe Declude.Virus".The archives can be found
> at http://www.mail-archive.com.
>

---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".The archives can be found
at http://www.mail-archive.com.



RE: [Declude.Virus] installed.bin

2002-11-22 Thread Andy Schmidt
Actually - I simply included the Version tag in my Mail Headers - this way I
can see WHICH version handled an email - and, if I want to verify the
version from my desk, I just send myself an email.


Best Regards
Andy Schmidt

Phone:  +1 201 934-3414 x20 (Business)
Fax:+1 201 934-9206



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of John Shacklett
Sent: Friday, November 22, 2002 11:55 AM
To: [EMAIL PROTECTED]
Subject: RE: [Declude.Virus] installed.bin


You don't say. Anywhere I want.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of John Tolmachoff
Sent: Friday, 22 November 2002 11:46 AM
To: [EMAIL PROTECTED]
Subject: RE: [Declude.Virus] installed.bin


You can always use declude -diag >C:\declude.txt or where ever you want it.

John Tolmachoff MCSE, CSSA
IT Manager, Network Engineer
RelianceSoft, Inc.
Fullerton, CA  92835
www.reliancesoft.com


---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".The archives can be found
at http://www.mail-archive.com.



RE: [Declude.Virus] installed.bin

2002-11-22 Thread John Shacklett
You don't say. Anywhere I want.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of John Tolmachoff
Sent: Friday, 22 November 2002 11:46 AM
To: [EMAIL PROTECTED]
Subject: RE: [Declude.Virus] installed.bin


You can always use declude -diag >C:\declude.txt or where ever you want it.

John Tolmachoff MCSE, CSSA
IT Manager, Network Engineer
RelianceSoft, Inc.
Fullerton, CA  92835
www.reliancesoft.com


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of John Shacklett
Sent: Friday, November 22, 2002 8:27 AM
To: [EMAIL PROTECTED]
Subject: [Declude.Virus] installed.bin

The installed.bin file in the Declude directory has the current version
info. Could that be expanded to include more of the declude -diag data?

--


John Shacklett

www.continentaloffice.com

[EMAIL PROTECTED]
[EMAIL PROTECTED]

Before you criticize someone,
walk a mile in his shoes.

Then when you do criticize that
person, you'll be a mile away and
you'll have his shoes!

---
[This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".The archives can be found
at http://www.mail-archive.com.
 can be found
at http://www.mail-archive.com.

---
[This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".The archives can be found
at http://www.mail-archive.com.

---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".The archives can be found
at http://www.mail-archive.com.



RE: [Declude.Virus] installed.bin

2002-11-22 Thread John Tolmachoff
You can always use declude -diag >C:\declude.txt or where ever you want it.

John Tolmachoff MCSE, CSSA
IT Manager, Network Engineer
RelianceSoft, Inc.
Fullerton, CA  92835
www.reliancesoft.com


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of John Shacklett
Sent: Friday, November 22, 2002 8:27 AM
To: [EMAIL PROTECTED]
Subject: [Declude.Virus] installed.bin

The installed.bin file in the Declude directory has the current version
info. Could that be expanded to include more of the declude -diag data?

--


John Shacklett

www.continentaloffice.com

[EMAIL PROTECTED]
[EMAIL PROTECTED]

Before you criticize someone,
walk a mile in his shoes.

Then when you do criticize that
person, you'll be a mile away and
you'll have his shoes!

---
[This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".The archives can be found
at http://www.mail-archive.com.
 can be found
at http://www.mail-archive.com.

---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".The archives can be found
at http://www.mail-archive.com.



RE: [Declude.Virus] installed.bin

2002-11-22 Thread John Shacklett
Right, but I'm routinely not close enough to the server to be able to
actually run the command.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of R. Scott Perry
Sent: Friday, 22 November 2002 11:34 AM
To: [EMAIL PROTECTED]
Subject: Re: [Declude.Virus] installed.bin



>The installed.bin file in the Declude directory has the current version
>info. Could that be expanded to include more of the declude -diag data?

That's a binary file used internally by Declude, and may not show the
correct version.  The "Declude -diag" will always show the correct
version.  If you want it in a file, you can type "declude -diag > diag.txt"
from a command prompt in the \IMail\Declude directory.
-Scott

---
[This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".The archives can be found
at http://www.mail-archive.com.

---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".The archives can be found
at http://www.mail-archive.com.



Re: [Declude.Virus] installed.bin

2002-11-22 Thread R. Scott Perry


The installed.bin file in the Declude directory has the current version
info. Could that be expanded to include more of the declude -diag data?


That's a binary file used internally by Declude, and may not show the 
correct version.  The "Declude -diag" will always show the correct 
version.  If you want it in a file, you can type "declude -diag > diag.txt" 
from a command prompt in the \IMail\Declude directory.
   -Scott

---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.Virus mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.Virus".The archives can be found
at http://www.mail-archive.com.