Welcome To Snipplr


Everyone's Recent DOS Batch Snippets Tagged date



« Prev 1 Next »
Nice script for formatting dates in a batch file without having the system locale settings impact your format
0 951 posted 9 years ago by kidmizere
This is a batch file that will add the date to the end of all files in a particular directory located on the user's desktop and place them in a directory called Output_Renamed on the user's desktop.
2 952 posted 11 years ago by _reydin_
This command will tell you the date of Installation of your Windows System. The result will look like this: *InstallDate = 11:48:12 28.06.2010*
0 816 posted 13 years ago by bits
The code works if and only if your system is using English(United States) date format (i.e. "Web 05/11/2011"). If your systems is using English(United Kingdom) date format just replace %%B in the first and third rows with %%A.
0 1063 posted 13 years ago by cappellin
« Prev 1 Next »