7 lines
98 B
Batchfile
7 lines
98 B
Batchfile
|
@set BASE=%~dp0
|
||
|
@cd %BASE%
|
||
|
|
||
|
@echo [*] Starting the audit...
|
||
|
@cscript /nologo audit.js
|
||
|
|
||
|
pause
|