Thursday, April 3, 2014

Simple Trick to get Date&Time with Milliseconds (Batch File with Note Pad)

Type the following code in Notepad

@echo off
:start
echo Date:%date% Time:%time%
goto start

Save text file  as <anyname>.bat   

For Eg : time.bat

Double click this batch file

See...what happens



No comments:

Post a Comment