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
Abraham John
NA
13
1.5k
Parallel Robocopy
Jan 24 2017 4:57 AM
Hi All,
Am trying to copy files from a single source to multiple destinations. I dont want this copy to happen sequentially. I want the files to be copied at the same time to all destinations, in parallel. How is it possible to do with robocopy as a command line argument?
Ex - Robocopy soucreDir ---destination1 -destination2 -destiantion3 in a single line command line argument.
Or how can we do this in c#?
Abraham
Reply
Answers (
2
)
How to read a excel file in c#?
get text between two words in a string