|
|
#1 (permalink) |
|
New Member
![]() Join Date: Jan 2008
Posts: 1
|
Let's see if I can explain what I want:
I have a USB 2.0 Flash Drive that I want to hold my picture files on. I was wondering if there was a way that when I add/update/rename/etc my pictures on my computer it will do the same on the flash drive. Pretty much I want to mirror my picture folder on my computer with the flash drive. I am running Windows Vista |
|
|
|
|
|
#2 (permalink) |
|
Bronze Member
![]() Join Date: Jun 2005
Location: Australia
Posts: 55
|
i think you can use 'briefcase" to do that or Vista Sync Center. If they dont work for you theres always the good old copy and paste.
__________________
IntelCore2 CPU 6600 2GB OCZ Reaper Ed. NVIDIA GeForce 8800 GT Logitech-G15 Logitech-G5 ASUS 22" Widescreen 19" LCD Monitor |
|
|
|
|
|
#3 (permalink) |
|
Diamond Member
![]() Join Date: Feb 2006
Location: Canada
Posts: 1,000
|
You could make a batch file that will copy/update your folders. General info. Have a look on the net, they're not difficult to do. All you need is notepad, and a few lines of commands, rename the file with extention .bat and voilà. You can do all sorts of things with batch programs!
Vista has a command called Robocopy which will be perfect for your situation. EDIT: Here I wrote this, it will do the trick: @ECHO OFF ROBOCOPY "C:\...(folder path to be copied)" "(destination folder/Path to your jump drive)" *.* /E /ETA /MIR EXIT Just replace what's in "" (leave the "" in). The *.* means it will copy any files in the source folder, the /E is to include subfolders, /ETA is just an option so that the output window will show an estimate of the time to complete the files, /MIR means it will mirror the destination folder to the source folder, that means it will also delete the files that was removed from the source file. You can erase any of those options if you don't want em. Just copy those lines in notepad, and rename with extension .bat. You can select "all file type" when you use save as, and add .bat or you can rename with .bat (if you have the view extension folder options on).
__________________
CPU: Athlon 64 X2 4800+ Skt939 Toledo @ 2.4Ghz Motherboard: Asus A8V-E SE VidCard(s): BFG 9800GTX 512MB PCI-E; eVGA 6200 PCI (Secondary) Mem: Corsair 2x1 gb TWINX C2 PT XMS HardDrive: Western Digital 8m Cache 250GB 7200RPM Monitor(s): 2x CRT 17" Phillips 107B5/107T6 and LCD 22"wide Samsung 226BW (Triple Display) Multiple Display 101 Last edited by sniperchang; 01-25-2008 at 01:49 AM. |
|
|
|
|
|
#4 (permalink) | |
|
banned
![]() Join Date: Feb 2007
Posts: 6,060
|
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Advice needed: replace hdd or not? | Lomandriel | Computer Memory and Hard Drives | 12 | 04-05-2007 07:12 PM |
| Flash Drive Problems... | Ziggorat1336 | Computer Memory and Hard Drives | 7 | 01-30-2007 02:51 AM |
| USB Flash Drive Help | kazn319 | Computer Memory and Hard Drives | 5 | 11-16-2006 06:42 AM |
| Problem with USB Flash drive... | [-0MEGA-] | Computer Accessories | 3 | 11-02-2006 04:09 AM |
| Compaq mother board again | exopforce | Motherboards | 15 | 09-29-2006 01:05 AM |