window batch


@echo off 명령문 안보이게

@echo off
ECHO 출력할 문자

: this is one way to comment
REM is another way to comment.

PAUSE  REM Press Any key to Continu..

%CD%  REM current directory
cd %CD%