Skip to content

Instantly share code, notes, and snippets.

@audiodane
audiodane / movefolders.bat
Last active April 9, 2018 03:41
batch file to move all non-junction-linked folders from a c:\users\{username} folder to another partition and create junction links to them
@echo off
echo.
echo Copyright (c) 2018 audiodane (https://audiodane.dandk.org)
echo NO warranty is provided, expressed, or implied. USE AT YOUR OWN RISK.
echo.
echo NOTE: this file will not be maintained; check the
echo github repo for the latest if you'd like:
echo https://github.com/audiodane/movefolders
echo.