Greetings! This is my first post so be gentle. 
I have a login script that calls a display script giving users their various login info. The one thing I would like to add to this script but can't find any info on how to add it is a function that display users days remaining before their password expires. Now, I am aware that the server will inform them from 14 days on in but I have some users that log in so rarely that they won't be annoyed with this message everyday for 14 days straight which, with normal people, would be enough to just go ahead and change their bloody passwords! Here's a snippet of the display script that involves displaying the users' info:
Code:
Color y+/n
At ( 9,40) @userid
At (10,40) @fullname
At (11,40) @priv
At (12,40) @wksta
At (13,40) @domain
At (14,40) @lserver
Sleep 4
CLS
I'd prefer to just add to the bottom of the display box something like "Your password will expire in days."
Thanks everyone!!