I can't seem to get it to work..
+ Reply to Thread
Results 1 to 11 of 11
-
Ahhh, the joys of a GUI ... you CAN'T have multiple simultaneous destination folders for a paste operation! You'll have to do an individual paste in each folder one-by-one,
Now, if all the folders are "together" in a common parent folder and you use a command-line FOR loop to do the work for you ... piece of cake!
Trev -
The folders are all inside of one folder,
So,
Could you tell me how you use that command?
Thank you! -
Go to the source file and select Copy. Navigate to each of the destination folders and Paste.
-
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/for.mspx?mfr=true
FOR /D %X IN (c:\parent\child*) DO COPY path\filename.ext %X -
Ah, I see,
I kept on reading that as FOR /D... type in %X IN (c:\parent\child*) DO COPY path\filename.ext %X
That was dumb of me good lord -
-
Add /Y to force overwriting without prompting.
type "COPY /?" to get a list of switches.
Similar Threads
-
Multiple Shared Folders (Same ones) on Media Center Laptop
By sum_guy in forum Media Center PC / MediaCentersReplies: 0Last Post: 1st Feb 2011, 19:28 -
How to burn multiple VIDEO_TS folders to one DVDR w/Menus/Chapters
By Iceman67 in forum MacReplies: 11Last Post: 23rd Jan 2010, 17:10 -
Burning multiple remuxed folders to discs, playable as dvd
By blue2 in forum Authoring (DVD)Replies: 6Last Post: 8th Oct 2009, 09:05 -
Master Menu For Multiple Video_TS Folders
By MourningStar in forum Newbie / General discussionsReplies: 6Last Post: 17th Jun 2009, 13:38 -
Need HTPC software to view multiple folders' contents at once
By bigshotceo in forum Media Center PC / MediaCentersReplies: 1Last Post: 27th Feb 2008, 21:36