software_development:window_batch

Differences

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

Link to this comparison view

Next revision
Previous revision
software_development:window_batch [2020/02/15 14:09] – created 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}}\\
  
-<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~~
  
  
  • software_development/window_batch.1581775797.txt.gz
  • Last modified: 2025/07/07 14:12
  • (external edit)