>> Delete No. 6236 article
No. 윈도우에서 쓰던 스크립트 파일로 리눅스에서
인터넷 접속은 안되나요???되면 어떻게 하면 되는질
알려주세요.....

등록 2000-09-21 17:32:00 By localhost     조회 2
이름 전상진    

		proc main
 loop2:
	waitfor
		"CLR PAD"         ,matchcase then start,
		"상품코드를 입력" ,matchcase then start,
		": X"             ,matchcase then start,
		": x"             ,matchcase then start
	until 20
        goto Done
 loop:
	waitfor
		"login:"              ,matchcase then sendid,
		"Password:"          ,matchcase then sendpw,
		"FREE INTERNET Ready" ,matchcase then done,
		"SLiRP Ready"         ,matchcase then done,
		"CLR PAD"             ,matchcase then loop2,
		"[Y/n]"               ,matchcase then pressenter,
		"접속할 수 없습니다"  ,matchcase then pressenter,
		"접속할 수 없읍니다"  ,matchcase then pressenter,
		"상품코드를 입력"     ,matchcase then start
	until 20
 start:
	transmit "portal"
	transmit "^M"
	goto loop
 sendid:
	transmit $USERID, raw
	transmit "^j"
	goto loop
sendpw:
	transmit $PASSWORD, raw
	transmit "^j"
	goto loop
 pressenter:
	transmit "^j"
	goto loop
 Done:
   set port databits 8
   set port parity none
endproc
[관리자] 패스워드를 입력 하십시오. 답장이 존재하면 함께 삭제됩니다.[ 목록 | 이전 ]
패스워드:    

Copyleft 1999-2026 by JSBoard Open Project
Theme Designed by IDOO All right reserved