Discussion:
VFP file types in explorer
Paul Newton
2018-09-24 14:44:29 UTC
Permalink
Hi all

In Windows explorer, files with a VCX extension are displayed as type Microsoft Visual FoxPro Class Library but VCT and PRG just display as VCT File and PRG File respectfully. How can I get them to be recognised as types Microsoft Visual FoxPro Class Library and Microsoft Visual FoxPro Program respectfully?

Many thanks in advance

Paul Newton

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/***@SN1PR0201MB1856.namprd02.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Richard Kaye
2018-09-24 16:12:03 UTC
Permalink
Right click on a PRG or VCT, etc and use the Open with option to set the default program. There is also a command line option to add the default registry values. (vfp9.exe /regserver) I'm not sure if this also reestablishes the VFP file associations. Finally, you could try rerunning setup and tell it to repair.

--

rk

-----Original Message-----
From: ProfoxTech <profoxtech-***@leafe.com> On Behalf Of Paul Newton
Sent: Monday, September 24, 2018 10:44 AM
To: ***@leafe.com
Subject: VFP file types in explorer

Hi all

In Windows explorer, files with a VCX extension are displayed as type Microsoft Visual FoxPro Class Library but VCT and PRG just display as VCT File and PRG File respectfully. How can I get them to be recognised as types Microsoft Visual FoxPro Class Library and Microsoft Visual FoxPro Program respectfully?

Many thanks in advance

Paul Newton


_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/***@BN6PR10MB1299.namprd10.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Paul Newton
2018-09-25 07:33:38 UTC
Permalink
Thanks Richard

Unfortunately I have already tried all three suggestions to no avail ...

Paul Newton

-----Original Message-----
From: ProfoxTech <profoxtech-***@leafe.com> On Behalf Of Richard Kaye
Sent: 24 September 2018 17:12
To: ***@leafe.com
Subject: RE: VFP file types in explorer

Sent by an external sender
------------------------------

Right click on a PRG or VCT, etc and use the Open with option to set the default program. There is also a command line option to add the default registry values. (vfp9.exe /regserver) I'm not sure if this also reestablishes the VFP file associations. Finally, you could try rerunning setup and tell it to repair.

--

rk

-----Original Message-----
From: ProfoxTech <profoxtech-***@leafe.com> On Behalf Of Paul Newton
Sent: Monday, September 24, 2018 10:44 AM
To: ***@leafe.com
Subject: VFP file types in explorer

Hi all

In Windows explorer, files with a VCX extension are displayed as type Microsoft Visual FoxPro Class Library but VCT and PRG just display as VCT File and PRG File respectfully. How can I get them to be recognised as types Microsoft Visual FoxPro Class Library and Microsoft Visual FoxPro Program respectfully?

Many thanks in advance

Paul Newton


[excessive quoting removed by server]

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/***@SN1PR0201MB1856.namprd02.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Alan Bourke
2018-09-25 08:38:35 UTC
Permalink
Paul

I don't know if you want to do this just on your own PC or as part of a project but try running a cmd.exe prompt as administrator and doing:

assoc .prg=Visual.FoxPro.Program
assoc .vct=Visual.FoxPro.ClassLibrary


(case sensitive after the equals sign)
--
Alan Bourke
alanpbourke (at) fastmail (dot) fm

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/***@webmail.messagingengine.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Paul Newton
2018-09-25 08:44:59 UTC
Permalink
Thanks Alan - I'll try that just now ...

Paul

-----Original Message-----
From: ProfoxTech <profoxtech-***@leafe.com> On Behalf Of Alan Bourke
Sent: 25 September 2018 09:39
To: ***@leafe.com
Subject: Re: VFP file types in explorer

Sent by an external sender
------------------------------

Paul

I don't know if you want to do this just on your own PC or as part of a project but try running a cmd.exe prompt as administrator and doing:

assoc .prg=Visual.FoxPro.Program
assoc .vct=Visual.FoxPro.ClassLibrary


(case sensitive after the equals sign)
--
Alan Bourke
alanpbourke (at) fastmail (dot) fm

[excessive quoting removed by server]

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/***@SN1PR0201MB1856.namprd02.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Paul Newton
2018-09-25 08:49:08 UTC
Permalink
Alan

That hasn't worked ... but I haven't done a restart yet - don't know if that is needed but I'll give it a try

Paul

-----Original Message-----
From: ProfoxTech <profoxtech-***@leafe.com> On Behalf Of Alan Bourke
Sent: 25 September 2018 09:39
To: ***@leafe.com
Subject: Re: VFP file types in explorer

Sent by an external sender
------------------------------

Paul

I don't know if you want to do this just on your own PC or as part of a project but try running a cmd.exe prompt as administrator and doing:

assoc .prg=Visual.FoxPro.Program
assoc .vct=Visual.FoxPro.ClassLibrary


(case sensitive after the equals sign)
--
Alan Bourke
alanpbourke (at) fastmail (dot) fm

[excessive quoting removed by server]

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/***@SN1PR0201MB1856.namprd02.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Paul Newton
2018-09-25 09:03:46 UTC
Permalink
Nope ☹

-----Original Message-----
From: ProfoxTech <profoxtech-***@leafe.com> On Behalf Of Alan Bourke
Sent: 25 September 2018 09:39
To: ***@leafe.com
Subject: Re: VFP file types in explorer

Sent by an external sender
------------------------------

Paul

I don't know if you want to do this just on your own PC or as part of a project but try running a cmd.exe prompt as administrator and doing:

assoc .prg=Visual.FoxPro.Program
assoc .vct=Visual.FoxPro.ClassLibrary


(case sensitive after the equals sign)


--
Alan Bourke
alanpbourke (at) fastmail (dot) fm

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/***@webmail.messagingengine.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

Report [OT] Abuse: http://leafe.com/reportAbuse/***@webmail.messagingengine.com

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/***@SN1PR0201MB1856.namprd02.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those l
Richard Kaye
2018-09-25 11:36:43 UTC
Permalink
That sounds odd. Have you gone spelunking in the registry to see what these extensions are associated with?
--
rk

-----Original Message-----
From: ProfoxTech <profoxtech-***@leafe.com> On Behalf Of Paul Newton
Sent: Tuesday, September 25, 2018 5:04 AM
To: ***@leafe.com
Subject: RE: VFP file types in explorer

Nope ☹

-----Original Message-----
From: ProfoxTech <profoxtech-***@leafe.com> On Behalf Of Alan Bourke
Sent: 25 September 2018 09:39
To: ***@leafe.com
Subject: Re: VFP file types in explorer

Sent by an external sender
------------------------------

Paul

I don't know if you want to do this just on your own PC or as part of a project but try running a cmd.exe prompt as administrator and doing:

assoc .prg=Visual.FoxPro.Program
assoc .vct=Visual.FoxPro.ClassLibrary

(case sensitive after the equals sign)

--
Alan Bourke
alanpbourke (at) fastmail (dot) fm

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/***@BN6PR10MB1299.namprd10.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obviou
Paul Newton
2018-09-25 13:42:45 UTC
Permalink
Yes and they _seem_ to have the right associations but they are still not showing correctly in Explorer
Thanks for the suggestions everybody

Paul Newton

-----Original Message-----
From: ProfoxTech [mailto:profoxtech-***@leafe.com] On Behalf Of Richard Kaye
Sent: 25 September 2018 12:37
To: ***@leafe.com
Subject: RE: VFP file types in explorer

Sent by an external sender
------------------------------

That sounds odd. Have you gone spelunking in the registry to see what these extensions are associated with?
--
rk

-----Original Message-----
From: ProfoxTech <profoxtech-***@leafe.com> On Behalf Of Paul Newton
Sent: Tuesday, September 25, 2018 5:04 AM
To: ***@leafe.com
Subject: RE: VFP file types in explorer

Nope ☹

-----Original Message-----
From: ProfoxTech <profoxtech-***@leafe.com> On Behalf Of Alan Bourke
Sent: 25 September 2018 09:39
To: ***@leafe.com
Subject: Re: VFP file types in explorer

Sent by an external sender
------------------------------

Paul

I don't know if you want to do this just on your own PC or as part of a project but try running a cmd.exe prompt as administrator and doing:

assoc .prg=Visual.FoxPro.Program
assoc .vct=Visual.FoxPro.ClassLibrary

(case sensitive after the equals sign)

--
Alan Bourke
alanpbourke (at) fastmail (dot) fm

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/***@BN6PR10MB1299.namprd10.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Report [OT] Abuse: http://leafe.com/reportAbuse/***@BN6PR10MB1299.namprd10.prod.outlook.com
_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/***@SN1PR0201MB1856.namprd02.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who ar
Fernando D. Bozzo
2018-09-25 11:41:33 UTC
Permalink
I second Richard's method, which did work for me in the past and is
documented in VFP help :

<path>\vfp9.exe /regserver
Post by Richard Kaye
Right click on a PRG or VCT, etc and use the Open with option to set the
default program. There is also a command line option to add the default
registry values. (vfp9.exe /regserver) I'm not sure if this also
reestablishes the VFP file associations. Finally, you could try rerunning
setup and tell it to repair.
--
rk
-----Original Message-----
Sent: Monday, September 24, 2018 10:44 AM
Subject: VFP file types in explorer
Hi all
In Windows explorer, files with a VCX extension are displayed as type
Microsoft Visual FoxPro Class Library but VCT and PRG just display as VCT
File and PRG File respectfully. How can I get them to be recognised as
types Microsoft Visual FoxPro Class Library and Microsoft Visual FoxPro
Program respectfully?
Many thanks in advance
Paul Newton
[excessive quoting removed by server]

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/CAGQ_JumssB31u2GLJUD+***@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for
Jürgen Wondzinski
2018-09-25 19:53:43 UTC
Permalink
Hi Paul,

a) When running the /REGSERVER thingy, make sure you do it from within a
cmd-window with explicit administrator rights activated.

b) you may also want to run the VFPCLEAN.APP from the HOME(0) directory (two
times, selecting both dialog options, just to be doublesave :) )


wOOdy 


"*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`.Visual FoxPro: It's magic !
(¸.·``··*




_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/017901d45509$77768670$66639350$@wondzinski.de
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Paul Newton
2018-09-26 07:35:32 UTC
Permalink
Thanks wOOdy, I'll give that a try

Paul

-----Original Message-----
From: ProfoxTech [mailto:profoxtech-***@leafe.com] On Behalf Of Jürgen Wondzinski
Sent: 25 September 2018 20:54
To: ***@leafe.com
Subject: AW: VFP file types in explorer

Sent by an external sender
------------------------------

Hi Paul,

a) When running the /REGSERVER thingy, make sure you do it from within a cmd-window with explicit administrator rights activated.

b) you may also want to run the VFPCLEAN.APP from the HOME(0) directory (two times, selecting both dialog options, just to be doublesave :) )


wOOdy 


"*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`.Visual FoxPro: It's magic !
(¸.·``··*




[excessive quoting removed by server]

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/***@SN1PR0201MB1856.namprd02.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Paul Newton
2018-09-26 07:41:48 UTC
Permalink
Still no joy ... ☹

-----Original Message-----
From: ProfoxTech [mailto:profoxtech-***@leafe.com] On Behalf Of Jürgen Wondzinski
Sent: 25 September 2018 20:54
To: ***@leafe.com
Subject: AW: VFP file types in explorer

Sent by an external sender
------------------------------

Hi Paul,

a) When running the /REGSERVER thingy, make sure you do it from within a cmd-window with explicit administrator rights activated.

b) you may also want to run the VFPCLEAN.APP from the HOME(0) directory (two times, selecting both dialog options, just to be doublesave :) )


wOOdy 


"*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`.Visual FoxPro: It's magic !
(¸.·``··*




_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/017901d45509$77768670$66639350$@wondzinski.de
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

Report [OT] Abuse: http://leafe.com/reportAbuse/017901d45509$77768670$66639350$@wondzinski.de

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/***@SN1PR0201MB1856.namprd02.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the
Alan Bourke
2018-09-26 09:00:27 UTC
Permalink
Maybe http://defaultprogramseditor.com/ ?
--
Alan Bourke
alanpbourke (at) fastmail (dot) fm

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/***@webmail.messagingengine.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Paul Newton
2018-09-26 09:41:46 UTC
Permalink
Thanks Alan
I'll take a look at it and let you know
Paul
-----Original Message-----
From: ProfoxTech [mailto:profoxtech-***@leafe.com] On Behalf Of Alan Bourke
Sent: 26 September 2018 10:00
To: ***@leafe.com
Subject: Re: VFP file types in explorer

Sent by an external sender
------------------------------

Maybe http://defaultprogramseditor.com/ ?
--
Alan Bourke
alanpbourke (at) fastmail (dot) fm

[excessive quoting removed by server]

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/***@SN1PR0201MB1856.namprd02.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Christof Wollenhaupt
2018-09-26 10:51:03 UTC
Permalink
File extensions can be registered in the HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER hive. Maybe there's something in your own settings that is causing the problem. All of the suggested fixes register extensions system wide.

What do you see if you create a new local Windows user and log on as that user?
--
Christof
_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/850A79DB-5518-4444-AB81-***@wollenhaupt.org
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Paul Newton
2018-09-26 11:17:38 UTC
Permalink
Thanks Christof

Alan's tool helped solve the problem but there were indeed some problems\anomalies with some of registry entries. Happily all is working now.

Paul

-----Original Message-----
From: ProfoxTech [mailto:profoxtech-***@leafe.com] On Behalf Of Christof Wollenhaupt
Sent: 26 September 2018 11:51
To: ***@leafe.com
Subject: Re: VFP file types in explorer

Sent by an external sender
------------------------------

File extensions can be registered in the HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER hive. Maybe there's something in your own settings that is causing the problem. All of the suggested fixes register extensions system wide.

What do you see if you create a new local Windows user and log on as that user?
--
Christof
[excessive quoting removed by server]

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/***@SN1PR0201MB1856.namprd02.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Paul Newton
2018-09-26 11:15:43 UTC
Permalink
Alan

That tool was very useful and everything is now working fine - many thanks

Paul

-----Original Message-----
From: ProfoxTech [mailto:profoxtech-***@leafe.com] On Behalf Of Alan Bourke
Sent: 26 September 2018 10:00
To: ***@leafe.com
Subject: Re: VFP file types in explorer

Sent by an external sender
------------------------------

Maybe http://defaultprogramseditor.com/ ?
--
Alan Bourke
alanpbourke (at) fastmail (dot) fm

[excessive quoting removed by server]

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/***@SN1PR0201MB1856.namprd02.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Loading...