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