-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1592531
commit 27b4324
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |