Microsoft
Software
Hardware
Network
Question : How to append DateTime to a Filename in DOS
Hi,
I try to take backup of some configuration files of Oracle with DOS commands with the script below ;
copy d:\app\Administrator\produ
ct\11.1.0\
db_1\NETWO
RK\ADMIN\t
nsnames.or
a d:\backup\backup_conf\tns_
%date%.ora
As it' s understood from the script, the script copies tnsnames.ora file adding date at the end of the filename. I also tried to add the current time but it didn' t work.
How is time added at the end of the filename ?
Answer : How to append DateTime to a Filename in DOS
Try
1: 2:
final String RE = "\\d{6}-?\\d{4}"; boolean valid = s.matches(RE);
Random Solutions
Event ID 333 - Server 2003 SP2 I/O Error
sort varchar
ASP - Deleting multiple records
MailChimp WordPress Plugin Embedded styles display: none; hiding form, Part 2
HP Desktop memory
Powershell, get-qadcompter
Converting latitude and longitude to cartesian coordinates on a conic map
creating user in default DB (from Login creation)
namespace question
Direct X 10.1 vs Direct X 11, Windows XP SP3 vs Windows 7