Name: lost Date: October 23, 2000 at 12:06:13 Pacific Subject: Xcopy command
Comment:
I am using the XCOPY command to copy files from one folder to another based on date. Example: xcopy /d:8-1-00 c:\temp\*.* c:\temp2
What I would like to do is prompt the user to enter the date, then pass that date to the XCOPY command. Is this possible? Any help would be much appreciated.
I am in a similar jam. I am creating a batch file that will copy a clients data from one folder on their PC to a network share on a daily basis. I wish for it to be unattended (no user interaction). I have the batch file working but I need to auto-increment the date to the next day following standard monthly number of days.
I will try to work with what you have posted above Rambler.