software_development:window_batch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software_development:window_batch [2020/02/15 14:10] prgramsoftware_development:window_batch [2025/07/07 14:12] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== window batch ====== ====== window batch ======
  
-{{tag>software_development window 배치파일 도 batch cmd bat}}\\+{{tag>software_development window 배치파일 도 batch cmd bat}}\\ 
 + 
 +@echo off 명령문 안보이게 
 +<sxh> 
 +@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% 
 +</sxh>
  
-<sxh>ECHO 출력할 문자</sxh> 
 ~~DISCUSSION~~ ~~DISCUSSION~~
  
  
  • software_development/window_batch.1581775813.txt.gz
  • Last modified: 2025/07/07 14:13
  • (external edit)