소스 검색

Add console command to windows runner script

pull/3/head
Matt Campbell 13 년 전
committed by Tuncer Ayaz
부모
커밋
5998c6c721
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      priv/templates/simplenode.windows.runner.cmd

+ 5
- 0
priv/templates/simplenode.windows.runner.cmd 파일 보기

@ -23,6 +23,7 @@
@if "%1"=="start" @goto start
@if "%1"=="stop" @goto stop
@if "%1"=="restart" @call :stop && @goto start
@if "%1"=="console" @goto console
@rem TODO: attach, ping, restart and reboot
:usage
@ -46,6 +47,10 @@
@%erts_bin%\erlsrv.exe stop %service_name%
@goto :EOF
:console
@start %erts_bin%\werl.exe -boot %releases_dir%\%release_version%\%node_name%
@goto :EOF
:set_trim
@set %1=%2
@goto :EOF

불러오는 중...
취소
저장