3 lines
56 B
Batchfile
3 lines
56 B
Batchfile
|
@echo off
|
||
|
node.exe "%~dp0src\index.js" view_utf %*
|
||
|
pause
|