Microsoft
Software
Hardware
Network
Question : How do I create a text file?
I would like to create a text file each new day such that the text file is named like this: C:\Logs\YYYY-MM-DD.txt.
So today's text file should look like C:\Logs\2010-06-28.txt.
I will hook this batch/script to Task Scheduler so the part I need help with is the actual batch file. An actual script I can run would be appreciated it. Thanks.
Answer : How do I create a text file?
for /f "tokens=1,2,3 delims=/ " %%a in ('DATE /T') do set date=%%c-%%b-%%a
echo > c:\logs\%date%.txt
Random Solutions
Add time but only in working hours
How to put an graphic image on a Windows Forms app from the file browser dialog.
NSIS - Install as "Admin", but invoke app as "User" (from the installer script)
Best method for automated use of Defrag, chkdsk, Disk cleanup, etc.
Move a VM
XenServer Vs. Hyper V
Blank characters being inserted into SQL Table via ADODB
differences between windows server 2003 and windows server 2003 r2
Cisco VLAN
How to Make a RSS feed by using Silverlight 4 and Expression Blend 3?