4 lines
No EOL
98 B
Batchfile
4 lines
No EOL
98 B
Batchfile
chcp 65001
|
|
@echo off&cls&cd /d %~dp0
|
|
start /min cmd /c "C:\Program Files\nodejs\npm" start
|
|
exit |