Microsoft
Software
Hardware
Network
Question : Renaming file to previous date
Using this command in a DOS shell, %date:~10,4%%date:~4,2%%da
te:~7,2%, will rename a file to the current date. Now I need to rename this file to the previous date. i.e. A zip file created on 20080915 needs to be named 20080914. Can I utlizile the above command with any type of switches to rename the file to the previous day rather than the current day? Of if there's an entirely different command to do this.
Answer : Renaming file to previous date
Hi, can try this.
Regards,
Rob.
1: 2: 3:
Set Today=%date:~10,4%%date:~4,2%%date:~7,2% Set /a Yesterday=%Today%-1 Echo %Yesterday%
Open in New Window
Select All
Random Solutions
Exchange 5.5 MTA - error 2140: An internal windows NT error occurred
Windows pause while working ...
can chinese version of windows xp be loaded directly over a english version?
PC failing to start
Need a better web host provider
How do you detach a movie clip when any action causes the movie to go to any other frame?
fatal server error when trying to start xserver via: startx
Only Show Rows that contain specified name
how do I write Stored Procedure where in SQL query 'FROM' clause is selected from dropdownlist!!!!!
How do I add a new Column at a specific position?