Search found 3 matches

by phpofficial
11 Apr 2012 23:23
Forum: DOS Batch Forum
Topic: Automate XCOPY help
Replies: 9
Views: 11097

Re: Automate XCOPY help

Thank you Squashman. Could you also suggest how do I copy files or folders from a same location using Administrator privileges but the issue is user name between the path changes. My PC is also being accessed by other users, I am the administrator and want to copy the logs from 'Document and Setting...
by phpofficial
11 Apr 2012 02:50
Forum: DOS Batch Forum
Topic: Automate XCOPY help
Replies: 9
Views: 11097

Re: Automate XCOPY help

Thank you all for your suggestions. @foxidrive - Your code worked. This is not aimed to create a backup, it will be deleted eventually. I am new to this so forgive me if i sound naive. Could it be possible instead of hard coding the drive names (d e f g), batch command automatically detects the numb...
by phpofficial
09 Apr 2012 04:41
Forum: DOS Batch Forum
Topic: Automate XCOPY help
Replies: 9
Views: 11097

Automate XCOPY help

Hello Everyone, I have created this batch command. Here i am copying the whole files and folders from a particular drive to newly created folder '_OLD' in the same drive. I want xcopy to start copying the folder and should wait until the first process is completed i.e. when it starts copying the fil...