Hi peeps.
Can anyone tell me is Server 2008 has the ProgramData like win 7 and 8
please.
Al
_______________________________________________
Post Messages to: ProFox@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/001501cf4753$66e783e0$34b68ba0$@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.
I saw Server 2008 in the "Applies To" list at the bottom of the page....
http://support.microsoft.com/kb/949977
On Mon, Mar 24, 2014 at 7:22 PM, Al <al@gatwicksoftware.com> wrote:
> Can anyone tell me is Server 2008 has the ProgramData like win 7 and 8
--
.~. Might, Courage, Vision. SINCERITY!
/ v \ 64-bit Ubuntu 9.10 (Linux kernel 2.6.39.3)
/( _ )\ http://sites.google.com/site/changmw
^ ^ May the Force and farces be with you!
_______________________________________________
Post Messages to: ProFox@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/CAGv=MJCVXDR8VTRzZStHkd_ZEj5k7DN+aDF9pcnj6OWfJD0d1A@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 those lawyers who are too stupid to see the obvious.
Yes seems it is. Good I can continue thank you.
As 2003 and XP are not in use and I'm stopping support on them anyway, I can
assume ProgramData does exist on servers and win 7/8.
Al
-----Original Message-----
I saw Server 2008 in the "Applies To" list at the bottom of the page....
http://support.microsoft.com/kb/949977
_______________________________________________
Post Messages to: ProFox@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/001b01cf475f$25fa4e60$71eeeb20$@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.
You could add a safety check on its existence! :)
C:\Users\xxxx>set | findstr -i program
ALLUSERSPROFILE=C:\ProgramData
CommonProgramFiles=C:\Program Files\Common Files
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
CommonProgramW6432=C:\Program Files\Common Files
Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo
werShell\v1.0\;C:\Program Files (x86)\ATI
Technologies\ATI.ACE\Core-Static;z:\aroot\dos\bi
n
ProgramData=C:\ProgramData
ProgramFiles=C:\Program Files
ProgramFiles(x86)=C:\Program Files (x86)
ProgramW6432=C:\Program Files
On Mon, Mar 24, 2014 at 8:46 PM, Allen <profox@gatwicksoftware.com> wrote:
> Yes seems it is. Good I can continue thank you.
> As 2003 and XP are not in use and I'm stopping support on them anyway, I can
> assume ProgramData does exist on servers and win 7/8.
> Al
>
> -----Original Message-----
>
> I saw Server 2008 in the "Applies To" list at the bottom of the page....
>
> http://support.microsoft.com/kb/949977
>
>
>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@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/CAGv=MJBSUV5aUan-TRyJGE-asYyyemR_DKNECi_5ax60oEn_yw@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 those lawyers who are too stupid to see the obvious.
Even easier
? getenv("ProgramData")
Al
-----Original Message-----
From: ProfoxTech [mailto:profoxtech-bounces@leafe.com] On Behalf Of Man-wai
Chang
Sent: 24 March 2014 15:23
To: profoxtech@leafe.com
Subject: Re: [NF] ProgramData
You could add a safety check on its existence! :)
_______________________________________________
Post Messages to: ProFox@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/002801cf4772$160fece0$422fc6a0$@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.