Important
I decided to create this note as quick ref in case anyone else needs it; It's a simple fix, but I didn't find any docs with specifics on how to fix notepad missing dlls.
Go to: dll.me and download the following dlls:
Important
I decided to create this note as quick ref in case anyone else needs it; It's a simple fix, but I didn't find any docs with specifics on how to fix notepad missing dlls.
Go to: dll.me and download the following dlls:
| :: Author: @mimiru | |
| @echo off | |
| setlocal | |
| :: Determine the path to floorp.exe | |
| set "FLOORP_PATH=%~dp0floorp.exe" | |
| :: Convert the path to use double backslashes for the registry | |
| set "FLOORP_PATH=%FLOORP_PATH:\=\\%" |