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%

Enter your comment:
Q M A G T
 
  • Last modified: 2025/07/07 14:12