From 6e085fe44d6377d76cb0659d58823cf76d608178 Mon Sep 17 00:00:00 2001 From: Joni Eskelinen Date: Sat, 5 Mar 2022 15:52:19 +0200 Subject: [PATCH] Update README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 01a3057..f3b5244 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ to pass paths as arguments. ## Usage -Copy `wslscript.exe` file to a location of your choice. -This executable is used to invoke WSL, so don't move the file afterwards. +Copy `wslscript.exe` and `wslscript_handler.dll` to a location of your choice. +These files are used to invoke WSL, so don't move them afterwards. Run `wslscript.exe` to open a setup GUI. Enter the extension and click _Register_ button to add filetype association @@ -24,8 +24,6 @@ Other files can be passed as path arguments by dragging and dropping them into Scripts are executed in the same folder where the script file is located, ie. `$PWD` is set to script's directory. -Note that Drag & Drop handler may not work until reboot. - ## TODO - [ ] Optionally register for all users