Files
CodeRepository/App_ThermalImageSystem/Guide/App_UVS12035A/MakeLink_Cmd.bat

9 lines
180 B
Batchfile
Raw Normal View History

rem example
rem mklink /j [DestAddr] [SrcAddr]
rem mklink /j .\Common E:\CodeSVN\Common
mklink /j .\Common ..\..\..\Common
rem mklink /j .\Common ..\..\..\..\..\Common
pause