Last active
July 7, 2024 14:40
-
-
Save mrvictory1/5752dc2d5f555036b8a415705aeb3df8 to your computer and use it in GitHub Desktop.
folder sync
This file contains hidden or 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
REM https://www.reddit.com/r/Steam/comments/1dxg4he/can_in_one_pc_2_steam_accounts_use_different/ | |
for /f "delims=\ tokens=2" %%G in ('whoami') do set user=%%G | |
rmdir "C:\Program Files (x86)\Steam\steamapps\common\Skyrim" | |
mklink /j "C:\Program Files (x86)\Steam\steamapps\common\Skyrim" "C:\Users\Public\Skyrim\%user%" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment