TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
karthik v
NA
109
70.5k
Batch File
Jul 17 2012 1:45 PM
Hi Experts
I wanted to create a error log when we run a batch on the server.So if i run a batch i need a error log with date time stamp and that errors if there are any when running a batch. Here is what i have which is running good. can any one help me in this ...
@echo
:: variables
set destdrive=Z:
set copy=xcopy /s /c /d /e /h /i /r /y
echo # # # Moving files
%copy% "C:\Users\c09353\Desktop\test" "%destdrive%"
echo
Reply
Answers (
0
)
What is delegates with example code in c# .net
Delete Function