Hi Alexander,
My name is Igor, it's a pleasure for me to help others and I'll try to help you.
This is a standard text in the beginning of the executable files for Windows. So, one should see it when opening a file in Notepad.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello guys and girls, I was tinkering around in a .dll file on notepad to change some setting on a game recently and I encountered an error. When I opened the .dll in notepad, i was met with weird jumbled letters and the sentence ‘This program cannot be run in DOS mode’. This message only happened after I’d opened and closed the game. Prior to opening the game, I was able to navigate the .dll file in notepad just fine.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi Alexander,
My name is Igor, it's a pleasure for me to help others and I'll try to help you.
This is a standard text in the beginning of the executable files for Windows. So, one should see it when opening a file in Notepad.
That makes sense, but is there any way to get around that using notepad? I have the same issue. Thanks :)
DLL files are binary executables that are used by EXE files. If they are viewed in a text editor there will be a small amount of readable text (such as "This program cannot be run in DOS mode") but most of what will see will be unreadable bytes of data. Editing a DLL file with a text editor will corrupt it.
If that DLL file was all readable text previously, then it wasn't really a DLL file. Be sure you have display of file extensions enabled so that you're sure about what file types you're actually looking at.
That makes sense, but is there any way to get around that using notepad? I have the same issue. Thanks :)
What is the "issue"? What are you trying to do/fix?
I'm having the same issue, though I'm trying to use an online DLL editor. How does one go about altering the contents of a dll file? I'm trying to tweak a dead mod for Kerbal space program and this is the only place that the bulk of the settings could be, i've looked through everything else. My problem is that like OP when i go to edit the file its "This file cannot be run in DOS mode" and a ton of garbled data.
That makes sense, but is there any way to get around that using notepad? I have the same issue. Thanks :)
What is the "issue"? What are you trying to do/fix?