software_development:window_batch

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:
P᠎ O U Q B
 
  • Last modified: 2025/07/07 14:12