[vwnc] Windows Domain

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] Windows Domain

Michael Gross-4

I have not see anything in the base but, is there any method available in Smalltalk that will return the Windows domain ?

 

 

Thanks!

 

Michael Gross

Blue Heron Consulting
90 Airpark Dr, Suite 200
Rochester, NY 14624
www.BlueHeron-Consulting.com
Office: 800-253-3449 / 585-464-8035 (x207)
Fax:    800-464-9901 / 585-464-9760

 

 


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Windows Domain

Steven Kelly

On any NT-based Windows (NT, XP, 03, Vista), get it from the environment variable USERDOMAIN:

SystemUtils getEnvironmentVariable: 'USERDOMAIN'

 

Steve

 

From: [hidden email] [mailto:[hidden email]] On Behalf Of Michael Gross
Sent: 19 February 2009 16:09
To: [hidden email]
Subject: [vwnc] Windows Domain

 

I have not see anything in the base but, is there any method available in Smalltalk that will return the Windows domain ?

 

 

Thanks!

 

Michael Gross

Blue Heron Consulting
90 Airpark Dr, Suite 200
Rochester, NY 14624
www.BlueHeron-Consulting.com
Office: 800-253-3449 / 585-464-8035 (x207)
Fax:    800-464-9901 / 585-464-9760

 

 


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Windows Domain

Philippe Demaecker
In reply to this post by Michael Gross-4

Hello Michael,

 

(SystemVariable named: 'USERDOMAIN') value

 

might do the trick…

 

Hth,

Philippe

 

 

 


From: [hidden email] [mailto:[hidden email]] On Behalf Of Michael Gross
Sent: donderdag 19 februari 2009 15:09
To: [hidden email]
Subject: [vwnc] Windows Domain

 

I have not see anything in the base but, is there any method available in Smalltalk that will return the Windows domain ?

 

 

Thanks!

 

Michael Gross

Blue Heron Consulting
90 Airpark Dr, Suite 200
Rochester, NY 14624
www.BlueHeron-Consulting.com
Office: 800-253-3449 / 585-464-8035 (x207)
Fax:    800-464-9901 / 585-464-9760

 

 


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc