close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Dec 21, 2017, 12:22:57 PM (8 years ago)
- Author:
-
rsierra
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v18
|
v19
|
|
49 | 49 | ogAddCmd $1 $2 $FILECMD 'echo "* Activar '$OFFICE'"' |
50 | 50 | ogAddCmd $1 $2 $FILECMD 'cd "C:\Program Files\Microsoft Office\'$OFFICE'"' |
51 | | ogAddCmd $1 $2 $FILECMD 'cscript ospp.vbs /osppsvcrestart >NUL' |
52 | | ogAddCmd $1 $2 $FILECMD 'cscript ospp.vbs /sethst:"Nombre/IP Servidor KMS" >NUL' |
53 | | ogAddCmd $1 $2 $FILECMD 'cscript ospp.vbs /osppsvcauto >NUL' |
54 | 51 | ogAddCmd $1 $2 $FILECMD 'cscript ospp.vbs /act' |
55 | | ogAddCmd $1 $2 $FILECMD 'start winword.exe' |
56 | | ogAddCmd $1 $2 $FILECMD 'taskkill /F /IM winword.exe' |
57 | 52 | fi |
58 | 53 | |