Skip to content
AutoHotKey
2011.12.21 19:17

autohotkey) 맥어드레스 추출

조회 수 15082 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

AHK

autohotkey) 맥어드레스 추출


runwait, %comspec% /c ipconfig /all > c:\mac.txt, ,hide


Loop, Read, c:\mac.txt

{

ifinstring, A_LoopReadLine, IP Address

{

msgbox, %A_LoopReadLine%

IP=%A_LoopReadLine%

StringSplit, IP, IP, :,

break

}

}


Loop, Read, c:\mac.txt

{

ifinstring, A_LoopReadLine, Physical Address

{

msgbox, %A_LoopReadLine%

MAC=%A_LoopReadLine%

StringSplit, MAC, MAC, :,

break

}

}


;StringRight, MAC, MAC, 18

msgbox, %MAC2%`n%IP2%


;filedelete, c:\mac.txt

;;MSGBOX, %A_IPAddress1%

;InputBox, UserInput, Phone Number, 1).%A_IPAddress1%`n2).%A_IPAddress2%`n3).%A_IPAddress3%`n4).%A_IPAddress1%`n5).%A_IPAddress4%`n6).%A_IPAddress5%`n7).%A_IPAddress6%`n8).%A_IPAddress8%`n9).%A_IPAddress9%`n10).%A_IPAddress10%`n, , 200, 300


로그인 후 댓글쓰기가 가능합니다.

?

  1. 05
    Feb 2011
    16:09

    [autohotkey] TCP/IP 메시지 전달방법

    CategoryAutoHotKey Views13988
    Read More
  2. 30
    May 2012
    16:57

    autohotkey) 런처시스템

    CategoryAutoHotKey Views14286
    Read More
  3. 17
    Feb 2011
    19:17

    웹페이지의 내용을 변수에 넣기

    CategoryAutoHotKey Views14493
    Read More
  4. 22
    Feb 2011
    13:00

    클릭해서 새창열리는 페이지에 클릭 또는 값설정 가능한가요?

    CategoryAutoHotKey Views14724
    Read More
  5. 25
    Feb 2011
    08:54

    [ahk]웹페이지가 띄워진 창 내용을 추출하여 로딩이 완료되었는지를 확인할 수 있는 소스

    CategoryAutoHotKey Views14747
    Read More
  6. 14
    Feb 2011
    16:44

    [ahk] 레지스터리 등록여부 확인 후 없으면 추가시키기

    CategoryAutoHotKey Views14977
    Read More
  7. 26
    Nov 2012
    18:44

    autohotkey) 파일리스트 가져오기

    CategoryAutoHotKey Views14981
    Read More
  8. 21
    Dec 2011
    19:17

    autohotkey) 맥어드레스 추출

    CategoryAutoHotKey Views15082
    Read More
  9. 08
    Jan 2012
    16:24

    autohotkey) 네 코드를 보여, 내가 당신에게서 배우고 싶어요

    CategoryAutoHotKey Views15114
    Read More
  10. 29
    Nov 2011
    08:55

    autohotkey) 웹페이지의 프레임 내용보기 & 클릭하기

    CategoryAutoHotKey Views15147
    Read More
  11. 08
    Aug 2011
    12:57

    [AHK_B&AHK_L] 익스플로러 HTML 문서정보 알아내기(IE HTML Element Spy)

    CategoryAutoHotKey Views15160
    Read More
  12. 27
    Jan 2013
    13:10

    autohotkey)매월 1일의 요일 구하기

    CategoryAutoHotKey Views15264
    Read More
  13. 24
    Feb 2011
    18:33

    ahk로 만든 파일을 exe로 컴파일 한 후 실행시킬때 변수를 임의

    CategoryAutoHotKey Views15333
    Read More
  14. 21
    Feb 2011
    23:58

    autohotkey_L Object

    CategoryAutoHotKey Views15391
    Read More
  15. 12
    Mar 2013
    16:47

    Autohotkey + mypeople(마이피플) 메시지 전송

    CategoryAutoHotKey Views15432
    Read More
  16. 09
    Feb 2011
    19:19

    UrlDownloadToVar()

    CategoryAutoHotKey Views15464
    Read More
  17. 30
    Mar 2011
    17:18

    정보수집

    CategoryAutoHotKey Views16064
    Read More
  18. 07
    Feb 2011
    09:02

    [autohotkey] 레지스트리 재부팅이 필요한 항목 수정후 재부팅 없이 바로 적용시킬수있는 방법

    CategoryAutoHotKey Views16148
    Read More
  19. 17
    Feb 2011
    07:17

    WinMenuSelectItem로 메뉴선택하기

    CategoryAutoHotKey Views16302
    Read More
  20. 14
    Feb 2011
    22:36

    #ifwinactive & #ifwinexist 윈도우창 마다 핫키의 용도를 다르게 사용하는 방법

    CategoryAutoHotKey Views16523
    Read More
Board Pagination Prev 1 2 3 4 5 Next
/ 5

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소