add auto current directory support
This commit is contained in:
parent
6a33831566
commit
acef069fb0
@ -1,3 +1,4 @@
|
|||||||
|
cd /D "%~dp0."
|
||||||
:x
|
:x
|
||||||
call HiNC-update.bat
|
call HiNC-update.bat
|
||||||
cd HiNC
|
cd HiNC
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
cd /D "%~dp0."
|
||||||
:x
|
:x
|
||||||
cd HiNC
|
cd HiNC
|
||||||
HiNcServer.exe
|
HiNcServer.exe
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
|
cd /D "%~dp0."
|
||||||
call HiNC-update.bat
|
call HiNC-update.bat
|
||||||
PAUSE
|
PAUSE
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
cd /D "%~dp0."
|
||||||
set "git=%~dp0PortableGit/bin/git.exe"
|
set "git=%~dp0PortableGit/bin/git.exe"
|
||||||
set "remoteRepo=https://HiNC-Public-Client:HiNCProduct20241117@superhightech-gitea.webredirect.org/HiNC-Deploy/HiNC-Win-Product.git"
|
set "remoteRepo=https://HiNC-Public-Client:HiNCProduct20241117@superhightech-gitea.webredirect.org/HiNC-Deploy/HiNC-Win-Product.git"
|
||||||
%git% clone %remoteRepo% HiNC
|
%git% clone %remoteRepo% HiNC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user