# How to create an action for copying MP3 files to usb disk?

**URL:** https://community.mp3tag.de/t/how-to-create-an-action-for-copying-mp3-files-to-usb-disk/65934
**Category:** Support
**Created:** [September 14, 2024, 8:50am UTC](https://community.mp3tag.de/t/how-to-create-an-action-for-copying-mp3-files-to-usb-disk/65934 "2024-09-14T08:50:40Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![RonaldRegan](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/r/eada6e/32.png) [@RonaldRegan](https://community.mp3tag.de/u/RonaldRegan)
#### Post date: [September 14, 2024, 8:50am UTC](https://community.mp3tag.de/t/how-to-create-an-action-for-copying-mp3-files-to-usb-disk/65934/1 "2024-09-14T08:50:40Z")

</div>

I want to copy mp3 files to usb disk, and I don't delete these MP3 files.  
How to create an action for this copying mp3 files?

---

<div class="post-metadata">

### Author: ![ohrenkino](https://community.mp3tag.de/user_avatar/community.mp3tag.de/ohrenkino/32/4843_2.png) [@ohrenkino](https://community.mp3tag.de/u/ohrenkino)
#### Post date: [September 14, 2024, 9:14am UTC](https://community.mp3tag.de/t/how-to-create-an-action-for-copying-mp3-files-to-usb-disk/65934/2 "2024-09-14T09:14:21Z")

</div>

There is no action to copy files.  
You can move files to a new location.  
If you want to copy the selected files, use Edit\>Copy ...

---

<div class="post-metadata">

### Author: ![RonaldRegan](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/r/eada6e/32.png) [@RonaldRegan](https://community.mp3tag.de/u/RonaldRegan)
#### Post date: [September 14, 2024, 9:20am UTC](https://community.mp3tag.de/t/how-to-create-an-action-for-copying-mp3-files-to-usb-disk/65934/3 "2024-09-14T09:20:03Z")

</div>

Thank you very much!  
But using Edit\>Copy is more slower than Copying Action, and it needs mouse clicking and key striking.  
Do you have another way(eg. Programming mode)?

---

<div class="post-metadata">

### Author: ![RonaldRegan](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/r/eada6e/32.png) [@RonaldRegan](https://community.mp3tag.de/u/RonaldRegan)
#### Post date: [September 14, 2024, 9:23am UTC](https://community.mp3tag.de/t/how-to-create-an-action-for-copying-mp3-files-to-usb-disk/65934/4 "2024-09-14T09:23:34Z")

</div>

![image](https://community.mp3tag.de/uploads/default/original/3X/e/2/e20ee71eb4a8c1a2f8040d14572623a125926582.png)

---

<div class="post-metadata">

### Author: ![RonaldRegan](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/r/eada6e/32.png) [@RonaldRegan](https://community.mp3tag.de/u/RonaldRegan)
#### Post date: [September 14, 2024, 9:26am UTC](https://community.mp3tag.de/t/how-to-create-an-action-for-copying-mp3-files-to-usb-disk/65934/5 "2024-09-14T09:26:23Z")

</div>

But this format action could delete MP3 files from source directory.  
I don't hope to delete MP3 files.  
I hope it still there.

---

<div class="post-metadata">

### Author: ![ohrenkino](https://community.mp3tag.de/user_avatar/community.mp3tag.de/ohrenkino/32/4843_2.png) [@ohrenkino](https://community.mp3tag.de/u/ohrenkino)
#### Post date: [September 14, 2024, 9:33am UTC](https://community.mp3tag.de/t/how-to-create-an-action-for-copying-mp3-files-to-usb-disk/65934/6 "2024-09-14T09:33:55Z")

</div>

As I said:

> [@ohrenkino](#):
>
> There is no action to copy files.  
> You can move files to a new location.

... with an action but you can't copy them.

---

<div class="post-metadata">

### Author: ![poster](https://community.mp3tag.de/user_avatar/community.mp3tag.de/poster/32/4881_2.png) [@poster](https://community.mp3tag.de/u/poster)
#### Post date: [September 14, 2024, 10:55am UTC](https://community.mp3tag.de/t/how-to-create-an-action-for-copying-mp3-files-to-usb-disk/65934/7 "2024-09-14T10:55:36Z")

</div>

> [@RonaldRegan](#):
>
> Do you have another way(eg. Programming mode)?

Use external sync-software. i.e  
[Freefilesync](https://freefilesync.org/download.php)  
[SyncbackFree](https://www.2brightsparks.com/download-syncbackfree.html)  
or

> [@Backup copy of changes to music files](https://community.mp3tag.de/t/backup-copy-of-changes-to-music-files/54848/2):
>
> I use the built-in (windows) [robocopy.exe](https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy) to backup my music files. Thanks to the "last modified" date for every metadata change (Mp3tag -\> File -\> Options -\> Tags -\> "Preserve file modification time when saving tags" UNCHECKED) robocopy.exe detects every change I have made and copy such files to my external hard drives and NAS. Every unchanged file will not be transferred. With this basic form of "incremental backup", you are sure that you have a 1:1 master copy without the need to restore s…

---

<div class="post-metadata">

### Author: ![RonaldRegan](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/r/eada6e/32.png) [@RonaldRegan](https://community.mp3tag.de/u/RonaldRegan)
#### Post date: [September 14, 2024, 1:56pm UTC](https://community.mp3tag.de/t/how-to-create-an-action-for-copying-mp3-files-to-usb-disk/65934/8 "2024-09-14T13:56:31Z")

</div>

I use Mp3Tag Options|Tool to copy MP3 Files.  
Create a tool named "CopyToUdisk"  
Path: `C:\Windows\System32\CMD.exe`  
Parameter: `/c copy %_FILENAME_EXT% C:\test\%ALBUM%`

 ![image](https://community.mp3tag.de/uploads/default/original/3X/5/7/5747e421bc4754610d5932d29341baa5d66a204b.png)

---

<div class="post-metadata">

### Author: ![system](https://community.mp3tag.de/uploads/default/original/2X/c/ce7035d426cb755a7916793326d23b465222a407.png) [@system](https://community.mp3tag.de/u/system)
#### Post date: [October 14, 2024, 1:56pm UTC](https://community.mp3tag.de/t/how-to-create-an-action-for-copying-mp3-files-to-usb-disk/65934/9 "2024-10-14T13:56:36Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
