Hi,
I have on my laptop a collection of MP3 files in multiple folders and want a selection from it (including the folders!) copied to an USB stick, to be played in the car.
I already figured that I for example can mark certain numbers as read-only, and then exclude these numbers from copying.
Or exclude files with the name of the artist or a string in this name.
In any case I myself did not succeed using Xcopy.
Perhaps with FOR ... DO Copy ?? what syntax to be used??
Apply For...do command ??
Moderator: DosItHelp
Re: Apply For...do command ??
Why don't you provide use with the directory/file structure and the attempts you have made so far to achieve you goal? (ensuring that you goal is fully understandable).
Re: Apply For...do command ??
The mp3-files (att) are stored in submaps 1,..2 en ..3 (att).
All files are to be transferred to an usb-stick including the respective directories, except those of one or more singers whose numbers do not have to be copied.
On my radio I can first choose the wanted SubMap and then travel through the files.
With excuses because of my language being not my native.
All files are to be transferred to an usb-stick including the respective directories, except those of one or more singers whose numbers do not have to be copied.
On my radio I can first choose the wanted SubMap and then travel through the files.
With excuses because of my language being not my native.
- Attachments
-
- Schermafdruk 2016-11-08 18.33.05.png (44.99 KiB) Viewed 4849 times
-
- Schermafdruk 2016-11-08 18.55.55.png (78.3 KiB) Viewed 4849 times
Last edited by ceesvb on 08 Nov 2016 14:53, edited 1 time in total.
Re: Apply For...do command ??
Until someone provides a solution this is what you can do:
1. copy all files to USB stick
2. on USB stick: delete files you don't need
Saso
1. copy all files to USB stick
2. on USB stick: delete files you don't need
Saso
Re: Apply For...do command ??
Execute ROBOCOPY /? and see what its option /XF is for.
Steffen
Steffen
Re: Apply For...do command ??
Hi Steffen,
Found "https://technet.microsoft.com/en-us/library/cc733145(v=ws.11).aspx" and your suggestion worked for me .
Thx a lot.
Found "https://technet.microsoft.com/en-us/library/cc733145(v=ws.11).aspx" and your suggestion worked for me .
Thx a lot.