2023-12-27 20:11:36 +00:00
|
|
|
%1 mshta vbscript:createobject("shell.application").shellexecute("%~s0","::","","runas",1)(window.close)&exit
|
|
|
|
cd /d %~dp0
|
2023-02-07 13:50:33 +00:00
|
|
|
|
2024-02-22 18:46:09 +00:00
|
|
|
mklink /d "%~dp0\bin\x64\Debug\net8.0-windows\mod" "%~dp0\mod"
|
2023-12-07 08:31:20 +00:00
|
|
|
|
2023-12-27 20:11:36 +00:00
|
|
|
echo The following is the automatic link generation for other related MODs. If an error is prompted, it is a normal phenomenon and can be ignored
|
2023-12-07 08:31:20 +00:00
|
|
|
|
2024-02-22 18:46:09 +00:00
|
|
|
mklink /d "%~dp0\bin\x86\Debug\net8.0-windows\mod" "%~dp0\mod"
|
|
|
|
mklink /d "%~dp0\bin\x64\Release\net8.0-windows\mod" "%~dp0\mod"
|
|
|
|
mklink /d "%~dp0\..\VPet.Solution\bin\Debug\net8.0-windows\mod" "%~dp0\mod"
|
2023-09-30 21:38:22 +00:00
|
|
|
|
|
|
|
mklink /d "%~dp0\mod\0001_ModMaker" "%~dp0\..\..\VPet.ModMaker\0001_ModMaker"
|
2023-10-19 09:58:33 +00:00
|
|
|
mklink /d "%~dp0\mod\1100_DemoClock" "%~dp0\..\..\VPet.Plugin.Demo\VPet.Plugin.DemoClock\1100_DemoClock"
|
2023-12-07 08:31:20 +00:00
|
|
|
mklink /d "%~dp0\mod\1111_ChatGPTPlus" "%~dp0\..\..\VPet.Plugin.ChatGPTPlus\VPet.Plugin.ChatGPTPlus\1111_ChatGPTPlus"
|
2023-10-19 09:58:33 +00:00
|
|
|
mklink /d "%~dp0\mod\1101_EdgeTTS" "%~dp0\..\..\VPet.Plugin.Demo\VPet.Plugin.EdgeTTS\1101_EdgeTTS"
|
|
|
|
mklink /d "%~dp0\mod\1110_ChatGPT" "%~dp0\..\..\VPet.Plugin.Demo\VPet.Plugin.ChatGPT\1110_ChatGPT"
|
2024-04-09 06:56:53 +00:00
|
|
|
mklink /d "%~dp0\mod\1111_MutiPlayerStream" "%~dp0\..\..\VPet.Plugin.Demo\VPet.MutiPlayer.Stream\1111_MutiPlayerStream"
|
2023-02-07 13:50:33 +00:00
|
|
|
pause
|