Batch file for one current date in text file
Solved/Closed
Related:
- Cmd output to text file with date
- Save ping output text file with timestamp windows cmd - Best answers
- Batch file output to text file with timestamp - Best answers
- Windows 10 iso file download 64-bit - Download - Windows
- Illustrator could partially read this file âś“ - Office Software Forum
- Change computer name cmd - Guide
- Ping output to text file - Guide
- Kmspico zip file download - Download - Other
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 .