forked from NEVSTOP-LAB/SimpleGit-Provider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmklink.cmd
More file actions
8 lines (6 loc) · 753 Bytes
/
mklink.cmd
File metadata and controls
8 lines (6 loc) · 753 Bytes
1
2
3
4
5
6
7
8
mklink /J "C:\Program Files (x86)\National Instruments\LabVIEW 2019\resource\Framework\Providers\SimpleGit" "%~dp0SimpleGit"
REM mklink /J "C:\Program Files (x86)\National Instruments\LabVIEW 2019\resource\Framework\Providers\SecondaryProviderExample2" "%~dp0SecondaryProviderExample2"
REM mklink /J "C:\Program Files (x86)\National Instruments\LabVIEW 2019\resource\Framework\Providers\PrimaryProviderExample2" "%~dp0PrimaryProviderExample2"
REM mklink /J "C:\Program Files (x86)\National Instruments\LabVIEW 2019\resource\Framework\Providers\DummyPrimaryProvider" "%~dp0DummyPrimaryProvider"
mklink "C:\Program Files (x86)\National Instruments\LabVIEW 2019\resource\Framework\Providers\GProviders\SimpleGit.ini" "%~dp0GProviders\SimpleGit.ini"
pause