상세 컨텐츠

본문 제목

윈도우에서 unix 처럼 배치파일 동시 실행하기..

IT 세상

by 이현민 (지후지율아빠) 2010. 4. 20. 20:27

본문


음..
삽질의 끝은 어디까지 인가..

start /b를 사용하여 배치파일을 동시 실행해도 되지만,

-->요놈을
start /b %windir%\batch\dynamic\indexer_document.cmd
start /b %windir%\batch\dynamic\indexer_document_title.cmd
--->요롷게..
call %windir%\batch\dynamic\indexer_document_all.vbs



vbscript 를 이용하니 아주 깔끔하게 끝났다..흠.


indexer_document_all.vbs vbs파일을 아래와 같이 만들고 vbs를 실행해주면 the end..

Set WshShell = CreateObject("WSCript.Shell")
WshShell.Run "%windir%\batch\dynamic\indexer_document.cmd " & WScript.ScriptFullName
WshShell.Run "%windir%\batch\dynamic\indexer_document_title.cmd " & WScript.ScriptFullName
Set WshShell = Nothing



반응형

'IT 세상' 카테고리의 다른 글

[펌]윈디하나의 솔라나라: TOMCAT  (0) 2010.04.26
Tomcat 6.0 설정  (0) 2010.04.26
windows batch background  (0) 2010.04.15
윈도우즈 특수문자 사용하기  (0) 2010.03.22
액티브 디렉토리(ACTIVE DIRECTORY)란 ..?  (0) 2010.02.25

관련글 더보기