Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
software_development:window_batch [2020/02/15 14:09] – created 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> |
- | <code bat> | + | @echo off 명령문 안보이게 |
+ | <sxh> | ||
+ | @echo off | ||
ECHO 출력할 문자 | ECHO 출력할 문자 | ||
- | </code> | + | |
+ | : 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% | ||
+ | </sxh> | ||
~~DISCUSSION~~ | ~~DISCUSSION~~ | ||