Skip to content

Instantly share code, notes, and snippets.

@mrvictory1
Last active July 7, 2024 14:40
Show Gist options
  • Save mrvictory1/5752dc2d5f555036b8a415705aeb3df8 to your computer and use it in GitHub Desktop.
Save mrvictory1/5752dc2d5f555036b8a415705aeb3df8 to your computer and use it in GitHub Desktop.
folder sync
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