Cookies (was:Re: NO Ticker as default folder setting)

2001-01-09 Thread Thomas Fernandez

Hi Mark,

On Tue, 9 Jan 2001 18:19:31 +GMT (10/01/2001, 02:19 +0800GMT),
Mark Aston wrote:

>>> does you know which file TB! stores cookie lines?

>> In account.cfg .

MA> Thanks, unfortunately that was the one file which got corrupted when I
MA> did  a  CD  backup.  Windows  reports  an  "Error  performing  inpage
MA> operation" whatever that is.

I never saw this error. Does anybody know what this means?

As for the cookie file, I don't understand your question. You define
the cookie file, for example by using the macro:

%Cookie="E:\stuff\cookies.txt"

-- 

Cheers,
Thomas.  

Message reply created with The Bat! 1.49
under Chinese Windows 98 4.10 Build 1998  
on a Pentium II/350 MHz.

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   
To Unsubscribe from TBUDL, double click here and send the message:
   
--

You are subscribed as : archive@jab.org





Re: Cookies (was:Re: NO Ticker as default folder setting)

2001-01-09 Thread Januk Aggarwal

Hello Thomas,

TF = Thomas Fernandez 

On  Wed, 10 Jan 2001  at  12:05:06 GMT +0800 (which was 8:05 PM where
I live) witnesses say Thomas Fernandez typed:

TF> As for the cookie file, I don't understand your question. You define
TF> the cookie file, for example by using the macro:

TF> %Cookie="E:\stuff\cookies.txt"

If you put your cookies in using

 Accout -> Properties -> Template -> Cookies

Then you don't need the ="..." part.  Just %cookie will get them.
 

-- 
Thanks for writing,
 Januk Aggarwal

 Using The Bat! 1.49
 under Windows 98 4.10 Build   A 

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   
To Unsubscribe from TBUDL, double click here and send the message:
   
--

You are subscribed as : archive@jab.org





Re: Cookies (was:Re: NO Ticker as default folder setting)

2001-01-09 Thread Andrey G. Sergeev (AKA Andris)

Hello!


Wednesday, January 10, 2001, 7:05:06 AM, Thomas Fernandez <[EMAIL PROTECTED]> wrote:

 does you know which file TB! stores cookie lines?

>>> In account.cfg .

MA>> Thanks, unfortunately that was the one file which got corrupted when I
MA>> did  a  CD  backup.  Windows  reports  an  "Error  performing  inpage
MA>> operation" whatever that is.

TF> I never saw this error. Does anybody know what this means?

Probably there was an error encountered by the Windows CDFS module.


-- 

Yours sincerely,

Andrey G. Sergeev (AKA Andris) http://www.andris.msk.ru/

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   
To Unsubscribe from TBUDL, double click here and send the message:
   
--

You are subscribed as : archive@jab.org





Re: Cookies (was:Re: NO Ticker as default folder setting)

2001-01-10 Thread Douglas Hinds



Hello Thomas & others on TBUDL following this thread,

Tuesday, January 09, 2001,  you stated regarding Cookies:

TF> As for the cookie file, I don't understand your question. You define
TF> the cookie file, for example by using the macro:

TF> %Cookie="E:\stuff\cookies.txt"

This is what I have at the bottom of my reply template and it works
just fine:


%cookie

 ***  REPLY SEPARATOR  ***

Douglas

I don't use cookies on all accounts and obviously, the cookies are
in the cookies template.

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   
To Unsubscribe from TBUDL, double click here and send the message:
   
--

You are subscribed as : archive@jab.org





Re: Cookies (was:Re: NO Ticker as default folder setting)

2001-01-10 Thread Mark Aston

Hi Thomas,

Wednesday, January 10, 2001, 4:05:06 AM, you wrote:

MA>> Thanks, unfortunately that was the one file which got corrupted when I
MA>> did  a  CD  backup.  Windows  reports  an  "Error  performing  inpage
MA>> operation" whatever that is.

> I never saw this error. Does anybody know what this means?

I finally found it on M$ Knowledgebase Q141117 seems to be an I/O read
error, in other words my CD was corrupted

> As for the cookie file, I don't understand your question. You define
> the cookie file, for example by using the macro:

> %Cookie="E:\stuff\cookies.txt"

You  *can*  define  the cookie file or you can just paste cookies into
the  box  under  Account  Properties,  which  is what I did. Karin was
correct and the actual text is contained within the account.cfg file.

-- 

Mark Aston   mailto:[EMAIL PROTECTED]


http://www.gunfleet.com
http://www.gunfleet.com/LinuxGuide



Using The Bat! 1.49
Under Windows NT 5 0 Service Pack 1 2195

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   
To Unsubscribe from TBUDL, double click here and send the message:
   
--

You are subscribed as : archive@jab.org





Re[2]: Cookies (was:Re: NO Ticker as default folder setting)

2001-01-10 Thread David Bevington

Hello Andrey,


Wednesday, January 10, 2001, 6:49:12 AM, you wrote:

> Wednesday, January 10, 2001, 7:05:06 AM, Thomas Fernandez <[EMAIL PROTECTED]> 
>wrote:

MA>>> Thanks, unfortunately that was the one file which got corrupted when I
MA>>> did  a  CD  backup.  Windows  reports  an  "Error  performing  inpage
MA>>> operation" whatever that is.

TF>> I never saw this error. Does anybody know what this means?

According to Microsoft:

> SUMMARY
> When copying files from a diskette on a Windows NT computer, you may
> occasionally experience an "Error performing inpage operation".
>
> In this scenario, this error usually indicates physical problems on
> the diskette media, and is probably unrelated to paging operations
> involving the Windows NT paging file, despite the wording of the
> error message.
>
> MORE INFORMATION
> Copy utilities commonly use the CopyFile() Win32 API to copy files.
>
> For small files (where small is arbitrarily defined in the Windows
> NT source code as less than 256 kilobytes) the Windows NT CopyFile()
> API does not actually open the source file and read from it using
> the CreateFile() and ReadFile() APIs as might be expected.
>
> Instead, the CopyFile() API creates a File Mapping and maps the file
> into virtual memory. Data is then read from the file by simply
> accessing this memory. As the memory is accessed, the required
> portions of the file are paged into memory on demand. This leverages
> the paging functionality of the Windows NT Virtual Memory Manager,
> but introduces the jargon of Paging into this particular file copy
> scenario.
>
> Consequently, if I/O errors occur while processing a CopyFile() API
> for a "small" file, they will not be reported as File I/O Errors.
> Instead, as these errors are detected in what is effectively a
> paging operation (albeit unrelated to the Windows NT paging file),
> they will be reported as "Error performing inpage operation".
>
> Additionally, errors caused by network connectivity can cause these
> errors. Mismatched MTU sizes or truncation of a packet at a router
> can result in this error when files larger than the largest packet
> size are copied over the network. In essence, the network connection
> is the media that has the physical problem.

URL is: http://support.microsoft.com/support/kb/articles/q141/1/17.asp



-- 
Cheers,
 Davidmailto:[EMAIL PROTECTED]
 Assistant Systems Librarian
---
Thought for the day:

"[The library] is like a place of sacredness.
If we were fools at one time,
perhaps we will not be fools tomorrow,
if we study." 
- Chief Tom Porter
---
Using The Bat! 1.49 S/N 7EBC9CD5 under Windows NT Build 1381 (Service Pack 6) on a 
Pentium with 128MB

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   
To Unsubscribe from TBUDL, double click here and send the message:
   
--

You are subscribed as : archive@jab.org