-
Recent Posts
Personal Links
SQL Server Links
Windows OS
Meta
Daily Archives: 15. September 2007
Windows shell script: putting date & time into a file
SET mydate=%DATE:~4,2%_%DATE:~7,2%_%DATE:~10,4% echo mydate >> somefile.txt
Posted in Windows OS
Comments Off on Windows shell script: putting date & time into a file