Batch file for one current date in text file
Solved/Closed
Related:
- Batch get date
- Batch file output to text file with timestamp - Best answers
- Batch file create text file with date and time - Best answers
- Ping batch file output to text - Guide
- Copy files from one server to another windows batch script ✓ - Windows Forum
- 'Ipconfig' is not recognized as an internal or external command, operable program or batch file. - Guide
- Batch rotate images - Guide
- Batch open folder ✓ - Windows Forum
Jan 8, 2009 at 05:58 AM
how do I write a script to find system date in the following format YYYYMMDD and use it to create folder using the same date.
Apr 28, 2009 at 10:47 AM
REM - Create Date and Time strings
set Today=%date:~10,4%%date:~4,2%%date:~7,2%
set Now=%time:~0,2%%time:~3,2%%time:~6,2%
set DOW=%date:~0,3%
Mar 9, 2009 at 05:01 AM
say log.txt
and create one bat file ,open in edit mode and write the below line of code
echo the current date and tine is %time%%date%>>log.txt
May 5, 2009 at 01:15 PM
I need program or procedure to extract the Gregorian date and the equevelent Hijri date from windows to the text file for 10 years .
waiting for your response .