diff --git a/README.md b/README.md index 5b5657c..13f3792 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ # Symlink-Send-to -This simple script will make symlinks for your selection of files and folders (or single file) to your destination using send to menu. +This simple script will make symlinks for your selection of files and folders (or single file) to your destination using send to menu. all you have to do is to download the exe from release section or compile it yourself and put it in %AppData%\Microsoft\Windows\SendTo, then select your files, right click -> send to -> Symbolic Link at -> select destination and done. If you want to know more about this kind of links or make your tool or find existing tools you can visit [this howtogeek article](https://www.howtogeek.com/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/) - -Also using py to exe I compiled an exe file that you can download at release section, or you can compile yours from the code.