Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/imDema/FreeMove
Browse files Browse the repository at this point in the history
  • Loading branch information
imDema committed Jun 7, 2018
2 parents cf1d3fe + a2cab9d commit a88e924
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# FreeMove
[![license](https://img.shields.io/github/license/ImDema/FreeMove.svg)](https://github.com/imDema/FreeMove/blob/master/LICENSE.txt)

Move directories (even from one drive to another) freely without breaking installations or shortcuts

If a program installs on C:\ by default or you want to move the installation folder of a program to somewhere else without breaking it you can use this program.
## How It works
### How It works
1. The files are moved to the new location
2. A [symbolic link](https://en.wikipedia.org/wiki/NTFS_symbolic_link) is created from the old directory to the new one. This way trying to access a file from its old location will simply redirect to the new one
## Usage

## Download

[![Github All Releases](https://img.shields.io/github/downloads/imDema/FreeMove/total.svg)](https://github.com/imDema/FreeMove/releases/latest)

[Download the latest release](https://github.com/imDema/FreeMove/releases/latest)

### Usage

Run the executable and use the GUI

If you want to move from or to a directory, like those contained in C:\Program Files, which requires administrative privileges, run the program as an administrator or it won't work!
Expand Down

0 comments on commit a88e924

Please sign in to comment.