kxrain 0 Report post Posted January 15, 2008 Hello guys copy and paste this code in the notepad then save as lol.VBS Option Explicit Dim strDate strDate = Date()If Right(strDate,1) > 7 Then WScript.Echo "Happy New Year!"Else WScript.Echo "Happy Holidays!"End If WScript.Quit Share this post Link to post Share on other sites