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
0a99e063
Commit
0a99e063
authored
Mar 29, 2022
by
浔阳陌客
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2022-03-29 kill_start.bat启动只删除java父进程的cmd
parent
e73b2268
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
basicInit.bat
+2
-2
No files found.
basicInit.bat
View file @
0a99e063
...
...
@@ -146,9 +146,9 @@ echo pause
echo create restart.bat
(
echo @echo off
echo for ^/F %%%%a in ('wmic process where ^^(Name^^="java.exe"^^) get ParentProcessId ^^^| findstr "[0-9]"') do ^( taskkill /f /pid %%%%a ^)
echo taskkill /f /im java.exe
echo taskkill /f /im cmd.exe
echo C:\Users\Administrator\Desktop\client\run.bat
echo C:\Users\Administrator\Desktop\client\start.bat
) > %deskclientfolder%\kill_start.bat
...
...
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