7 lines
57 B
Batchfile
7 lines
57 B
Batchfile
|
|
<!-- :
|
||
|
|
@echo off
|
||
|
|
start "" mshta "%~f0"
|
||
|
|
goto :eof
|
||
|
|
-->
|
||
|
|
...
|