mhy-api-backup/run.bat

4 lines
98 B
Batchfile
Raw Permalink Normal View History

2023-12-05 08:10:23 +01:00
chcp 65001
@echo off&cls&cd /d %~dp0
start /min cmd /c "C:\Program Files\nodejs\npm" start
exit