Actuallly the matter is that i have downloaded an mp3 file from internet and it automaticaly got converted into MS-Dos application file .now how can i convert back it into mp3 file

Dani AI

Generated

Good call from and on checking associations, but first verify what this specific file actually is. If Explorer calls it an "MS-DOS Application," that usually means the bytes inside look like an executable, not audio. Renaming the filename to .mp3 will not convert it to music; a rename never changes the underlying format. (support.microsoft.com)

Quick, safe checks you can do right now:

  • Properties check: Right‑click the file > Properties > Details. A real MP3 shows audio fields like Length and Bit rate. Executables typically show fields such as File description/Product name instead.
  • Header check without tools: Open the file in Notepad. If the very first two characters are MZ, it is an executable (that is the Windows portable executable signature). If you see ID3 at the top, it is an MP3 with an ID3v2 tag. Do not run it if you see MZ. (en.wikipedia.org)
  • Safety check: If you suspect it is not audio, upload it to a multi‑engine scanner (e.g., VirusTotal) instead of opening it locally. Delete it if flagged. (en.wikipedia.org)

If other MP3s on your PC play normally and only this one fails these checks, the download is likely corrupt or mislabeled on the site; re‑download from a trusted source instead of trying to "convert" it. If none of your MP3s open by double‑click, then it is an association issue; follow ’s steps above to set your preferred player as the default.

Recommended Answers

All 3 Replies

Are you saying it is opening with DOS or file type is changed.
If file is just opened with DOS but extension of file is mp3.Then just right click and select openwith and select any of media player Or you can change default opening of files with similar type.Right click,select properties.Change Opens with by clicking on "Change button".

If file type is changed then:-
Go to folder options->View.There uncheck "Hide extensions for unknown file types".Now you can see the file with extensions.Just rename the file and after last dot remove that part and add mp3.
Check if the file you downloaded is valid mp3 file or not?

It is valid Mp3 file and its extension is also .mp3 but the problem is that it does open in any media player

First, make sure you have view extensions enable as IIM said above.

Does any MP3 open in media player with a double click? IF not, then your file association has changed. Easiest way to fix is to use Windows File explorer (not internet explorer), right click on the mp3, choose 'open with', select 'Choose default program'. Now find and pick the media player for your MP3 files.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.