run.bat 58 B

1234
  1. @echo off
  2. cd /d "%~dp0"
  3. "%~dp0node\node.exe" run.js
  4. pause