One click utility to copy files to a given folder?

FredTastic

New member
Member
Local time
9:57 PM
Messages
78
Location
Olympia, WA
I have thousands of music files (mp3's, etc) on my Win7 PC, mostly in the form of full albums, each album in its own folder. I want to put together a number of playlists to add to my phone. I'm trying to find a utility which will allow me to browse across these albums/folders, and with ONE CLICK, will copy the clicked file to a preset folder on the PC, which I will then move to the phone & set up a playlist for. I have added the WE right click "copy to folder" reg edit, but each time this is used, you must browse & tell it which folder to copy to, so EACH FILE takes about 5 steps to accomplish the copying. A huge time consumer if you're trying to copy hundreds+ of files. Anyone know of such a utility, or know a quick/minimal step process to accomplish this?


TIA
Fred
 

My Computer My Computer

At a glance

7 Home 64 bit, 7 Pro 64 bit
Computer type
PC/Desktop
OS
7 Home 64 bit, 7 Pro 64 bit
I don't know how to do that but I guess you could do a search in WE for mp3 files and then copy all of them to one folder. Sort them by name. Then use the Cntrl-click method to select the ones you want and then do a copy to the desired folder.
 

My Computer My Computer

At a glance

Windows 7 Pro SP1 64 bit8 GB
Computer type
Laptop
Computer Manufacturer/Model Number
Dell M6500 Precision Work Station
OS
Windows 7 Pro SP1 64 bit
Memory
8 GB
Screen Resolution
1920x
Internet Speed
30 Mbps
Antivirus
Norton Security
Browser
IE 11
I have used the " Context Menu - Add Copy To Folder and Move To Folder " published by Brink (thank you very much for fantastic work :thumbsup: ) in the Tutorials section.
The destination has always remained as chosen even after shutdown and reboot until manually selected to another choice. I work pretty much with video and pictures using windows explorer menu and moving files/folders is a principal job.
Wife's laptop does the same.
Art.
 

My Computer My Computer

At a glance

Win7 sp1 Pro 64bit / XP sp2 Pro (games only)Intel Core 2 Duo E8400 @ 3.00GHz8.00 GB Dual-Channel DDR2 @ 400MHz (5-5-5-18)1024MB GeForce GTX 560
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Home built
OS
Win7 sp1 Pro 64bit / XP sp2 Pro (games only)
CPU
Intel Core 2 Duo E8400 @ 3.00GHz
Motherboard
Intel Corporation DP35DP (CPU1)
Memory
8.00 GB Dual-Channel DDR2 @ 400MHz (5-5-5-18)
Graphics Card(s)
1024MB GeForce GTX 560
Sound Card
NVIDIA High Definition Audio
Monitor(s) Displays
SyncMaster (2048x1152@60Hz)
Hard Drives
240GB Sandisc Extreme Pro SSD
244GB Seagate ST3250410AS
488GB Seagate ST500DM002-1BD142
931GB Western Digital WDC WD1003FZEX
PSU
Corsair 720
Case
ATX
Keyboard
HID Keyboard Device Logitech
Mouse
HID-compliant mouse Microsoft
Other Info
TSSTcorp CDDVDW SH-S223L

HL-DT-ST BD-RE BH12LS35
This is not elegant, but it would work. Create a batch file on your desktop where you can get to the shortcut icon. Enter this text to the file:

xcopy %1 "complete path to music folder"

Save the file as "somename.bat" just make sure it has a "bat" extension.

For example, I have music clips in a folder e:\back\media\sounds\clips, so my batch file would say:

xcopy %1 e:\back\media\sounds\clips

If your path includes spaces you need to double quote the whole path.

Anyway, while you're scrolling through your music albums, if you want to add one to your other folder, just left click and drag the file to the batch file icon on your desktop and it will be copied to that folder. (The %1 tells xcopy to copy the dropped file.)

You'd have to change the batch file for every new folder you wanted to save files to but that's a quick edit.

Not very pretty but it works, you'll see a quick flash of a command prompt window, then it's done.
 

My Computer My Computer

At a glance

Windows 7 Pro 64
Computer type
PC/Desktop
OS
Windows 7 Pro 64
Thanks for the suggestions, I'll give them a shot!
 

My Computer My Computer

At a glance

7 Home 64 bit, 7 Pro 64 bit
Computer type
PC/Desktop
OS
7 Home 64 bit, 7 Pro 64 bit
Any progress?
 

My Computer My Computer

At a glance

Windows 7 Pro SP1 64 bit8 GB
Computer type
Laptop
Computer Manufacturer/Model Number
Dell M6500 Precision Work Station
OS
Windows 7 Pro SP1 64 bit
Memory
8 GB
Screen Resolution
1920x
Internet Speed
30 Mbps
Antivirus
Norton Security
Browser
IE 11
Back
Top