Technical Log
VB - Using System Variables
VB - Using System Variables
Search




hits.Login
purpleender
41467
Newmarket
Bumder
Jock
Gonna get High till the day I die! Reality is an illusion that occurs due to lack of resin.
strUserProfilePath = WshShell.ExpandEnvironmentStrings("%USERPROFILE%")
MSGBOX "User Profile Path : " & strUserProfilePath
strUserName = WshShell.ExpandEnvironmentStrings("%USERNAME%")
MSGBOX "User Name : " & strUserName
strComputerName = WshShell.ExpandEnvironmentStrings("%COMPUTERNAME%")
MSGBOX "Computer Name : " & strComputerName


