Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Mp3 Player Sync Batch Job
Rating 5 V
krap
post Jul 7 2007, 07:24 AM
Post #1


Super Member
*********

Group: Members
Posts: 204
Joined: 6-October 04
From: London, uk
Member No.: 1,444



well at the moment ive got
CODE
DEL "k:\music\*.mp3"
CD c:\music
copy *.mp3 "K:\Music"
EXIT

C:\ is my computer (tongue.gif) and K:\ is my mp3 player.
the reason im deleting everything first is because if i dont like a song i'll delete it on my computer and i want my mp3 not to have it either. im too lazy to go through my mp3 player and find all the bad songs.

Anyway, this is taking too long so i would need something that would check every song on the mp3 player to see if there is a copy of that song on the computer. if not, then delete.
then it'd have to do the reverse which would be check every song on the computer to see if there is a copy of that song on the mp3 player. if not, then copy.
is it possible with batch files?
thanks
smile.gif

This post has been edited by krap: Jul 7 2007, 07:26 AM
Go to the top of the page
 
+Quote Post
jonathon
post Jul 7 2007, 01:03 PM
Post #2


Newbie
*

Group: Members
Posts: 4
Joined: 28-June 07
From: England
Member No.: 45,618



QUOTE(krap @ Jul 7 2007, 08:24 AM) *
well at the moment ive got
CODE
DEL "k:\music\*.mp3"
CD c:\music
copy *.mp3 "K:\Music"
EXIT

C:\ is my computer (tongue.gif) and K:\ is my mp3 player.
the reason im deleting everything first is because if i dont like a song i'll delete it on my computer and i want my mp3 not to have it either. im too lazy to go through my mp3 player and find all the bad songs.

Anyway, this is taking too long so i would need something that would check every song on the mp3 player to see if there is a copy of that song on the computer. if not, then delete.
then it'd have to do the reverse which would be check every song on the computer to see if there is a copy of that song on the mp3 player. if not, then copy.
is it possible with batch files?
thanks
smile.gif


Are you using a IPOD or some cheap MP3 player of not use iTunes don't know if this work's with anyother MP3 player.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Programming Batch Job(6)
  2. Timer Command In Dos(5)
  3. Search For Video Files And Display Them(0)


 



- Lo-Fi Version Time is now: 22nd November 2008 - 07:48 PM