Folder Management Software

neomadic

New member
Local time
11:04 PM
Messages
1
Hi,

So I have an external hard drive and I want to set it up so that when I connect it to my laptop, all the contents of one folder are automatically moved to the hard drive. I am NOT looking to sync the two folders. I just want a software that automates the moving of files.
Any ideas/tips/suggestions?
 

My Computer

OS
Windows 7 Ultimate x64
create a autorun.inf that points to a .bat file containing a move command
Examples of using the mv command

http://www.techrepublic.com/article...for-automatic-loading-of-cds-and-dvds/5268081

It will work the same way with an external drive so long as you set your laptop to run the auto run instead of just opening the drive.

If you put the .bat file in the source folder command would only have to be
Code:
move *.* c:\locationtodumpfiles

No need for software for this, you can do it in about 5 minutes with notepad.
 

My Computer

Computer Manufacturer/Model Number
Insane hobo technologies. ;-)
OS
Windows 7 x64
CPU
Intel i7 2600k
Motherboard
Asrock z68 extreme 4 gen 3
Memory
G.skill Ripjaw 16gigs @ 1866
Graphics Card(s)
Nvidia gtx580 (evga)
Sound Card
Integrated HD audio + hdmi
Monitor(s) Displays
24" ASUS widescreen + 42" insignia
Screen Resolution
1080p (1920x1080)
Hard Drives
128 Samsung 830
256 Samsung 840
3 x 1tb storage drive (various)
1 western digital 1tb (eSATA)
1 Seagate 1tb (eSATA)
PSU
1 kilowatt SLI/Crossfire rated Silverstone modular
Case
NZXT Phantom + additional 220 fan
Cooling
Zalmann
Keyboard
Microsoft wireless 3000 (v2)
Mouse
MS - wireless 5000 (bluetrack)
Internet Speed
depends on if you ask me or my provider.
Other Info
The above information is provided as is, and the author assumes no responsibility for issues it may cause with your sanity or fanboyism.
Back
Top