Copy wordpad.exe.mui into the language folder.
Here are some features that could be included in a WordPad installer: wordpad installer
For nearly three decades, served as the reliable middle ground for Windows users. It was more powerful than the bare-bones Notepad but far simpler (and cheaper) than Microsoft Word . However, with recent updates, Microsoft has officially retired this legacy tool, leaving many looking for a "WordPad installer" to bring back their favorite lightweight editor. Copy wordpad
@echo off title WordPad Installer echo Copying WordPad files... mkdir "%ProgramFiles%\Windows NT\Accessories" 2>nul mkdir "%ProgramFiles%\Windows NT\Accessories\en-US" 2>nul copy /y wordpad.exe "%ProgramFiles%\Windows NT\Accessories\" copy /y wordpad.exe.mui "%ProgramFiles%\Windows NT\Accessories\en-US\" echo Registering file associations... ftype WordPad.Document.8="%ProgramFiles%\Windows NT\Accessories\wordpad.exe" "%%1" assoc .rtf=WordPad.Document.8 assoc .doc=WordPad.Document.8 assoc .odt=WordPad.Document.8 echo Done. Type "wordpad" in Run to launch. pause ftype WordPad
Are you trying to , or do you just prefer the WordPad interface for your daily writing?