2014-01-08 2 views

답변

1

아래 코드를 작성해야합니다.

section "" 
File a.dll 
execwait "Regsvr32 /s a.dll" 
IfErrors 0 noError 
Rename a.dll a0.dll 
execwait "Regsvr32 /s a0.dll" 
noError: 
sectionEnd 
+0

와우, 감사합니다! – chaeyk