본문 바로가기

쓰기


auto run 
invalid parameter or setting file!

이라고 뜨는데요

확장자가 ats 인 파일을 실행시키면 이렇게 되네요
참고로 아랄0.3이고 0.3은 설치 잘 되었습니다.
분류 :
Talk
조회 수 :
13360
등록일 :
2009.12.20
20:33:41
엮인글 :
https://arallab.hided.net/30324/577/trackback
게시글 주소 :
https://arallab.hided.net/board_devtalk/30324

아랄

2009.12.20
21:08:47

안녕하세요
아랄트랜스 설치폴더의 Skin\default 폴더에 보시면
autorun.hta 라는 파일이 있습니다.
이걸 열어보시면 40번째 줄 쯤에 아래와 같은 부분을 찾으실 수 있을겁니다.

// Parse command line and set to 'strSettingFile'
var cmdLine = ATHTA_autorun.commandLine;
if(cmdLine)

if 시작되기 전에 alert(cmdLine); 이라는 코드를 삽입해서 어떤 메세지가 뜨는지 스크린샷 좀 보여주실 수 있을까요?
아래처럼 수정하시면 됩니다.

// Parse command line and set to 'strSettingFile'
var cmdLine = ATHTA_autorun.commandLine;
alert(cmdLine);
if(cmdLine)

List of Articles
공지 Talk [필독] 테스트필터 사용시 주의사항
라파에
155436   2008-08-03 2008-12-16 00:03