windows2006. 4. 22. 16:17
 

Batch 파일에서 변수를 사용할때는 SET 명령을 사용한다.


set a_dir="c:\test"


변수를 사용할때에는 앞뒤로 %붙여주면 된다.


xcopy c:\hInstall.log %a_dir%\test2\

Posted by kkongchi