Hi,
I'm trying to create a logon script and have my mappings and everything working, but struggling with the Greetings.
I have this at the moment
' let's display a welcome message
dim sTime, sDate, strUser
sTime = Hour (now)
sDate = Now
strUser = objnetwork.UserName
If sTime <=11 Then...