Now.exe to show current time,Day,Date,Month,Year in Windows 2003,XP,2000

If you're new here, you may want to subscribe to our RSS feed. Thanks for visiting!

Now.exe is a small utility in Windows 2000, Windows XP, Windows 2003 and later on. As the filename implies, all it does is to show the Current Time,Day,Date,Month and Year. This is different from the “date.exe” where it is actually to set the date of your PC or Server.

The main difference is that if you are a developer or an admin writing a batch file then it is ideally a good idea to use now.exe to print the current time on the log or results files.

Take a look at the output of the now.exe & date.exe utilities

C:\Documents and Settings\user>now

Mon Mar 10 20:00:45 2008

C:\Documents and Settings\user>date
The current date is: 10/03/2008
Enter the new date: (dd-mm-yy)

You can also use the @echo command to display the current date as follows:

C:\Documents and Settings\user>@echo.|date|find /i “current”
The current date is: 10/03/2008

Related Post


Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically each day to your feed reader.

No comments yet.

Leave a comment

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

(required)

(required)