#EscapeChar

스크립트의 피신 문자를 변경합니다 (예, accent vs. backslash).

비추천: 이 지시어는 새 스크립트에 사용을 추천하지 않습니다. Use the default escape character (accent/backtick) instead.

#EscapeChar NewChar

매개변수

NewChar

문자 하나를 지정합니다.

논평

피신 문자는 바로 다음에 오는 문자가 정상과 다르게 번역되어야 한다는 것을 나타내는 데 사용됩니다.

The default escape character is accent/backtick (`), which is at the upper left corner of most English keyboards. 역사선보다 이 문자를 사용하면 파일 경로에 이중으로 역사선을 배치할 필요가 없습니다.

See Escape Sequences for a complete list of sequences and its results (e.g. `n would produce a linefeed character).

다른 지시어처럼, #EscapeChar는 조건적으로 실행할 수 없습니다.

잘 사용되지 않는 다음 지시어도 존재합니다; 사용법은 다음 예제에 보여줍니다:

#DerefChar #  ; 보통의 기본값 퍼센트를 샵으로 바꿉니다.
#Delimiter /  ; 보통의 기본값 쉼표를 정사선으로 바꿉니다

비추천: 이러한 지시어는 새 스크립트에 사용을 추천하지 않습니다. Use the default dereference character (percent) and the default delimiter character (comma) instead.

예제

Changes the default escape character (`) to backslash.

#EscapeChar \