Loop,9
{
이미지파일 := 이미지[A_index]
경로파일 := "C:\Users\Desktop\새 폴더 (2)\히어로즈\기타이미지\" 이미지 ".PNG"
FileInstall,% 경로파일, %A_ScriptDir%\기타이미지\%이미지%.PNG, 1
GuiControl,4:,설치진행,%A_index%
Sleep,1000
}
return
파일인스톨에서 % 경로파일 이런식으로 변수 을 쓰게 되면 에러가 나네요 ;; 원래 안되는건가요?
아님 뭔가 방식이 잘못된건가요 ;;
일일이 하나씩 쓰기 귀찮아서 .. 이런식으로 수정하고있는데 .. 도통 들어먹지를 않네요;;
경로파일 := "C:\Users\Desktop\새 폴더 (2)\히어로즈\기타이미지\" 이미지파일 ".PNG"
; or 경로파일 := "C:\Users\Desktop\새 폴더 (2)\히어로즈\기타이미지\이미지" A_Index ".PNG"
FileInstall,% 경로파일, %A_ScriptDir%\기타이미지\%이미지파일%.PNG, 1
; or FileInstall,% 경로파일, %A_ScriptDir%\기타이미지\이미지%A_Index%.PNG, 1