일관련 정리
vba 에서 exe 파일실행
가납이
2011. 12. 19. 11:30
반응형
외부 exe 파일 실행
aa = "TortoiseProc.exe /command:update /path:"
aa = aa + """" + ClientPath + """" + " /closeonend:2"
Shell (aa)
bat 파일에 있는걸 넣으면 된다. 쉽네..-_-
aa = "TortoiseProc.exe /command:update /path:"
aa = aa + """" + ClientPath + """" + " /closeonend:2"
Shell (aa)
bat 파일에 있는걸 넣으면 된다. 쉽네..-_-
반응형