|
Home > Archive > microsoft.public.cert.exams.mcse > June 2002 > NTFS Permissions
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Myrt Webb 2002-06-23, 4:46 am |
| The explanation of NTFS persmissions in the 210 trng kit
is sorta of confusing.
Is there a better explanation somewhere else?
| |
| Don Julio 2002-06-23, 4:25 pm |
| NTFS developed for Windows NT and 2000
Features: Local Security, Data Compression, Data Encryption and Disk Quotas
NTFS permissions are cumulative based on group memberships i.e..
If "Meanoldman" is a member of the "Alcoholics Anonymous" group with the
*Modify* and *Read & Execute* NTFS permissions and he is also a member of
the "I Love my Mullet" group with the *Read* NTFS permission, providing both
these groups have been allowed access to a particular folder his effective
rights are *Modify*, *Read and Execute* and *Read*, they are cumulative, you
just add together all the NTFS permissions that he has been allowed
according to his group membership.
Now lets talk about *DENY* NTFS permissions
Now supposing "Don Julio" is a member of the "Embarrassingly Good Looking"
Group with the *Modify*, *Read and Execute*, *List Folder Contents*, *Read*
and *Write* NTFS Permissions and also is a member of the "Tightest buns in
England" group with the *DENY Modify* and *DENY Write* NTFS permissions.
Providing both these groups have been allowed access to a particular folder
His"effective" rights are *Read and Execute*, *List Folder Contents* and
*Read*. You see even though in one group his permissions included allow
*Modify* and *Write* because these permissions were expressly Denied to the
other group you have to subtract them to determine his effective
permissions.
Hope this is OK
"Myrt Webb" <myrtwebb@centurytel.net> wrote in message
news:f7ee01c21a67$8f617e00$a5e
62ecf@tkmsftngxa07...
> The explanation of NTFS persmissions in the 210 trng kit
> is sorta of confusing.
>
> Is there a better explanation somewhere else?
| |
| Laura A. Robinson 2002-06-23, 4:46 pm |
| circa Sun, 23 Jun 2002 23:19:10 +0100, in
microsoft.public.cert.exam.mcse, Don Julio (me@home.com) said,
>
> Now lets talk about *DENY* NTFS permissions
>
> Now supposing "Don Julio" is a member of the "Embarrassingly Good Looking"
> Group with the *Modify*, *Read and Execute*, *List Folder Contents*, *Read*
> and *Write* NTFS Permissions and also is a member of the "Tightest buns in
> England" group with the *DENY Modify* and *DENY Write* NTFS permissions.
> Providing both these groups have been allowed access to a particular folder
> His"effective" rights are *Read and Execute*, *List Folder Contents* and
> *Read*. You see even though in one group his permissions included allow
> *Modify* and *Write* because these permissions were expressly Denied to the
> other group you have to subtract them to determine his effective
> permissions.
>
> Hope this is OK
>
Keep in mind that an explicit allow will "beat" an inherited deny.
Laura
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
| Jeff Preou 2002-06-23, 11:25 pm |
| Are you sure ? *Everything* I have read suggests deny is king
always...
On Sun, 23 Jun 2002 18:25:25 -0400, "Laura A. Robinson"
< firstinitiallastname@technolog
ist.com> wrote:
>circa Sun, 23 Jun 2002 23:19:10 +0100, in
>microsoft.public.cert.exam.mcse, Don Julio (me@home.com) said,
>>
>> Now lets talk about *DENY* NTFS permissions
>>
>> Now supposing "Don Julio" is a member of the "Embarrassingly Good Looking"
>> Group with the *Modify*, *Read and Execute*, *List Folder Contents*, *Read*
>> and *Write* NTFS Permissions and also is a member of the "Tightest buns in
>> England" group with the *DENY Modify* and *DENY Write* NTFS permissions.
>> Providing both these groups have been allowed access to a particular folder
>> His"effective" rights are *Read and Execute*, *List Folder Contents* and
>> *Read*. You see even though in one group his permissions included allow
>> *Modify* and *Write* because these permissions were expressly Denied to the
>> other group you have to subtract them to determine his effective
>> permissions.
>>
>> Hope this is OK
>>
>Keep in mind that an explicit allow will "beat" an inherited deny.
>
>Laura
>--
>One man's mundane and boring existence is another man's Technicolor.
>-Tick, Strange Days
| |
| Laura A. Robinson 2002-06-24, 1:25 am |
| circa Mon, 24 Jun 2002 05:01:04 GMT, in
microsoft.public.cert.exam.mcse, Jeff Preou
(news@getridofme.preou.com) said,
> Are you sure ? *Everything* I have read suggests deny is king
> always...
>
http://www.microsoft.com/technet/treeview/default.asp?
url=/TechNet/prodtechnol/windows2000serv/maintain/featusability/authe
nti.asp
Note that this article does mention explicits beating inheriteds, but
doesn't illustrate it using an explicit allow beating an inherited
deny. Therefore, try this:
1. On an NTFS partition, create a folder called "TestFolder" (or
whatever)
2. Remove the inherited permissions on that folder so that you're
starting with a clean ACL.
3. In the list give yourself full control just so it's easier to dink
around with this stuff while you're testing.
4. Add a test user to the ACL. Leave the default "Read & Execute",
"List Folder Contents" and "Read" permissions in place, but check the
box to deny "Write" access for the test user on this folder.
5. Open the folder while still logged on as yourself.
6. Create another folder inside it called "TestInheritedFolder".
7. Bring up the ACL for "TestInheritedFolder". For the test user,
explicitly add the "Full Control" permission. Do not disable
inheritance or anything else. Just check the box to allow Full
Control. The ACL should now have check marks under all of the allows,
and a greyed check mark under the Deny column for the Write
permission.
8. Open the folder and create a text document inside. Call it
whatever you want and save it.
9. Log off.
10. Log on as the test user.
11. Open TestFolder.
12. Open TestInheritedFolder
13. Open the text document and add text to it. Save the changes.
14. Create another text document inside InheritedTestFolder.
15. Note that you'll be able to do both of these things successfully.
Now, if you go to the advanced permissions on InheritedTestFolder,
you'll see that the test user is listed with the full control
permissions at the top of the advanced ACL, and underneath that entry
will be the deny entry, faded-looking due to inheritance. If you
correlate that back to the article at the beginning of this post,
you'll see that it works the same way for either explicit allows
beating inherited denies, or for explicit denies beating inherited
allows.
Laura
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
| Jeff Preou 2002-06-24, 3:25 am |
| Thanks Laura. I tested as you suggested and you are indeed correct.
It's always nice to have a subject made a bit clearer.
Cheers.
On Mon, 24 Jun 2002 02:20:21 -0400, "Laura A. Robinson"
< firstinitiallastname@technolog
ist.com> wrote:
>circa Mon, 24 Jun 2002 05:01:04 GMT, in
>microsoft.public.cert.exam.mcse, Jeff Preou
>(news@getridofme.preou.com) said,
>> Are you sure ? *Everything* I have read suggests deny is king
>> always...
>>
>http://www.microsoft.com/technet/treeview/default.asp?
>url=/TechNet/prodtechnol/windows2000serv/maintain/featusability/authe
>nti.asp
| |
| Don Julio 2002-06-24, 6:25 am |
| Thanks Laura, you are quite right. Yet again I have been brought down to
earth with a bump, I am not worthy :-)
"Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in message
news:MPG.1780842fa1244375989f1e@msnews.microsoft.com...
> circa Mon, 24 Jun 2002 05:01:04 GMT, in
> microsoft.public.cert.exam.mcse, Jeff Preou
> (news@getridofme.preou.com) said,
> > Are you sure ? *Everything* I have read suggests deny is king
> > always...
> >
> http://www.microsoft.com/technet/treeview/default.asp?
> url=/TechNet/prodtechnol/windows2000serv/maintain/featusability/authe
> nti.asp
>
> Note that this article does mention explicits beating inheriteds, but
> doesn't illustrate it using an explicit allow beating an inherited
> deny. Therefore, try this:
>
> 1. On an NTFS partition, create a folder called "TestFolder" (or
> whatever)
> 2. Remove the inherited permissions on that folder so that you're
> starting with a clean ACL.
> 3. In the list give yourself full control just so it's easier to dink
> around with this stuff while you're testing.
> 4. Add a test user to the ACL. Leave the default "Read & Execute",
> "List Folder Contents" and "Read" permissions in place, but check the
> box to deny "Write" access for the test user on this folder.
> 5. Open the folder while still logged on as yourself.
> 6. Create another folder inside it called "TestInheritedFolder".
> 7. Bring up the ACL for "TestInheritedFolder". For the test user,
> explicitly add the "Full Control" permission. Do not disable
> inheritance or anything else. Just check the box to allow Full
> Control. The ACL should now have check marks under all of the allows,
> and a greyed check mark under the Deny column for the Write
> permission.
> 8. Open the folder and create a text document inside. Call it
> whatever you want and save it.
> 9. Log off.
> 10. Log on as the test user.
> 11. Open TestFolder.
> 12. Open TestInheritedFolder
> 13. Open the text document and add text to it. Save the changes.
> 14. Create another text document inside InheritedTestFolder.
> 15. Note that you'll be able to do both of these things successfully.
>
> Now, if you go to the advanced permissions on InheritedTestFolder,
> you'll see that the test user is listed with the full control
> permissions at the top of the advanced ACL, and underneath that entry
> will be the deny entry, faded-looking due to inheritance. If you
> correlate that back to the article at the beginning of this post,
> you'll see that it works the same way for either explicit allows
> beating inherited denies, or for explicit denies beating inherited
> allows.
>
> Laura
> --
> One man's mundane and boring existence is another man's Technicolor.
> -Tick, Strange Days
| |
| Laura A. Robinson 2002-06-24, 6:25 am |
| circa Mon, 24 Jun 2002 12:58:28 +0100, in
microsoft.public.cert.exam.mcse, Don Julio (me@work.com) said,
> Thanks Laura, you are quite right. Yet again I have been brought down to
> earth with a bump, I am not worthy :-)
>
Don't be silly. ;-)
Laura
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
| Laura A. Robinson 2002-06-24, 6:25 am |
| circa Mon, 24 Jun 2002 12:58:28 +0100, in
microsoft.public.cert.exam.mcse, Don Julio (me@work.com) said,
> Thanks Laura, you are quite right. Yet again I have been brought down to
> earth with a bump, I am not worthy :-)
>
P.S. I found your explanation quite amusing. :-)
Laura
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
| Don Julio 2002-06-24, 7:25 am |
| As long as Mean doesn't find out where I live I should be ok.:-)
"Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in message
news:MPG.1780d6c5dd307dfc989f24@msnews.microsoft.com...
> circa Mon, 24 Jun 2002 12:58:28 +0100, in
> microsoft.public.cert.exam.mcse, Don Julio (me@work.com) said,
> > Thanks Laura, you are quite right. Yet again I have been brought down
to
> > earth with a bump, I am not worthy :-)
> >
> P.S. I found your explanation quite amusing. :-)
>
> Laura
> --
> One man's mundane and boring existence is another man's Technicolor.
> -Tick, Strange Days
| |
| Laura A. Robinson 2002-06-24, 7:25 am |
| circa Mon, 24 Jun 2002 13:32:20 +0100, in
microsoft.public.cert.exam.mcse, Don Julio (me@work.com) said,
> As long as Mean doesn't find out where I live I should be ok.:-)
>
That reminds me; I'll be in London next week (barring unforeseen
circumstances like the train from Paris being as pathetic as most
English trains). How close are you to there? I promise not to tell
Mean. ;-)
Laura
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
| =mėanoldman= 2002-06-24, 7:25 am |
| Stay away from my woman!
--
http://www.mcngp.tk
"Don Julio" <me@work.com> wrote in message
news:eVZZQt3GCHA.2808@tkmsftngp10...
> As long as Mean doesn't find out where I live I should be ok.:-)
>
>
> "Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in
message
> news:MPG.1780d6c5dd307dfc989f24@msnews.microsoft.com...
> > circa Mon, 24 Jun 2002 12:58:28 +0100, in
> > microsoft.public.cert.exam.mcse, Don Julio (me@work.com) said,
> > > Thanks Laura, you are quite right. Yet again I have been brought down
> to
> > > earth with a bump, I am not worthy :-)
> > >
> > P.S. I found your explanation quite amusing. :-)
> >
> > Laura
> > --
> > One man's mundane and boring existence is another man's Technicolor.
> > -Tick, Strange Days
>
>
| |
| =mėanoldman= 2002-06-24, 7:25 am |
| I had a 6 hour layover in Heathrow and didn't even make it out of the
airport 
--
http://www.mcngp.tk
"Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in message
news:MPG.1780def7f4b3251b989f26@msnews.microsoft.com...
> circa Mon, 24 Jun 2002 13:32:20 +0100, in
> microsoft.public.cert.exam.mcse, Don Julio (me@work.com) said,
> > As long as Mean doesn't find out where I live I should be ok.:-)
> >
> That reminds me; I'll be in London next week (barring unforeseen
> circumstances like the train from Paris being as pathetic as most
> English trains). How close are you to there? I promise not to tell
> Mean. ;-)
>
> Laura
> --
> One man's mundane and boring existence is another man's Technicolor.
> -Tick, Strange Days
| |
| Don Julio 2002-06-24, 7:25 am |
| I am a good 200 miles from London in the north of England, I live in a small
village in West Yorkshire, I will get you a beer. If you are driving
around London, you could visit England's biggest car park called the M25
Motorway.
"Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in message
news:MPG.1780def7f4b3251b989f26@msnews.microsoft.com...
> circa Mon, 24 Jun 2002 13:32:20 +0100, in
> microsoft.public.cert.exam.mcse, Don Julio (me@work.com) said,
> > As long as Mean doesn't find out where I live I should be ok.:-)
> >
> That reminds me; I'll be in London next week (barring unforeseen
> circumstances like the train from Paris being as pathetic as most
> English trains). How close are you to there? I promise not to tell
> Mean. ;-)
>
> Laura
> --
> One man's mundane and boring existence is another man's Technicolor.
> -Tick, Strange Days
| |
| Laura A. Robinson 2002-06-24, 7:25 am |
| circa Mon, 24 Jun 2002 13:56:14 +0100, in
microsoft.public.cert.exam.mcse, Don Julio (me@work.com) said,
> I am a good 200 miles from London in the north of England, I live in a small
> village in West Yorkshire, I will get you a beer. If you are driving
> around London, you could visit England's biggest car park called the M25
> Motorway.
>
Hmm. Probably not doable. I'm not going to be there for long; just
hopping over to deliver some rawhide dog chewies to a friend west of
London.
Laura
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
| Laura A. Robinson 2002-06-24, 7:25 am |
| circa Mon, 24 Jun 2002 08:55:27 -0400, in
microsoft.public.cert.exam.mcse, "=mėanoldman=" <meanoldman@(no spam)
mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> ) said,
> Stay away from my woman!
>
Hey, you abandoned me. The raisins are piling up out there in the
lobby.
Laura
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
| Don Julio 2002-06-24, 7:25 am |
| That really is crappy, they probably engineered it, knowing you would have
to pay their extortionate prices on food and drink.
"=mėanoldman=" <meanoldman@(no spam)mcngp.tk> wrote in message
news:#$tVs53GCHA.2312@tkmsftngp12...
> I had a 6 hour layover in Heathrow and didn't even make it out of the
> airport 
>
> --
> http://www.mcngp.tk
>
>
> "Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in
message
> news:MPG.1780def7f4b3251b989f26@msnews.microsoft.com...
> > circa Mon, 24 Jun 2002 13:32:20 +0100, in
> > microsoft.public.cert.exam.mcse, Don Julio (me@work.com) said,
> > > As long as Mean doesn't find out where I live I should be ok.:-)
> > >
> > That reminds me; I'll be in London next week (barring unforeseen
> > circumstances like the train from Paris being as pathetic as most
> > English trains). How close are you to there? I promise not to tell
> > Mean. ;-)
> >
> > Laura
> > --
> > One man's mundane and boring existence is another man's Technicolor.
> > -Tick, Strange Days
>
>
| |
| =mėanoldman= 2002-06-24, 7:25 am |
| I didn't abandon you, I even invited you to come along with me.
--
http://www.mcngp.tk
"Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in message
news:MPG.1780e33b98e53726989f29@msnews.microsoft.com...
> circa Mon, 24 Jun 2002 08:55:27 -0400, in
> microsoft.public.cert.exam.mcse, "=mėanoldman=" <meanoldman@(no spam)
> mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> ) said,
> > Stay away from my woman!
> >
> Hey, you abandoned me. The raisins are piling up out there in the
> lobby.
>
> Laura
> --
> One man's mundane and boring existence is another man's Technicolor.
> -Tick, Strange Days
| |
| =mėanoldman= 2002-06-24, 7:25 am |
| I had $17 cheeseburger!
--
http://www.mcngp.tk
"Don Julio" <me@work.com> wrote in message
news:uYiu3B4GCHA.2700@tkmsftngp10...
> That really is crappy, they probably engineered it, knowing you would have
> to pay their extortionate prices on food and drink.
>
>
> "=mėanoldman=" <meanoldman@(no spam)mcngp.tk> wrote in message
> news:#$tVs53GCHA.2312@tkmsftngp12...
> > I had a 6 hour layover in Heathrow and didn't even make it out of the
> > airport 
> >
> > --
> > http://www.mcngp.tk
> >
> >
> > "Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in
> message
> > news:MPG.1780def7f4b3251b989f26@msnews.microsoft.com...
> > > circa Mon, 24 Jun 2002 13:32:20 +0100, in
> > > microsoft.public.cert.exam.mcse, Don Julio (me@work.com) said,
> > > > As long as Mean doesn't find out where I live I should be ok.:-)
> > > >
> > > That reminds me; I'll be in London next week (barring unforeseen
> > > circumstances like the train from Paris being as pathetic as most
> > > English trains). How close are you to there? I promise not to tell
> > > Mean. ;-)
> > >
> > > Laura
> > > --
> > > One man's mundane and boring existence is another man's Technicolor.
> > > -Tick, Strange Days
> >
> >
>
>
| |
| Don Julio 2002-06-24, 7:25 am |
| The thing is, 200 miles is a long way in England due to the fact there is no
space between one town and the next, It's a bit cramped to say the least.
where as in the US (according to people I know who have been) there is
virtually nothing apart from a long straight road between towns, so it could
be travelled a lot quicker.
"Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in message
news:MPG.1780e324766f64e4989f28@msnews.microsoft.com...
> circa Mon, 24 Jun 2002 13:56:14 +0100, in
> microsoft.public.cert.exam.mcse, Don Julio (me@work.com) said,
> > I am a good 200 miles from London in the north of England, I live in a
small
> > village in West Yorkshire, I will get you a beer. If you are driving
> > around London, you could visit England's biggest car park called the M25
> > Motorway.
> >
> Hmm. Probably not doable. I'm not going to be there for long; just
> hopping over to deliver some rawhide dog chewies to a friend west of
> London.
>
> Laura
> --
> One man's mundane and boring existence is another man's Technicolor.
> -Tick, Strange Days
| |
| Don Julio 2002-06-24, 8:25 am |
| PS Bring an umbrella :-)
"Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in message
news:MPG.1780e324766f64e4989f28@msnews.microsoft.com...
> circa Mon, 24 Jun 2002 13:56:14 +0100, in
> microsoft.public.cert.exam.mcse, Don Julio (me@work.com) said,
> > I am a good 200 miles from London in the north of England, I live in a
small
> > village in West Yorkshire, I will get you a beer. If you are driving
> > around London, you could visit England's biggest car park called the M25
> > Motorway.
> >
> Hmm. Probably not doable. I'm not going to be there for long; just
> hopping over to deliver some rawhide dog chewies to a friend west of
> London.
>
> Laura
> --
> One man's mundane and boring existence is another man's Technicolor.
> -Tick, Strange Days
| |
| Laura A. Robinson 2002-06-24, 8:25 am |
| circa Mon, 24 Jun 2002 14:13:51 +0100, in
microsoft.public.cert.exam.mcse, Don Julio (me@work.com) said,
>
> The thing is, 200 miles is a long way in England due to the fact there is no
> space between one town and the next, It's a bit cramped to say the least.
Yes, I always get a kick out of my various Brit friends talking about
45 miles as a great distance. Here, that's a morning commute. ;-)
> where as in the US (according to people I know who have been) there is
> virtually nothing apart from a long straight road between towns, so it could
> be travelled a lot quicker.
>
Laura
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
| Laura A. Robinson 2002-06-24, 8:25 am |
| circa Mon, 24 Jun 2002 14:19:25 +0100, in
microsoft.public.cert.exam.mcse, Don Julio (me@work.com) said,
> PS Bring an umbrella :-)
>
I'm pretty waterproof. :-)
Laura
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
| Laura A. Robinson 2002-06-24, 8:25 am |
| circa Mon, 24 Jun 2002 09:17:11 -0400, in
microsoft.public.cert.exam.mcse, "=mėanoldman=" <meanoldman@(no spam)
mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> ) said,
> I didn't abandon you, I even invited you to come along with me.
>
You did? When? Where did you go, anyway?
Laura
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
| just me 2002-06-24, 8:25 am |
| go get those raisins like a good boy
lol
Sue
"=mėanoldman=" <meanoldman@(no spam)mcngp.tk> wrote in message
news:##WC1E4GCHA.2568@tkmsftngp10...
> I didn't abandon you, I even invited you to come along with me.
>
> --
> http://www.mcngp.tk
>
>
> "Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in
message
> news:MPG.1780e33b98e53726989f29@msnews.microsoft.com...
> > circa Mon, 24 Jun 2002 08:55:27 -0400, in
> > microsoft.public.cert.exam.mcse, "=mėanoldman=" <meanoldman@(no spam)
> > mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> ) said,
> > > Stay away from my woman!
> > >
> > Hey, you abandoned me. The raisins are piling up out there in the
> > lobby.
> >
> > Laura
> > --
> > One man's mundane and boring existence is another man's Technicolor.
> > -Tick, Strange Days
>
>
| |
| =mėanoldman= 2002-06-24, 8:25 am |
| Yes I did. I went to Turkey. Remember I mentioned it at that party we were
at a few weeks ago? It was the one where you had that unfortunate incident
with the bean dip.
--
http://www.mcngp.tk
"Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in message
news:MPG.1780eb2f93fb0ff0989f2e@msnews.microsoft.com...
> circa Mon, 24 Jun 2002 09:17:11 -0400, in
> microsoft.public.cert.exam.mcse, "=mėanoldman=" <meanoldman@(no spam)
> mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> ) said,
> > I didn't abandon you, I even invited you to come along with me.
> >
> You did? When? Where did you go, anyway?
>
> Laura
> --
> One man's mundane and boring existence is another man's Technicolor.
> -Tick, Strange Days
| |
| Laura A. Robinson 2002-06-24, 8:25 am |
| circa Mon, 24 Jun 2002 09:59:56 -0400, in
microsoft.public.cert.exam.mcse, "=mėanoldman=" <meanoldman@(no spam)
mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> ) said,
> Yes I did. I went to Turkey. Remember I mentioned it at that party we were
> at a few weeks ago? It was the one where you had that unfortunate incident
> with the bean dip.
>
Ah, yes, now I remember. I never did get that off of my shoe.
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
| Don Julio 2002-06-24, 9:25 am |
| I have to give you full marks for trying :-) If you want to get a woman, I
stumbled on a way the other week where you could have a choice of many
without fail.
"=mėanoldman=" <meanoldman@(no spam)mcngp.tk> wrote in message
news:##WC1E4GCHA.2568@tkmsftngp10...
> I didn't abandon you, I even invited you to come along with me.
>
> --
> http://www.mcngp.tk
>
>
> "Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in
message
> news:MPG.1780e33b98e53726989f29@msnews.microsoft.com...
> > circa Mon, 24 Jun 2002 08:55:27 -0400, in
> > microsoft.public.cert.exam.mcse, "=mėanoldman=" <meanoldman@(no spam)
> > mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> ) said,
> > > Stay away from my woman!
> > >
> > Hey, you abandoned me. The raisins are piling up out there in the
> > lobby.
> >
> > Laura
> > --
> > One man's mundane and boring existence is another man's Technicolor.
> > -Tick, Strange Days
>
>
| |
| =mėanoldman= 2002-06-24, 9:25 am |
| Really?? Where?
--
http://www.mcngp.tk
"Don Julio" <me@work.com> wrote in message
news:#sjN#14GCHA.2148@tkmsftngp08...
> I have to give you full marks for trying :-) If you want to get a woman,
I
> stumbled on a way the other week where you could have a choice of many
> without fail.
>
>
> "=mėanoldman=" <meanoldman@(no spam)mcngp.tk> wrote in message
> news:##WC1E4GCHA.2568@tkmsftngp10...
> > I didn't abandon you, I even invited you to come along with me.
> >
> > --
> > http://www.mcngp.tk
> >
> >
> > "Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in
> message
> > news:MPG.1780e33b98e53726989f29@msnews.microsoft.com...
> > > circa Mon, 24 Jun 2002 08:55:27 -0400, in
> > > microsoft.public.cert.exam.mcse, "=mėanoldman=" <meanoldman@(no spam)
> > > mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> ) said,
> > > > Stay away from my woman!
> > > >
> > > Hey, you abandoned me. The raisins are piling up out there in the
> > > lobby.
> > >
> > > Laura
> > > --
> > > One man's mundane and boring existence is another man's Technicolor.
> > > -Tick, Strange Days
> >
> >
>
>
| |
| Don Julio 2002-06-24, 10:25 am |
| This is no joke, It worked twice in as many times. I have a daughter who is
3 years old, and because my other half works evenings if I need to go out
before 9 pm I have to take my toddler with me, anyway. I went to the
supermarket quite late in the evening with daughter by my side and because
of the time I dressed her in her pyjamas and fluffy slippers so she could go
straight to bed when we got home(a cute factor of 10/10). Now bear with me.
I cannot emphasise the word *SERIOUSLY* enough, but *SERIOUSLY* women were
falling over eachother in their droves to come over and talk to me and have
a look at my youngster. I was actually laughing out loud because I just
couldn't believe it. So if I were you I would offer to do some baby sitting
for someone and take them to the park or something, they will not be able to
resist. You will have to fend them off with a big stick :-)
"=mėanoldman=" <meanoldman@(no spam)mcngp.tk> wrote in message
news:OWxHk94GCHA.2212@tkmsftngp12...
> Really?? Where?
>
> --
> http://www.mcngp.tk
>
>
> "Don Julio" <me@work.com> wrote in message
> news:#sjN#14GCHA.2148@tkmsftngp08...
> > I have to give you full marks for trying :-) If you want to get a
woman,
> I
> > stumbled on a way the other week where you could have a choice of many
> > without fail.
> >
> >
> > "=mėanoldman=" <meanoldman@(no spam)mcngp.tk> wrote in message
> > news:##WC1E4GCHA.2568@tkmsftngp10...
> > > I didn't abandon you, I even invited you to come along with me.
> > >
> > > --
> > > http://www.mcngp.tk
> > >
> > >
> > > "Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in
> > message
> > > news:MPG.1780e33b98e53726989f29@msnews.microsoft.com...
> > > > circa Mon, 24 Jun 2002 08:55:27 -0400, in
> > > > microsoft.public.cert.exam.mcse, "=mėanoldman=" <meanoldman@(no
spam)
> > > > mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> ) said,
> > > > > Stay away from my woman!
> > > > >
> > > > Hey, you abandoned me. The raisins are piling up out there in the
> > > > lobby.
> > > >
> > > > Laura
> > > > --
> > > > One man's mundane and boring existence is another man's Technicolor.
> > > > -Tick, Strange Days
> > >
> > >
> >
> >
>
>
| |
|
| > This is no joke, It worked twice in as many times. I have a daughter who
is
> 3 years old, and because my other half works evenings if I need to go out
> before 9 pm I have to take my toddler with me, anyway. I went to the
> supermarket quite late in the evening with daughter by my side and because
> of the time I dressed her in her pyjamas and fluffy slippers so she could
go
> straight to bed when we got home(a cute factor of 10/10). Now bear with
me.
> I cannot emphasise the word *SERIOUSLY* enough, but *SERIOUSLY* women were
> falling over eachother in their droves to come over and talk to me and
have
> a look at my youngster. I was actually laughing out loud because I just
> couldn't believe it. So if I were you I would offer to do some baby
sitting
> for someone and take them to the park or something, they will not be able
to
> resist. You will have to fend them off with a big stick :-)
Of course, everyone knows that chicks dig little kids. Especially babies.
Man, they flock to you.
| |
| =mėanoldman= 2002-06-24, 10:25 am |
| Hmm... The only friends I have that have a kid are and hour away and it's
less than a year old :-(
Any ideas on how I can beguile Laura into going out with me anyway?
--
http://www.mcngp.tk
"Don Julio" <me@work.com> wrote in message
news:#SfPOL5GCHA.2904@tkmsftngp12...
> This is no joke, It worked twice in as many times. I have a daughter who
is
> 3 years old, and because my other half works evenings if I need to go out
> before 9 pm I have to take my toddler with me, anyway. I went to the
> supermarket quite late in the evening with daughter by my side and because
> of the time I dressed her in her pyjamas and fluffy slippers so she could
go
> straight to bed when we got home(a cute factor of 10/10). Now bear with
me.
> I cannot emphasise the word *SERIOUSLY* enough, but *SERIOUSLY* women were
> falling over eachother in their droves to come over and talk to me and
have
> a look at my youngster. I was actually laughing out loud because I just
> couldn't believe it. So if I were you I would offer to do some baby
sitting
> for someone and take them to the park or something, they will not be able
to
> resist. You will have to fend them off with a big stick :-)
>
>
> "=mėanoldman=" <meanoldman@(no spam)mcngp.tk> wrote in message
> news:OWxHk94GCHA.2212@tkmsftngp12...
> > Really?? Where?
> >
> > --
> > http://www.mcngp.tk
> >
> >
> > "Don Julio" <me@work.com> wrote in message
> > news:#sjN#14GCHA.2148@tkmsftngp08...
> > > I have to give you full marks for trying :-) If you want to get a
> woman,
> > I
> > > stumbled on a way the other week where you could have a choice of many
> > > without fail.
> > >
> > >
> > > "=mėanoldman=" <meanoldman@(no spam)mcngp.tk> wrote in message
> > > news:##WC1E4GCHA.2568@tkmsftngp10...
> > > > I didn't abandon you, I even invited you to come along with me.
> > > >
> > > > --
> > > > http://www.mcngp.tk
> > > >
> > > >
> > > > "Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in
> > > message
> > > > news:MPG.1780e33b98e53726989f29@msnews.microsoft.com...
> > > > > circa Mon, 24 Jun 2002 08:55:27 -0400, in
> > > > > microsoft.public.cert.exam.mcse, "=mėanoldman=" <meanoldman@(no
> spam)
> > > > > mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> ) said,
> > > > > > Stay away from my woman!
> > > > > >
> > > > > Hey, you abandoned me. The raisins are piling up out there in the
> > > > > lobby.
> > > > >
> > > > > Laura
> > > > > --
> > > > > One man's mundane and boring existence is another man's
Technicolor. [colo
r=darkred]
> > > > > -Tick, Strange Days
> > > >
> > > >
> > >
> > >
> >
> >
>
>[/color]
| |
|
| > Hmm... The only friends I have that have a kid are and hour away and it's
> less than a year old :-(
>
> Any ideas on how I can beguile Laura into going out with me anyway?
If you can't charm them with beauty, pummel them with persistance.
| |
| diamondDan 2002-06-24, 10:25 am |
| In article <#9Mg3S5GCHA.1168@tkmsftngp13>, "=mėanoldman=" <meanoldman@
(no spam)mcngp.tk> decided to open his mouth and remove all doubt by
saying...
> Hmm... The only friends I have that have a kid are and hour away and it's
> less than a year old :-(
>
> Any ideas on how I can beguile Laura into going out with me anyway?
>
> --
> http://www.mcngp.tk
>
>
Ask the "Answer Lady".
- Oh, wait, that is Laura. Doh!
Second idea: Ask Ann Landers
- Dang, she died Saturday.
Sorry bud, you're on your own!
| |
| Don Julio 2002-06-24, 10:25 am |
| Well, I have always reckoned you are a decent chap despite your screen name
;-), you might just want to take the plunge and send her a private e-mail
and just ask her :-)
"=mėanoldman=" <meanoldman@(no spam)mcngp.tk> wrote in message
news:#9Mg3S5GCHA.1168@tkmsftngp13...
> Hmm... The only friends I have that have a kid are and hour away and it's
> less than a year old :-(
>
> Any ideas on how I can beguile Laura into going out with me anyway?
>
> --
> http://www.mcngp.tk
>
>
> "Don Julio" <me@work.com> wrote in message
> news:#SfPOL5GCHA.2904@tkmsftngp12...
> > This is no joke, It worked twice in as many times. I have a daughter
who
> is
> > 3 years old, and because my other half works evenings if I need to go
out
> > before 9 pm I have to take my toddler with me, anyway. I went to the
> > supermarket quite late in the evening with daughter by my side and
because
> > of the time I dressed her in her pyjamas and fluffy slippers so she
could
> go
> > straight to bed when we got home(a cute factor of 10/10). Now bear with
> me.
> > I cannot emphasise the word *SERIOUSLY* enough, but *SERIOUSLY* women
were
> > falling over eachother in their droves to come over and talk to me and
> have
> > a look at my youngster. I was actually laughing out loud because I just
> > couldn't believe it. So if I were you I would offer to do some baby
> sitting
> > for someone and take them to the park or something, they will not be
able
> to
> > resist. You will have to fend them off with a big stick :-)
> >
> >
> > "=mėanoldman=" <meanoldman@(no spam)mcngp.tk> wrote in message
> > news:OWxHk94GCHA.2212@tkmsftngp12...
> > > Really?? Where?
> > >
> > > --
> > > http://www.mcngp.tk
> > >
> > >
> > > "Don Julio" <me@work.com> wrote in message
> > > news:#sjN#14GCHA.2148@tkmsftngp08...
> > > > I have to give you full marks for trying :-) If you want to get a
> > woman,
> > > I
> > > > stumbled on a way the other week where you could have a choice of
many[
color=darkred]
> > > > without fail.
> > > >
> > > >
> > > > "=mėanoldman=" <meanoldman@(no spam)mcngp.tk> wrote in message
> > > > news:##WC1E4GCHA.2568@tkmsftngp10...
> > > > > I didn't abandon you, I even invited you to come along with me.
> > > > >
> > > > > --
> > > > > http://www.mcngp.tk
> > > > >
> > > > >
> > > > > "Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote[/color]
in[co
lor=darkred]
> > > > message
> > > > > news:MPG.1780e33b98e53726989f29@msnews.microsoft.com...
> > > > > > circa Mon, 24 Jun 2002 08:55:27 -0400, in
> > > > > > microsoft.public.cert.exam.mcse, "=mėanoldman=" <meanoldman@(no
> > spam)
> > > > > > mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> ) said,
> > > > > > > Stay away from my woman!
> > > > > > >
> > > > > > Hey, you abandoned me. The raisins are piling up out there in[/color]
the[c
olor=darkred]
> > > > > > lobby.
> > > > > >
> > > > > > Laura
> > > > > > --
> > > > > > One man's mundane and boring existence is another man's
> Technicolor.
> > > > > > -Tick, Strange Days
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>[/color]
| |
| S.O'Brien 2002-06-24, 10:25 am |
| "diamondDan" <diamonddan@mcngp.tk> wrote in message
news:MPG.17810a51247c073d9896d3@news.epix.net...
> In article <#9Mg3S5GCHA.1168@tkmsftngp13>, "=mėanoldman=" <meanoldman@
> (no spam)mcngp.tk> decided to open his mouth and remove all doubt by
> saying...
>
> > Hmm... The only friends I have that have a kid are and hour away and
it's
> > less than a year old :-(
> >
> > Any ideas on how I can beguile Laura into going out with me anyway?
> >
> > --
> > http://www.mcngp.tk
> >
> >
> Ask the "Answer Lady".
>
> - Oh, wait, that is Laura. Doh!
>
> Second idea: Ask Ann Landers
>
> - Dang, she died Saturday.
>
> Sorry bud, you're on your own!
he could ask her twin sister Dear Abby ... lol
Sue
| |
| diamondDan 2002-06-24, 10:25 am |
| In article <uTzc9c5GCHA.368@tkmsftngp13>, Don Julio decided to open his
mouth and remove all doubt by saying...
> Well, I have always reckoned you are a decent chap despite your screen name
> ;-), you might just want to take the plunge and send her a private e-mail
> and just ask her :-)
>
>
No, he really is a Mean Old Man! Doesn't stand a chance to get Laura on
a date.
I on the other hand have lots of diamonds, and diamonds are a girl's
best friend.
*Winks and smiles at Laura while giving Mean the bird behind my back*
| |
| =mėanoldman= 2002-06-24, 10:25 am |
| I can't do that, she doesn't give a real address. :-(
--
http://www.mcngp.tk
"Don Julio" <me@work.com> wrote in message
news:uTzc9c5GCHA.368@tkmsftngp13...
> Well, I have always reckoned you are a decent chap despite your screen
name
> ;-), you might just want to take the plunge and send her a private e-mail
> and just ask her :-)
>
>
> "=mėanoldman=" <meanoldman@(no spam)mcngp.tk> wrote in message
> news:#9Mg3S5GCHA.1168@tkmsftngp13...
> > Hmm... The only friends I have that have a kid are and hour away and
it's
> > less than a year old :-(
> >
> > Any ideas on how I can beguile Laura into going out with me anyway?
> >
> > --
> > http://www.mcngp.tk
> >
> >
> > "Don Julio" <me@work.com> wrote in message
> > news:#SfPOL5GCHA.2904@tkmsftngp12...
> > > This is no joke, It worked twice in as many times. I have a daughter
> who
> > is
> > > 3 years old, and because my other half works evenings if I need to go
> out
> > > before 9 pm I have to take my toddler with me, anyway. I went to the
> > > supermarket quite late in the evening with daughter by my side and
> because
> > > of the time I dressed her in her pyjamas and fluffy slippers so she
> could
> > go
> > > straight to bed when we got home(a cute factor of 10/10). Now bear
with
> > me.
> > > I cannot emphasise the word *SERIOUSLY* enough, but *SERIOUSLY* women
> were
> > > falling over eachother in their droves to come over and talk to me and
> > have
> > > a look at my youngster. I was actually laughing out loud because I
just[
color=darkred]
> > > couldn't believe it. So if I were you I would offer to do some baby
> > sitting
> > > for someone and take them to the park or something, they will not be
> able
> > to
> > > resist. You will have to fend them off with a big stick :-)
> > >
> > >
> > > "=mėanoldman=" <meanoldman@(no spam)mcngp.tk> wrote in message
> > > news:OWxHk94GCHA.2212@tkmsftngp12...
> > > > Really?? Where?
> > > >
> > > > --
> > > > http://www.mcngp.tk
> > > >
> > > >
> > > > "Don Julio" <me@work.com> wrote in message
> > > > news:#sjN#14GCHA.2148@tkmsftngp08...
> > > > > I have to give you full marks for trying :-) If you want to get a
> > > woman,
> > > > I
> > > > > stumbled on a way the other week where you could have a choice of
> many
> > > > > without fail.
> > > > >
> > > > >
> > > > > "=mėanoldman=" <meanoldman@(no spam)mcngp.tk> wrote in message
> > > > > news:##WC1E4GCHA.2568@tkmsftngp10...
> > > > > > I didn't abandon you, I even invited you to come along with me.
> > > > > >
> > > > > > --
> > > > > > http://www.mcngp.tk
> > > > > >
> > > > > >
> > > > > > "Laura A. Robinson" < firstinitiallastname@technolog
ist.com>[/color]
wrote
> in
> > > > > message
> > > > > > news:MPG.1780e33b98e53726989f29@msnews.microsoft.com...
> > > > > > > circa Mon, 24 Jun 2002 08:55:27 -0400, in
> > > > > > > microsoft.public.cert.exam.mcse, "=mėanoldman="
< meanoldman@(no[col
or=green]
> > > spam)
> > > > > > > mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> )[/color]
said,
> > > > > > > > Stay away from my woman!
> > > > > > > >
> > > > > > > Hey, you abandoned me. The raisins are piling up out there in
> the
> > > > > > > lobby.
> > > > > > >
> > > > > > > Laura
> > > > > > > --
> > > > > > > One man's mundane and boring existence is another man's
> > Technicolor.
> > > > > > > -Tick, Strange Days
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
| |
| S.O'Brien 2002-06-24, 10:25 am |
|
"diamondDan" <diamonddan@mcngp.tk> wrote in message
news:MPG.17810cab9a0168209896d5@news.epix.net...
> In article <uTzc9c5GCHA.368@tkmsftngp13>, Don Julio decided to open his
> mouth and remove all doubt by saying...
>
> > Well, I have always reckoned you are a decent chap despite your screen
name
> > ;-), you might just want to take the plunge and send her a private
e-mail
> > and just ask her :-)
> >
> >
> No, he really is a Mean Old Man! Doesn't stand a chance to get Laura on
> a date.
>
> I on the other hand have lots of diamonds, and diamonds are a girl's
> best friend.
>
> *Winks and smiles at Laura while giving Mean the bird behind my back*
*steals the diamonds while he isnt looking and runs off*
lol
Sue
| |
| =mėanoldman= 2002-06-24, 10:25 am |
| Thanks Sue, now with my superior wit, good looks and charm I am sure to get
a date with Laura.
--
http://www.mcngp.tk
"S.O'Brien" <brian@(nospam)mgncp.tk> wrote in message
news:CnHR8.10154$f52.1484788@news-nb00s0.nbnet.nb.ca...
>
> "diamondDan" <diamonddan@mcngp.tk> wrote in message
> news:MPG.17810cab9a0168209896d5@news.epix.net...
> > In article <uTzc9c5GCHA.368@tkmsftngp13>, Don Julio decided to open his
> > mouth and remove all doubt by saying...
> >
> > > Well, I have always reckoned you are a decent chap despite your screen
> name
> > > ;-), you might just want to take the plunge and send her a private
> e- mail
> > > and just ask her :-)
> > >
> > >
> > No, he really is a Mean Old Man! Doesn't stand a chance to get Laura on
> > a date.
> >
> > I on the other hand have lots of diamonds, and diamonds are a girl's
> > best friend.
> >
> > *Winks and smiles at Laura while giving Mean the bird behind my back*
>
> *steals the diamonds while he isnt looking and runs off*
>
> lol
> Sue
>
>
| |
| diamondDan 2002-06-24, 10:25 am |
| In article <CnHR8.10154$f52.1484788@news-nb00s0.nbnet.nb.ca>,
"S.O'Brien" <brian@(nospam)mgncp.tk> decided to open his mouth and
remove all doubt by saying...
>
> "diamondDan" <diamonddan@mcngp.tk> wrote in message
> news:MPG.17810cab9a0168209896d5@news.epix.net...
> > In article <uTzc9c5GCHA.368@tkmsftngp13>, Don Julio decided to open his
> > mouth and remove all doubt by saying...
> >
> > > Well, I have always reckoned you are a decent chap despite your screen
> name
> > > ;-), you might just want to take the plunge and send her a private
> e- mail
> > > and just ask her :-)
> > >
> > >
> > No, he really is a Mean Old Man! Doesn't stand a chance to get Laura on
> > a date.
> >
> > I on the other hand have lots of diamonds, and diamonds are a girl's
> > best friend.
> >
> > *Winks and smiles at Laura while giving Mean the bird behind my back*
>
> *steals the diamonds while he isnt looking and runs off*
>
> lol
> Sue
>
>
No problem, I've got lots.
| |
| diamondDan 2002-06-24, 10:25 am |
| In article <eCASUg5GCHA.2472@tkmsftngp11>, "=mėanoldman=" <meanoldman@
(no spam)mcngp.tk> decided to open his mouth and remove all doubt by
saying...
> I can't do that, she doesn't give a real address. :-(
>
> --
> http://www.mcngp.tk
>
Can't take a hint, can you?
;-)
| |
| S.O'Brien 2002-06-24, 10:25 am |
| lol if you think so... just remember... you said it
Sue
"=mėanoldman=" <meanoldman@(no spam)mcngp.tk> wrote in message
news:ulYLGj5GCHA.1712@tkmsftngp08...
> Thanks Sue, now with my superior wit, good looks and charm I am sure to
get
> a date with Laura.
>
> --
> http://www.mcngp.tk
>
>
> "S.O'Brien" <brian@(nospam)mgncp.tk> wrote in message
> news:CnHR8.10154$f52.1484788@news-nb00s0.nbnet.nb.ca...
> >
> > "diamondDan" <diamonddan@mcngp.tk> wrote in message
> > news:MPG.17810cab9a0168209896d5@news.epix.net...
> > > In article <uTzc9c5GCHA.368@tkmsftngp13>, Don Julio decided to open
his[c
olor=darkred]
> > > mouth and remove all doubt by saying...
> > >
> > > > Well, I have always reckoned you are a decent chap despite your[/color]
screen
> > name
> > > > ;-), you might just want to take the plunge and send her a private
> > e-mail
> > > > and just ask her :-)
> > > >
> > > >
> > > No, he really is a Mean Old Man! Doesn't stand a chance to get Laura
on[co
lor=darkred]
> > > a date.
> > >
> > > I on the other hand have lots of diamonds, and diamonds are a girl's
> > > best friend.
> > >
> > > *Winks and smiles at Laura while giving Mean the bird behind my back*
> >
> > *steals the diamonds while he isnt looking and runs off*
> >
> > lol
> > Sue
> >
> >
>
>[/color]
| |
| S.O'Brien 2002-06-24, 10:25 am |
|
"diamondDan" <diamonddan@mcngp.tk> wrote in message
news:MPG.17810dd276fc44c9896d6@news.epix.net...
> In article <CnHR8.10154$f52.1484788@news-nb00s0.nbnet.nb.ca>,
> "S.O'Brien" <brian@(nospam)mgncp.tk> decided to open his mouth and
> remove all doubt by saying...
>
> >
> > "diamondDan" <diamonddan@mcngp.tk> wrote in message
> > news:MPG.17810cab9a0168209896d5@news.epix.net...
> > > In article <uTzc9c5GCHA.368@tkmsftngp13>, Don Julio decided to open
his[c
olor=darkred]
> > > mouth and remove all doubt by saying...
> > >
> > > > Well, I have always reckoned you are a decent chap despite your[/color]
screen
> > name
> > > > ;-), you might just want to take the plunge and send her a private
> > e-mail
> > > > and just ask her :-)
> > > >
> > > >
> > > No, he really is a Mean Old Man! Doesn't stand a chance to get Laura
on[co
lor=darkred]
> > > a date.
> > >
> > > I on the other hand have lots of diamonds, and diamonds are a girl's
> > > best friend.
> > >
> > > *Winks and smiles at Laura while giving Mean the bird behind my back*
> >
> > *steals the diamonds while he isnt looking and runs off*
> >
> > lol
> > Sue
> >
> >
> No problem, I've got lots.[/color]
lol
| |
| diamondDan 2002-06-24, 10:25 am |
| In article <ulYLGj5GCHA.1712@tkmsftngp08>, "=mėanoldman=" <meanoldman@
(no spam)mcngp.tk> decided to open his mouth and remove all doubt by
saying...
> Thanks Sue, now with my superior wit
No, you're not witty, just mean.
> , good looks
No, you're old. (And you're no Sean Connery either.)
> and charm
No, you're a man (most women think we lack charm)
> I am sure to get
> a date with Laura.
>
> --
> http://www.mcngp.tk
>
| |
| diamondDan 2002-06-24, 10:25 am |
| In article <QsHR8.10157$f52.1484851@news-nb00s0.nbnet.nb.ca>,
"S.O'Brien" <brian@(nospam)mgncp.tk> decided to open his mouth and
remove all doubt by saying...
[colo
r=darkred]
> > > > No, he really is a Mean Old Man! Doesn't stand a chance to get Laura
> on
> > > > a date.
> > > >
> > > > I on the other hand have lots of diamonds, and diamonds are a girl's
> > > > best friend.
> > > >
> > > > *Winks and smiles at Laura while giving Mean the bird behind my back*
> > >
> > > *steals the diamonds while he isnt looking and runs off*
> > >
> > > lol
> > > Sue
> > >
> > >
> > No problem, I've got lots.
>
> lol
>[/color]
Besides, I wanted you to have them, baby.
*Winks to Sue with one eye and to Laura with the other. Gives Mean a
double fisted bird behind my back*
| |
| S.O'Brien 2002-06-24, 10:25 am |
|
"diamondDan" <diamonddan@mcngp.tk> wrote in message
news:MPG.17810f17b2bcf0599896d9@news.epix.net...
> In article <QsHR8.10157$f52.1484851@news-nb00s0.nbnet.nb.ca>,
> "S.O'Brien" <brian@(nospam)mgncp.tk> decided to open his mouth and
> remove all doubt by saying...
>
> > > > > No, he really is a Mean Old Man! Doesn't stand a chance to get
Laura
> > on
> > > > > a date.
> > > > >
> > > > > I on the other hand have lots of diamonds, and diamonds are a
girl's
> > > > > best friend.
> > > > >
> > > > > *Winks and smiles at Laura while giving Mean the bird behind my
back*
> > > >
> > > > *steals the diamonds while he isnt looking and runs off*
> > > >
> > > > lol
> > > > Sue
> > > >
> > > >
> > > No problem, I've got lots.
> >
> > lol
> >
> Besides, I wanted you to have them, baby.
>
> *Winks to Sue with one eye and to Laura with the other. Gives Mean a
> double fisted bird behind my back*
lol two timer!!!
| |
| =mėanoldman= 2002-06-24, 10:25 am |
| Not to mention my incredible modesty.
--
http://www.mcngp.tk
"S.O'Brien" <brian@(nospam)mgncp.tk> wrote in message
news:UrHR8.10156$f52.1484969@news-nb00s0.nbnet.nb.ca...
> lol if you think so... just remember... you said it
>
> Sue
> "=mėanoldman=" <meanoldman@(no spam)mcngp.tk> wrote in message
> news:ulYLGj5GCHA.1712@tkmsftngp08...
> > Thanks Sue, now with my superior wit, good looks and charm I am sure to
> get
> > a date with Laura.
> >
> > --
> > http://www.mcngp.tk
> >
> >
> > "S.O'Brien" <brian@(nospam)mgncp.tk> wrote in message
> > news:CnHR8.10154$f52.1484788@news-nb00s0.nbnet.nb.ca...
> > >
> > > "diamondDan" <diamonddan@mcngp.tk> wrote in message
> > > news:MPG.17810cab9a0168209896d5@news.epix.net...
> > > > In article <uTzc9c5GCHA.368@tkmsftngp13>, Don Julio decided to open
> his
> > > > mouth and remove all doubt by saying...
> > > >
> > > > > Well, I have always reckoned you are a decent chap despite your
> screen
> > > name
> > > > > ;-), you might just want to take the plunge and send her a private
> > > e-mail
> > > > > and just ask her :-)
> > > > >
> > > > >
> > > > No, he really is a Mean Old Man! Doesn't stand a chance to get Laura
> on
> > > > a date.
> > > >
> > > > I on the other hand have lots of diamonds, and diamonds are a girl's
> > > > best friend.
> > > >
> > > > *Winks and smiles at Laura while giving Mean the bird behind my
back*
> > >
> > > *steals the diamonds while he isnt looking and runs off*
> > >
> > > lol
> > > Sue
> > >
> > >
> >
> >
>
>
| |
| =mėanoldman= 2002-06-24, 10:25 am |
| I think I'm going to go home and cry now.
--
http://www.mcngp.tk
"diamondDan" <diamonddan@mcngp.tk> wrote in message
news:MPG.17810df0b338e3129896d7@news.epix.net...
> In article <eCASUg5GCHA.2472@tkmsftngp11>, "=mėanoldman=" <meanoldman@
> (no spam)mcngp.tk> decided to open his mouth and remove all doubt by
> saying...
>
> > I can't do that, she doesn't give a real address. :-(
> >
> > --
> > http://www.mcngp.tk
> >
>
> Can't take a hint, can you?
>
> ;-)
| |
| S.O'Brien 2002-06-24, 10:25 am |
| yes I noticed that... lol
"=mėanoldman=" <meanoldman@(no spam)mcngp.tk> wrote in message
news:eEiw2m5GCHA.2836@tkmsftngp12...
> Not to mention my incredible modesty.
>
> --
> http://www.mcngp.tk
>
>
> "S.O'Brien" <brian@(nospam)mgncp.tk> wrote in message
> news:UrHR8.10156$f52.1484969@news-nb00s0.nbnet.nb.ca...
> > lol if you think so... just remember... you said it
> >
> > Sue
> > "=mėanoldman=" <meanoldman@(no spam)mcngp.tk> wrote in message
> > news:ulYLGj5GCHA.1712@tkmsftngp08...
> > > Thanks Sue, now with my superior wit, good looks and charm I am sure
to
> > get
> > > a date with Laura.
> > >
> > > --
> > > http://www.mcngp.tk
> > >
> > >
> > > "S.O'Brien" <brian@(nospam)mgncp.tk> wrote in message
> > > news:CnHR8.10154$f52.1484788@news-nb00s0.nbnet.nb.ca...
> > > >
> > > > "diamondDan" <diamonddan@mcngp.tk> wrote in message
> > > > news:MPG.17810cab9a0168209896d5@news.epix.net...
> > > > > In article <uTzc9c5GCHA.368@tkmsftngp13>, Don Julio decided to
open
> > his
> > > > > mouth and remove all doubt by saying...
> > > > >
> > > > > > Well, I have always reckoned you are a decent chap despite your
> > screen
> > > > name
> > > > > > ;-), you might just want to take the plunge and send her a
private
> > > > e-mail
> > > > > > and just ask her :-)
> > > > > >
> > > > > >
> > > > > No, he really is a Mean Old Man! Doesn't stand a chance to get
Laura
> > on
> > > > > a date.
> > > > >
> > > > > I on the other hand have lots of diamonds, and diamonds are a
girl's
> > > > > best friend.
> > > > >
> > > > > *Winks and smiles at Laura while giving Mean the bird behind my
> back*
> > > >
> > > > *steals the diamonds while he isnt looking and runs off*
> > > >
> > > > lol
> > > > Sue
> > > >
> > > >
> > >
> > >
> >
> >
>
>
| |
| =mėanoldman= 2002-06-24, 10:25 am |
| At least I stick to only one girl, and not a married on at that. You should
be ashamed of yourself Dan!
--
http://www.mcngp.tk
"S.O'Brien" <brian@(nospam)mgncp.tk> wrote in message
news:xxHR8.10159$f52.1485409@news-nb00s0.nbnet.nb.ca...
>
> "diamondDan" <diamonddan@mcngp.tk> wrote in message
> news:MPG.17810f17b2bcf0599896d9@news.epix.net...
> > In article <QsHR8.10157$f52.1484851@news-nb00s0.nbnet.nb.ca>,
> > "S.O'Brien" <brian@(nospam)mgncp.tk> decided to open his mouth and
> > remove all doubt by saying...
> >
> > > > > > No, he really is a Mean Old Man! Doesn't stand a chance to get
> Laura
> > > on
> > > > > > a date.
> > > > > >
> > > > > > I on the other hand have lots of diamonds, and diamonds are a
> girl's
> > > > > > best friend.
> > > > > >
> > > > > > *Winks and smiles at Laura while giving Mean the bird behind my
> back*
> > > > >
> > > > > *steals the diamonds while he isnt looking and runs off*
> > > > >
> > > > > lol
> > > > > Sue
> > > > >
> > > > >
> > > > No problem, I've got lots.
> > >
> > > lol
> > >
> > Besides, I wanted you to have them, baby.
> >
> > *Winks to Sue with one eye and to Laura with the other. Gives Mean a
> > double fisted bird behind my back*
>
> lol two timer!!!
>
>
| |
|
| > I can't do that, she doesn't give a real address. :-(
Just walk over there and conk her on the head with a club and drag her along
by her pony tail.
Chicks dig men with authority...
| |
| Laura A. Robinson 2002-06-24, 11:25 am |
| circa Mon, 24 Jun 2002 08:33:09 -0700, in
microsoft.public.cert.exam.mcse, Jtyc (yo@respondtothegroup.com)
said,
> Of course, everyone knows that chicks dig little kids. Especially babies.
> Man, they flock to you.
>
I hate kids.
Laura
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
| Laura A. Robinson 2002-06-24, 11:25 am |
| circa Mon, 24 Jun 2002 16:10:38 GMT, in
microsoft.public.cert.exam.mcse, diamondDan (diamonddan@mcngp.tk)
said,
> Besides, I wanted you to have them, baby.
>
> *Winks to Sue with one eye and to Laura with the other. Gives Mean a
> double fisted bird behind my back*
>
Hmm. A player. Nah.
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
| Laura A. Robinson 2002-06-24, 11:25 am |
| circa Mon, 24 Jun 2002 12:15:55 -0400, in
microsoft.public.cert.exam.mcse, "=mėanoldman=" <meanoldman@(no spam)
mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> ) said,
> At least I stick to only one girl, and not a married on at that. You should
> be ashamed of yourself Dan!
>
>
And mean scores a point! ;-)
Laura
(gotta go, planes to catch)
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
| Laura A. Robinson 2002-06-24, 11:25 am |
| circa Mon, 24 Jun 2002 12:00:43 -0400, in
microsoft.public.cert.exam.mcse, "=mėanoldman=" <meanoldman@(no spam)
mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> ) said,
> I can't do that, she doesn't give a real address. :-(
>
Wanna bet?
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
| Laura A. Robinson 2002-06-24, 11:25 am |
| circa Mon, 24 Jun 2002 12:13:18 -0400, in
microsoft.public.cert.exam.mcse, "=mėanoldman=" <meanoldman@(no spam)
mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> ) said,
>
> I think I'm going to go home and cry now.
>
Clean up those raisins before you go, wouldja? ;-)
Laura
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
|
| > I hate kids.
>
No "real" woman would say that.
The evidence mounts.
| |
| Laura A. Robinson 2002-06-24, 11:25 am |
| circa Mon, 24 Jun 2002 09:12:45 -0700, in
microsoft.public.cert.exam.mcse, Jtyc (yo@respondtothegroup.com)
said,
> > I can't do that, she doesn't give a real address. :-(
>
> Just walk over there and conk her on the head with a club and drag her along
> by her pony tail.
>
>
> Chicks dig men with authority...
>
This approach would work if he really wanted a painful bruising. :-)
Laura
(really going now; see y'all in a few weeks)
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
| Laura A. Robinson 2002-06-24, 11:25 am |
| circa Mon, 24 Jun 2002 09:30:11 -0700, in
microsoft.public.cert.exam.mcse, Jtyc (yo@respondtothegroup.com)
said,
> > I hate kids.
> >
>
> No "real" woman would say that.
>
>
>
> The evidence mounts.
>
Okay, modification. I like my friends' kids. I am looking forward to
being an aunt. I do not like anonymous, snot-nosed screamers in
grocery stores. I do not plan to reproduce.
Oh, and..
I AM NOT AN ANIMATRON! REPLICANT, EITHER!
Laura
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
|
| > This approach would work if he really wanted a painful bruising. :-)
>
So.... your real good at fighting eh? Inhuman strength?
Suspicious...
or mean's a wuss...
| |
| Consultant® 2002-06-24, 11:25 am |
| hey, 99% of the fun is making 'em
"Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in message
news:MPG.17811403dd2b7465989f37@msnews.microsoft.com...
> circa Mon, 24 Jun 2002 09:30:11 -0700, in
> microsoft.public.cert.exam.mcse, Jtyc (yo@respondtothegroup.com)
> said,
> > > I hate kids.
> > >
> >
> > No "real" woman would say that.
> >
> >
> >
> > The evidence mounts.
> >
> Okay, modification. I like my friends' kids. I am looking forward to
> being an aunt. I do not like anonymous, snot-nosed screamers in
> grocery stores. I do not plan to reproduce.
>
> Oh, and..
>
> I AM NOT AN ANIMATRON! REPLICANT, EITHER!
>
> Laura
> --
> One man's mundane and boring existence is another man's Technicolor.
> -Tick, Strange Days
| |
| Consultant® 2002-06-24, 11:25 am |
| then post it
"Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in message
news:MPG.1781132c82b7f0ad989f34@msnews.microsoft.com...
> circa Mon, 24 Jun 2002 12:00:43 -0400, in
> microsoft.public.cert.exam.mcse, "=mėanoldman=" <meanoldman@(no spam)
> mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> ) said,
> > I can't do that, she doesn't give a real address. :-(
> >
> Wanna bet?
> --
> One man's mundane and boring existence is another man's Technicolor.
> -Tick, Strange Days
| |
| S.O'Brien 2002-06-24, 11:25 am |
| lol
"Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in message
news:MPG.17811343fdfbc19c989f35@msnews.microsoft.com...
> circa Mon, 24 Jun 2002 12:13:18 -0400, in
> microsoft.public.cert.exam.mcse, "=mėanoldman=" <meanoldman@(no spam)
> mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> ) said,
> >
> > I think I'm going to go home and cry now.
> >
> Clean up those raisins before you go, wouldja? ;-)
>
> Laura
> --
> One man's mundane and boring existence is another man's Technicolor.
> -Tick, Strange Days
| |
| =mėanoldman= 2002-06-24, 11:25 am |
| Yes!!
--
http://www.mcngp.tk
"Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in message
news:MPG.178112fe80dc70d5989f33@msnews.microsoft.com...
> circa Mon, 24 Jun 2002 12:15:55 -0400, in
> microsoft.public.cert.exam.mcse, "=mėanoldman=" <meanoldman@(no spam)
> mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> ) said,
> > At least I stick to only one girl, and not a married on at that. You
should
> > be ashamed of yourself Dan!
> >
> >
> And mean scores a point! ;-)
>
> Laura
> (gotta go, planes to catch)
> --
> One man's mundane and boring existence is another man's Technicolor.
> -Tick, Strange Days
| |
| =mėanoldman= 2002-06-24, 11:25 am |
| Wahoo! Now I'm really in love!
--
http://www.mcngp.tk
"Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in message
news:MPG.17811403dd2b7465989f37@msnews.microsoft.com...
> circa Mon, 24 Jun 2002 09:30:11 -0700, in
> microsoft.public.cert.exam.mcse, Jtyc (yo@respondtothegroup.com)
> said,
> > > I hate kids.
> > >
> >
> > No "real" woman would say that.
> >
> >
> >
> > The evidence mounts.
> >
> Okay, modification. I like my friends' kids. I am looking forward to
> being an aunt. I do not like anonymous, snot-nosed screamers in
> grocery stores. I do not plan to reproduce.
>
> Oh, and..
>
> I AM NOT AN ANIMATRON! REPLICANT, EITHER!
>
> Laura
> --
> One man's mundane and boring existence is another man's Technicolor.
> -Tick, Strange Days
| |
| =mėanoldman= 2002-06-24, 11:25 am |
| One can practice without actually producing the results.
--
http://www.mcngp.tk
"Consultant®" <consultant_mcngp@yahoo.com> wrote in message
news:eKaow45GCHA.2528@tkmsftngp09...
> hey, 99% of the fun is making 'em
>
>
>
> "Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in
message
> news:MPG.17811403dd2b7465989f37@msnews.microsoft.com...
> > circa Mon, 24 Jun 2002 09:30:11 -0700, in
> > microsoft.public.cert.exam.mcse, Jtyc (yo@respondtothegroup.com)
> > said,
> > > > I hate kids.
> > > >
> > >
> > > No "real" woman would say that.
> > >
> > >
> > >
> > > The evidence mounts.
> > >
> > Okay, modification. I like my friends' kids. I am looking forward to
> > being an aunt. I do not like anonymous, snot-nosed screamers in
> > grocery stores. I do not plan to reproduce.
> >
> > Oh, and..
> >
> > I AM NOT AN ANIMATRON! REPLICANT, EITHER!
> >
> > Laura
> > --
> > One man's mundane and boring existence is another man's Technicolor.
> > -Tick, Strange Days
>
>
| |
| =mėanoldman= 2002-06-24, 11:25 am |
| I should also point out that unlike my competitor I'm not married.
--
http://www.mcngp.tk
"Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in message
news:MPG.178112fe80dc70d5989f33@msnews.microsoft.com...
> circa Mon, 24 Jun 2002 12:15:55 -0400, in
> microsoft.public.cert.exam.mcse, "=mėanoldman=" <meanoldman@(no spam)
> mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> ) said,
> > At least I stick to only one girl, and not a married on at that. You
should
> > be ashamed of yourself Dan!
> >
> >
> And mean scores a point! ;-)
>
> Laura
> (gotta go, planes to catch)
> --
> One man's mundane and boring existence is another man's Technicolor.
> -Tick, Strange Days
| |
| =mėanoldman= 2002-06-24, 11:25 am |
| Yum!
--
http://www.mcngp.tk
"Laura A. Robinson" < firstinitiallastname@technolog
ist.com> wrote in message
news:MPG.17811343fdfbc19c989f35@msnews.microsoft.com...
> circa Mon, 24 Jun 2002 12:13:18 -0400, in
> microsoft.public.cert.exam.mcse, "=mėanoldman=" <meanoldman@(no spam)
> mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> ) said,
> >
> > I think I'm going to go home and cry now.
> >
> Clean up those raisins before you go, wouldja? ;-)
>
> Laura
> --
> One man's mundane and boring existence is another man's Technicolor.
> -Tick, Strange Days
| |
|
| > Wahoo! Now I'm really in love!
>
Prove it. Get the plumbing for your willy cut.
| |
|
| > then post it
>
Check thine headers young naive.
| |
| S.O'Brien 2002-06-24, 11:25 am |
| have a good trip 
sue
| |
| Laura A. Robinson 2002-06-24, 11:25 am |
| circa Mon, 24 Jun 2002 12:49:35 -0400, in
microsoft.public.cert.exam.mcse, "=mėanoldman=" <meanoldman@(no spam)
mcngp.tk> ("=mėanoldman=" <meanoldman@(no spam)mcngp.tk> ) said,
>
> I should also point out that unlike my competitor I'm not married.
>
Thank you, lady and gentlemen, for giving me a few good laughs before
I depart. :-)
Laura
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
| Laura A. Robinson 2002-06-24, 11:25 am |
| circa Mon, 24 Jun 2002 09:34:36 -0700, in
microsoft.public.cert.exam.mcse, Jtyc (yo@respondtothegroup.com)
said,
> > This approach would work if he really wanted a painful bruising. :-)
> >
>
> So.... your real good at fighting eh? Inhuman strength?
>
> Suspicious...
>
>
I am not an animatron!~
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
| Laura A. Robinson 2002-06-24, 11:25 am |
| circa Mon, 24 Jun 2002 09:44:33 -0700, in
microsoft.public.cert.exam.mcse, Consultant®
(consultant_mcngp@yahoo.com) said,
>
> then post it
>
It's right there in the headers. Just requires parsing. DiamondDan
hasn't had any problem figuring it out. ;-)
Laura
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
| =mėanoldman= 2002-06-24, 11:25 am |
| Honestly.. I am with Laura on this one. Other people's kids can be nice but
only as long as you can shove them back to their parents when the need to
have their diapers changed or they wont stop screaming. However I am not at
all looking forward to have that procedure done....
--
http://www.mcngp.tk
"Jtyc" <yo@respondtothegroup.com> wrote in message
news:Oylx6#5GCHA.2992@tkmsftngp13...
> > Wahoo! Now I'm really in love!
> >
>
> Prove it. Get the plumbing for your willy cut.
>
>
>
>
| |
| Laura A. Robinson 2002-06-24, 11:25 am |
| circa Mon, 24 Jun 2002 16:58:28 GMT, in
microsoft.public.cert.exam.mcse, "S.O'Brien" <brian@(nospam)mgncp.tk>
("S.O'Brien" <brian@(nospam)mgncp.tk> ) said,
> have a good trip 
>
Thank you kindly. :-)
Laura
--
One man's mundane and boring existence is another man's Technicolor.
-Tick, Strange Days
| |
|
| > Honestly.. I am with Laura on this one. Other people's kids can be nice
but
> only as long as you can shove them back to their parents when the need to
> have their diapers changed or they wont stop screaming. However I am not
at
> all looking forward to have that procedure done....
>
You'd be amazed at how fast your opinion of kids can change when you have
one.
| |
| Consultant® 2002-06-24, 11:25 am |
| | | |