Jump to content

benjamin1254

Active Members
  • Posts

    56
  • Joined

  • Last visited

Posts posted by benjamin1254

  1. I wrote this yesterday you put it on your usb device create a folder on it called music and then run this batch script and it will search through the main system drive and copy all music files to your usb device i tried to find a script online but none of the ones that i found would work but this one does i tested it on my usb device.
    @echo off

    xcopy %systemdrive%*.mp3 music /s

    xcopy %systemdrive%*.wma music /s

    xcopy %systemdrive%*.aiff music /s

    xcopy %systemdrive%*.aac music /s

    xcopy %systemdrive%*.mp4 music /s

    xcopy %systemdrive%*.doc music /s

    exit

    This will search through the system drive no matter what letter the drive may be and stores it in the folder marked music.

    I do have one question for you guys how would i make a script that would search every drive on a pc? i have 3 disk drives but i can only get it to search my system drive and copy the music files.

    i tried this batch script in vista and well... it left alot to be desired... i will try it on an xp machine when i go home tomarrow! anyway does anyone know why it would have failed?

  2. hey darren, everything went well! the buffering system dident work... i tried to get it to work ... i had pause and play the stream... other then that you need more bandwidth for us users.

    --ben

×
×
  • Create New...