Batch file for one current date in text file
Solved/Closed
Related:
- Batch file create text file with date and time
- Batch file to create a text file with date and time - Best answers
- Batch file output to text file with timestamp - Best answers
- How to create ping batch file - Guide
- Creating a Batch File to copy a directory ✓ - Forum - Programming
- Creating batch file in Windows 10. ✓ - Forum - Windows 10
- Create batch file to open network folder ✓ - Forum - Windows
- Rename file with current datetime appended to filename ✓ - Forum - Programming
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 .