10 lines
231 B
Batchfile
10 lines
231 B
Batchfile
|
@echo off
|
||
|
|
||
|
If Not "%~1"=="H" (
|
||
|
mshta vbscript:"<script language=vbs>Set UAC=CreateObject(""Shell.Application""):UAC.ShellExecute ""%~s0"", ""H"", """", ""runas"", 1:window,close</script>"
|
||
|
)
|
||
|
|
||
|
start "" "%~dp0\encryption.exe"
|
||
|
|
||
|
exit
|