repo.or.cz
/
gdipp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Use Slim Reader/Writer lock to replace CRITICAL_SECTION (better performance).
[gdipp.git]
/
installer
/
Script
/
Create_Service_64.bat
blob
f8f03c6ab9ad601e4857d85af99e4d116cfc6ca0
1
if defined gdipp_manual (
\r
2
sc create gdipp_svc binpath= "%~f1\gdipp_svc_64.exe" DisplayName= "gdipp Service"
\r
3
\r
4
ping -n 3 -w 1 localhost > NUL
\r
5
) else (
\r
6
set gdipp_manual=1
\r
7
call %0 "%~dp0.."
\r
8
set gdipp_manual=
\r
9
)
\r