1. 메모장에 아래 내용 입력
'CreateObject("InternetExplorer.Application").Visible=True
' Internet Explorer 열기
Set IE = CreateObject("InternetExplorer.Application")
IE.Top = 0
IE.Left = 0
IE.StatusBar = True
IE.Visible = True
IE.Width = "1024"
IE.Height = "1024"
IE.navigate "http://www.google.com"
2. 메모장 형식을 *.vbs 로 변경
윈도우 서버 모델명 확인 (0) | 2025.02.20 |
---|---|
윈도우서버 특정 프로그램 실행시간 감지 및 종료 (0) | 2024.09.04 |