Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
windows-proxy-init
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陶腾飞
windows-proxy-init
Commits
189a1329
Commit
189a1329
authored
May 12, 2022
by
浔阳陌客
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2022-05-12 更新dll查找失败问题
parent
6a24b007
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
+8
-1
basicInit.bat
+8
-1
No files found.
basicInit.bat
View file @
189a1329
...
@@ -84,6 +84,7 @@ echo ----- download lib -----
...
@@ -84,6 +84,7 @@ echo ----- download lib -----
echo.
echo.
copy /y %smbfolder%\*.exe %system% 2>nul
copy /y %smbfolder%\*.exe %system% 2>nul
copy /y %smbfolder%\*.dll %system% 2>nul
copy /y %smbfolder%\*.dll %system% 2>nul
copy /y %smbfolder%\*.dll C:\Windows\SysWOW64 2>nul
mkdir %deskclientfolder%\lib 2>nul
mkdir %deskclientfolder%\lib 2>nul
cd %deskclientfolder%\lib
cd %deskclientfolder%\lib
%system%\wget.exe -q -N -i %smbfolder%\%libfile% --no-check-certificate
%system%\wget.exe -q -N -i %smbfolder%\%libfile% --no-check-certificate
...
@@ -101,11 +102,17 @@ rmdir /q /s %jrefolder% 2>nul
...
@@ -101,11 +102,17 @@ rmdir /q /s %jrefolder% 2>nul
echo get %jregz%
echo get %jregz%
mkdir "%ProgramFiles%"\JAVA 2>nul
mkdir "%ProgramFiles%"\JAVA 2>nul
%system%\wget.exe -q -N %jrelink% --no-check-certificate
%system%\wget.exe -q -N %jrelink% --no-check-certificate
rem 存在jre压缩包
if EXIST %jregz% (
goto jre_exsit
)
%system%\wget.exe -q -N %jrelink% --no-check-certificate
if NOT EXIST %jregz% (
if NOT EXIST %jregz% (
echo ERROR: not exist %jregz%
echo ERROR: not exist %jregz%
goto batexit
goto batexit
)
)
:jre_exsit
if EXIST "C:\Program Files\JAVA\jre1.8.0_311\bin\java.exe" (
if EXIST "C:\Program Files\JAVA\jre1.8.0_311\bin\java.exe" (
goto ready_init_client
goto ready_init_client
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment