January 1, 2005

WinTask - GetCountry

'
' GetCountry - Get the Country
'
' Author: Joe Strazzere
'

ReadReg("HKEY_CURRENT_USERControl PanelInternationalsCountry",1,name$)
msgbox("The name of the country for this computer is "+name$,,"GetCountry")