I am trying to build a basic starter script that figures out what OS I am running on and if any special modules need loaded. As far as Linux is concerned I am able to check for root by looking at the effective uid $>is there a way to do a similar operation on windows?

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

Win32 might help you to get username in Windows.

link|improve this answer
2  
Awesome, I found a function called Win32::IsAdminUser() that should work perfect. Thanks. – Solignis Nov 15 '11 at 7:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.