Windows 10: Script or batch to copy .mp3's to the music folder "not so simple".

Discus and support Script or batch to copy .mp3's to the music folder "not so simple". in Windows 10 Network and Sharing to solve the problem; I'm looking for a way to run a bat on a cd to copy files to win 10 music dir. When i run this it creates a second music folder. Is there a way to... Discussion in 'Windows 10 Network and Sharing' started by RobSandoval, Mar 26, 2021.

  1. Script or batch to copy .mp3's to the music folder "not so simple".


    I'm looking for a way to run a bat on a cd to copy files to win 10 music dir. When i run this it creates a second music folder.

    Is there a way to reference it? I put a shortcut in the sendto and it works fine with a GUI. I've searched for 3 days and found nothing. I'm obviously looking for the wrong words. Anyone know how to do it right? This is what im using.


    set isit=0

    IF EXIST "%userprofile%\Music\Vb\" set isit=1

    IF %isit%==0 mkdir "%userprofile%\Music\Vb\"

    IF EXIST "%userprofile%\Music\Vb\" set isit=1

    IF %isit%==1 copy "BC\VB\*.*" "%userprofile%\Music\Vb\"

    :)
     
    RobSandoval, Mar 26, 2021
    #1
  2. Jeddie Win User

    COPY Music Folder from WAV to MP3 - HOW?

    So the WAV files are currently located on your PC right? What you need is a batch converter. If so, there are many programs that will do this eg Foobar, Musicbee (all free). Windows Media Player may even do this.

    I recommend Musicbee.
     
    Jeddie, Mar 26, 2021
    #2
  3. JOSHSKORN Win User
    COPY Music Folder from WAV to MP3 - HOW?

    I ripped all of my CDs to WAV format. I then basically installed Google Play Music Manager onto my PC, which previously I'd used to upload my songs into the cloud, since I can have 50,000. I hadn't started ripping my CDs to WAV until recently, but decided to because MP3 sound quality, in my opinion, is bad in comparison for what I listen to. Google Play Music Manager doesn't support WAV files.

    Is there a way to copy my Music Library (my Windows Music Folder) into another Music folder, but as MP3? I want to keep all of the songs in the same folders (by artist, then by album) as WMP put them in when I'd ripped them.
     
    JOSHSKORN, Mar 26, 2021
    #3
  4. Script or batch to copy .mp3's to the music folder "not so simple".

    Setting up & then copying/creating a playlist on my mp3 player with that music

    Thanks for the feedback. When I copy the music, the playlist name doesn't get copied. The music shows on the MP3 player as a list of songs and not grouped under a playlist name. I'm missing s step here & can't figure it out.
     
    jackbrennanSP, Mar 26, 2021
    #4
Thema:

Script or batch to copy .mp3's to the music folder "not so simple".

Loading...
  1. Script or batch to copy .mp3's to the music folder "not so simple". - Similar Threads - Script batch copy

  2. Can't copy music in my PC to MP3 player ?

    in Windows 10 Gaming
    Can't copy music in my PC to MP3 player ?: Hello, I had help from you guys yesterday, but now the converter we used is gone, I may have accidently deleted out or it. Please help me again. https://answers.microsoft.com/en-us/windows/forum/all/cant-copy-music-in-my-pc-to-mp3-player/c41c2b95-63d9-4a8a-83fd-fba8e1acb616
  3. Can't copy music in my PC to MP3 player ?

    in Windows 10 Software and Apps
    Can't copy music in my PC to MP3 player ?: Hello, I had help from you guys yesterday, but now the converter we used is gone, I may have accidently deleted out or it. Please help me again. https://answers.microsoft.com/en-us/windows/forum/all/cant-copy-music-in-my-pc-to-mp3-player/c41c2b95-63d9-4a8a-83fd-fba8e1acb616
  4. Batch scripting

    in Windows 10 Software and Apps
    Batch scripting: Hi, here's the code that I used for 3 DISM commands to start automatically after pressing a key:Code and result:Code:@echo off echo You are going to use DISM. echo 1. To check the image. echo 2. Scan your PC's health echo 3. Restore your PC'S health. echo To continue, press...
  5. Batch scripting

    in Windows 10 Gaming
    Batch scripting: Hi, here's the code that I used for 3 DISM commands to start automatically after pressing a key:Code and result:Code:@echo off echo You are going to use DISM. echo 1. To check the image. echo 2. Scan your PC's health echo 3. Restore your PC'S health. echo To continue, press...
  6. Batch scripting

    in Windows 10 Network and Sharing
    Batch scripting: Hi, here's the code that I used for 3 DISM commands to start automatically after pressing a key:@echo off echo You are going to use DISM. echo 1. To check the image. echo 2. Scan your PC's health echo 3. Restore your PC'S health. echo To continue, press any key. echo Before...
  7. MP3 Music

    in Windows 10 Drivers and Hardware
    MP3 Music: I have ripped music to MP3 on my laptop. My MP3 player is a Panasonic DVD/CD player/recorder which plays MP3 music. I want to transfer the files from my laptop to the Panasonic equipment. Do I need to add a device ie. the Panasonic device to my laptop to achieve this?I...
  8. A simple batch file...?

    in Windows 10 Network and Sharing
    A simple batch file...?: Hi, It's been a while since I delved into the depths of Windows - and long before Windows 10 - but I would like to write a batch file to copy files from a folder on my Windows 10 PC to 2 separate folders - one on an SD card and the other on an external hard drive (I have...
  9. COPY Music Folder from WAV to MP3 - HOW?

    in Windows 10 Software and Apps
    COPY Music Folder from WAV to MP3 - HOW?: I ripped all of my CDs to WAV format. I then basically installed Google Play Music Manager onto my PC, which previously I'd used to upload my songs into the cloud, since I can have 50,000. I hadn't started ripping my CDs to WAV until recently, but decided to because MP3 sound...
  10. Batch Append Mp3 Tags

    in Windows 10 Software and Apps
    Batch Append Mp3 Tags: Does anyone know of any software, or hack, or any other way that will allow me to batch append mp3 metadata tags to about 1000 mp3 files. There are 1000 songs, different titles, different artists, different genres. Lets say all of these are pop songs but for whatever...