교재 68,69p입니다.
Run 'compile' 하면 아래와 같이 에러가 나네요.

"D\Program Files\erl7.0\bin\escript.exe" "D:\Program Files\erl7.0\bin\rebar.cmd" compile
D:\Program Files\erl7.0\bin\rebar.cdm:2: syntax error before: set
escript: There were compilation errors.

rebar.cmd 파일 내용은 다음과 같습니다.

@echo off
setlocal
set rebarscript=%~f0
escript.exe "%rebarscript:.cmd=%" %*

확인 부탁드려요.