taskkill /IM file.exe /F /T
echo machine github.com > %userprofile%/_netrc
echo login <user> >> %userprofile%/_netrc
echo password <password> >> %userprofile%/_netrc
Create
mklink /D <symlinkname> abs/path/to/source/folder
Remove
rmdir <symlinkname>