Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
software_development:window_batch [2020/02/15 14:10] – prgram | software_development:window_batch [2025/07/07 14:12] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== window batch ====== | ====== window batch ====== | ||
- | {{tag> | + | {{tag> |
+ | |||
+ | @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% | ||
+ | </ | ||
- | < | ||
~~DISCUSSION~~ | ~~DISCUSSION~~ | ||