5 lines
65 B
Batchfile
5 lines
65 B
Batchfile
|
@set BASE=%~dp0
|
||
|
@cd %BASE%
|
||
|
@cscript /nologo analyze.js
|
||
|
|
||
|
pause
|