|
 |
|
09-05-2005, 05:27 PM
|
#16
|
|
Registered User
Join Date: Mar 2003
Location: Rohnert Park, CA
Posts: 1,122
|
The copying to the car pc is no problem, thats simple
Its the copying from the host computer to the USB drive that's difficult
That's where I want it to transfer only files that are new since the last transfer occurred
Dont worry about the autorun thing, theres several programs available that will do it for USB drives
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
09-05-2005, 05:28 PM
|
#17
|
|
I'm sorry, and you are....?
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
|
Oh, ok, explain better then.
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
|
|
|
09-05-2005, 05:30 PM
|
#18
|
|
Para Laura
Join Date: Nov 2004
Location: Miami Beach,FL U.S.A
Posts: 3,480
|
Thanks.
Thanatos.
BTW what about some patches?? J/K  no rush.
|
|
|
09-05-2005, 05:35 PM
|
#19
|
|
I'm sorry, and you are....?
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
|
For others:
http://www.microsoft.com/resources/d...ntry/91525.asp
Code:
0x1 Disables Autoplay on drives of unknown type.
0x4 Disables Autoplay on removable drives.
0x8 Disables Autoplay on fixed drives.
0x10 Disables Autoplay on network drives.
0x20 Disables Autoplay on CD-ROM drives.
0x40 Disables Autoplay on RAM disks.
0x80 Disables Autoplay on drives of unknown type.
0xFF Disables Autoplay on all types of drives.
Look at that like a binary number.
11111111 would be 0xFF or 255 Disable all
11011001 would disable all but cdrom and removable (D9 or 217)
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
|
|
|
09-05-2005, 05:40 PM
|
#20
|
|
Para Laura
Join Date: Nov 2004
Location: Miami Beach,FL U.S.A
Posts: 3,480
|
OK what about having copy2000 in the carpc point to the usb stick.... I think that would work just fine....(but I'm to lazy today to try it myself).
Thanatos.
|
|
|
09-05-2005, 05:41 PM
|
#21
|
|
Registered User
Join Date: Mar 2003
Location: Rohnert Park, CA
Posts: 1,122
|
Closest I could get to what I want is this
Code:
robocopy "G:\Music\Full Albums" "\Music" /S /Z /MAXAGE:14
Copies only files modified in the last 14 days
This works in some instances but still copies unneeded files
|
|
|
09-05-2005, 05:42 PM
|
#22
|
|
I'm sorry, and you are....?
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
|
Don't show me your solutions, explain what you want in detail !
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
|
|
|
09-05-2005, 05:56 PM
|
#23
|
|
Registered User
Join Date: Mar 2003
Location: Rohnert Park, CA
Posts: 1,122
|
I want a method to copy files from my host computer to my USB flash drive where the only files copied are files that are new since the last transfer
|
|
|
09-05-2005, 06:00 PM
|
#24
|
|
I'm sorry, and you are....?
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
|
ok, that takes a little more time, and I have a horrible headache
catch me tomorrow
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
|
|
|
09-05-2005, 06:05 PM
|
#25
|
|
Registered User
Join Date: Mar 2003
Location: Rohnert Park, CA
Posts: 1,122
|
Right o
Appreciate the effort
|
|
|
09-06-2005, 05:44 AM
|
#26
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 10,206
|
Quote: Originally Posted by aoLhaTer
I want a method to copy files from my host computer to my USB flash drive where the only files copied are files that are new since the last transfer
My program will update with new files only at present. The next version which I should release next week will also do files which have different modified dates (ie copy ones which have been modified since the ones currently there)
|
|
|
09-06-2005, 05:47 AM
|
#27
|
|
Raw Wave
Join Date: Dec 2004
Location: West Chestinghamshire, UK init!!
Posts: 1,943
|
Here's my solution, might work for you.
I have a folder on my home PC's drive that is called "To Transfer". It has sub folders called "Music" and "Movies". Anything I need on the car pc gets put into these folders first, and the autorun.bat is set up to copy them and put them on the flash dirve. Then I move them out of that folder and put them where I want them on the home PC's hard drive. Meanwhile, the flash drive gets put in the car, another .bat gets run and all the files go where they are supposed to go. Not automatic like you are looking for, but its easy to do and works alright for me.
__________________
Spent so far: $1,755
Check Out My Work Log for Specs/Pics
CarPC Progress[!!!!!!!!!!!!!!].....Installation[---------+].....Pastrami Progress[!!!!!!!!!!!!!!]
Quote:
Don't mess with Texas.
It's not nice to pick on retards!
|
|
|
09-06-2005, 05:44 PM
|
#28
|
|
Registered User
Join Date: Mar 2003
Location: Rohnert Park, CA
Posts: 1,122
|
I dont really want to keep track of what music is new since my last transfer and what music isnt, I just want it sorted out by the computer (may call that laziness but I call it utilization of available technology)
Frodo: feel up to the challenge today?
|
|
|
09-06-2005, 06:45 PM
|
#29
|
|
Low Bitrate
Join Date: Mar 2004
Posts: 89
|
If we are talking about "syncing" and not simply copying then we are talking about both the hd and flash drive being updated so that each contains the most recent version of each file. There are many programs that can do this, but I only know of one that can be set up to do this with a single click (or double-click) and that is Unison. It is a command line program so all that you have to do is set up a script to run the command.
|
|
|
09-06-2005, 06:52 PM
|
#30
|
|
Registered User
Join Date: Mar 2003
Location: Rohnert Park, CA
Posts: 1,122
|
Thats all well and good but as stated already I have a 512MB flash drive
How do you propose I store 40GB on 512MB?
Ive already stated what needs to be done, just have to figure out some way to do it
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:34 AM.
| |