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
Attrubute 'width' is considered outdated. A newer construct is recommended
can't change password through OWA 2010
How to convert non ansi outer join =* to ansi outer join
GPO to ensure no users are able to bypass the Proxy when browsing the Internet (IE:7 and IE:8)
Capture Linkbutton click event in Master page from Content page
Best Photo Editing software
Batch File Wildcards
Batch file to remove whitespace - similar to word replace ^w
RHCE Exam
How to play a video file in JSP