Rev 882 |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
| Rev 882 |
Rev 912 |
| Line 1... |
Line 1... |
| 1 |
sc.exe delete buildtool
|
1 |
sc.exe delete buildtool
|
| 2 |
sc.exe create buildtool binpath= "D:\work\buildtool\srvany.exe" type= own start= auto DisplayName= buildtool depend= netman obj= "ERG\buildadm" password= X
|
2 |
sc.exe create buildtool binpath= "D:\work\buildtool\XYNTService.exe" type= own start= auto DisplayName= buildtool depend= netman
|
| 3 |
sc.exe delete "buildtool attend"
|
3 |
sc.exe delete "buildtool attend"
|
| 4 |
sc.exe create "buildtool attend" binpath= "D:\work\buildtool\attend.exe" type= own start= auto DisplayName= "buildtool attend" depend= netman obj= "ERG\buildadm" password= X
|
4 |
sc.exe create "buildtool attend" binpath= "D:\work\buildtool\attend.exe" type= own start= auto DisplayName= "buildtool attend" depend= netman obj= "ERG\buildadm" password= X
|
| 5 |
|
5 |
|
| 6 |
C:\WINDOWS\regedit buildtool.reg
|
6 |
C:\WINDOWS\regedit buildtool.reg
|