topdownjimmy Posted July 9, 2006 Report Share Posted July 9, 2006 Run this program when the download finishesI've tried"copy %D\*.* c:\music-incoming2\%N\"copy %D\*.* c:\music-incoming2\%N\cmd copy %D\*.* c:\music-incoming2\%N\None of them have worked. What am I doing wrong? Thanks! Link to comment Share on other sites More sharing options...
Animorc Posted July 9, 2006 Report Share Posted July 9, 2006 You could try this:xcopy "%D" "c:\music-incoming2\%N\" /SI have no idea of whether this will work or not, but it could be worth a try.Edit: If you want to include empty directories, replace /S with /E Link to comment Share on other sites More sharing options...
topdownjimmy Posted July 9, 2006 Author Report Share Posted July 9, 2006 Thanks--that did the trick! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.