9 lines
431 B
Batchfile
9 lines
431 B
Batchfile
START "" "C:\taskToCSG\eCrmHE\OUT_Release - Win64\_BuildScript\AutoTokenKey.exe" /key Q8fbju0Ez@
|
|
|
|
cd "C:\taskToCSG\Tocsg.Module\FasooDRM\OUT_Release - Win64"
|
|
|
|
"C:\Program Files (x86)\Windows Kits\10\App Certification Kit\signtool.exe" sign /sha1 4f2d28b5f384f1b4b712426dd71a070d25b2b71a /du "http://www.tocsg.co.kr/" /fd sha256 /td sha256 /tr "http://timestamp.digicert.com" /a FasooDRM.exe
|
|
|
|
taskkill -f -im AutoTokenKey.exe
|
|
|
|
pause |