mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
6 lines
No EOL
216 B
Batchfile
6 lines
No EOL
216 B
Batchfile
@echo off
|
|
goto %1
|
|
:needAdmin
|
|
mshta vbscript:createobject("shell.application").shellexecute("%~s0",":hasAdmin","","runas",1)(window.close)&goto :eof
|
|
:hasAdmin
|
|
cp -f C:\\TDengine\\driver\\taos.dll C:\\Windows\\System32 |