You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move git version of BIOS form temp directory to regular one and link to Save Games folder to skip coping process.
Using windows cmd (not pwsh):
C:\Windows\System32>mklink /d "C:\Users\user1\Saved Games\Scripts\DCS-BIOS" "C:\Users\user1\Projects\dcspy\Scripts\DCS-BIOS"symbolic link created for C:\Users\user1\Saved Games\Scripts\DCS-BIOS <<===>> C:\Users\user1\Projects\dcspy\Scripts\DCS-BIOS
Move git version of BIOS form temp directory to regular one and link to Save Games folder to skip coping process.
Using windows
cmd
(notpwsh
):There is a change we need Admin rights to do it:
https://www.xingyulei.com/post/py-admin/index.html
https://stackoverflow.com/questions/19672352/how-to-run-script-with-elevated-privilege-on-windows
https://github.com/Preston-Landers/pyuac
The text was updated successfully, but these errors were encountered: