Batch Script - DATE


Advertisements


This batch command help to find the system date.

Syntax

DATE

Example

@echo off 
echo %DATE%

Output

The current date will be displayed in the command prompt. For example,

Mon 12/28/2015

batch_script_commands.htm

Advertisements