From 89ba8bc93a95aa0a77affba2334de9f279bbbb61 Mon Sep 17 00:00:00 2001 From: USER Date: Fri, 15 Aug 2025 09:04:53 +0100 Subject: [PATCH] . --- bin/fix_wordpad.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bin/fix_wordpad.bat diff --git a/bin/fix_wordpad.bat b/bin/fix_wordpad.bat new file mode 100644 index 0000000..aa4d26b --- /dev/null +++ b/bin/fix_wordpad.bat @@ -0,0 +1,7 @@ +xcopy S:\WordPad\Windows NT\Accessories C:\Program Files\Windows NT\Accessories + +assoc .rtf=rtffile + +ftype rtffile="%ProgramFiles%\Windows NT\Accessories\WORDPAD.EXE" "%1" + +