배치 파일을 활용하면 반복적인 작업을 효율적으로 실행하고, 프로세스를 간소화하며, 전문 지식이 필요했던 복잡한 절차를 간소화할 수 있습니다. 이를 통해 초보자도 최소한의 노력으로 원하는 결과를 얻을 수 있습니다.

이어지는 담화에서 기초적인 배치 스크립트 작성의 복잡성에 대해 자세히 알아보세요. 배치 스크립트의 기능과 실행을 주도하는 기본 사항에 대한 이해는 물론, 배치(BAT) 스크립트 작성의 숙련도를 높이는 데 도움이 되는 보충 자료에 액세스할 수 있습니다.

Windows에서 배치 파일을 만드는 방법

배치 프로그래밍 언어를 사용하여 Windows 영역 내에서 스크립트를 생성하려면 후속 절차를 준수해야 합니다:

예를 들어 메모장 또는 워드패드 문서 형식의 텍스트 파일을 여는 것은 개인이 컴퓨터 시스템을 사용하여 작성된 콘텐츠를 만들고 편집하기 위해 수행할 수 있는 작업입니다. 이 과정에는 일반적으로 프로그램 폴더 또는 시작 메뉴를 통해 장치에서 지정된 소프트웨어 애플리케이션에 액세스하고 새 문서를 만들거나 저장된 파일 목록에서 기존 문서를 여는 옵션을 선택하는 것이 포함됩니다. 파일을 열면 사용자는 텍스트를 입력하고 서식을 지정하고, 이미지 또는 기타 멀티미디어 요소를 추가하고, 나중에 참조하거나 다른 사람과 공유할 수 있도록 파일에 대한 변경 사항을 저장할 수 있습니다.

@echo off 제목 Windows에 Node.js 설치하기 내용 설치 프로세스 시작 중… 일시 중지

스크립트의 호환성 및 올바른 실행을 위해 파일 확장자 .BAT(예: “test.bat”)를 사용하여 파일을 저장하세요.

배치 스크립트를 실행하려면 키보드의 ‘오른쪽’ 키를 누른 상태에서 마우스 커서를 한 번 탭하여 최근에 생성한 BAT 파일을 클릭하기만 하면 됩니다.

배치 스크립트의 내용을 수정하려면 마우스를 사용하여 확장자가 “.bat”인 파일을 클릭하고 나타나는 컨텍스트 메뉴에서 “편집” 옵션을 선택하면 됩니다.

제공된 예제는 특정 형식의 데이터 파일에 대한 설명으로 보이며, 다양한 메타데이터 및 콘텐츠 세부 정보가 나열되어 있습니다. 파일의 실제 콘텐츠가 무엇인지 또는 어떻게 입수했는지 명확하지 않습니다.

앞서 설명한 그림의 후속 인터페이스는 다음과 같습니다:

BAT 파일 명령과 그 응용에 대해 더 깊이 이해하고자 하는 경우 다음 단락에서 자세한 내용을 살펴보세요.

1단계: BAT 파일 만들기

반복되는 네트워크 관련 문제가 발생하여 `ipconfig`를 통해 IP 주소를 구성하고 `ping`을 통해 진단 검사를 수행하는 등의 작업을 위해 명령 프롬프트와 자주 상호 작용해야 하는 시나리오를 생각해 보십시오. 시간이 지남에 따라 간단한 배치 스크립트를 만들어 USB 드라이브와 같은 휴대용 저장 장치에 저장하고 문제 해결 세션 중에 여러 컴퓨터에서 활용할 수 있는 잠재적 이점을 인식하게 됩니다.

새 텍스트 문서 만들기

배치 파일은 Windows 운영 체제의 다양한 기능을 활용하여 명령 프롬프트 인터페이스를 통해 반복적인 컴퓨팅 프로세스를 간소화할 수 있습니다. 새 배치 파일을 만들려면 비어 있는 폴더로 이동하여 사용 가능한 영역을 마우스 오른쪽 버튼으로 클릭한 다음 상황에 맞는 메뉴에서 ‘새로 만들기’를 선택한 다음 ‘텍스트 문서’라는 옵션을 선택하기만 하면 됩니다.

코드 추가

현재 문서를 두 번 클릭하면 장치에서 선호하는 텍스트 편집 애플리케이션이 자동으로 실행됩니다. 실행을 위해 해당 텍스트 편집기 내에서 다음 줄의 프로그래밍 코드를 복사하여 붙여넣으세요.

 @echo off
title This is your first batch script!
echo Welcome to batch scripting!
pause

BAT 파일로 저장

배치 스크립트로 파일을 저장하려면 여러 단계가 필요합니다. 먼저 메모장이나 Visual Studio Code와 같은 프로그램을 사용하여 스크립트를 일반 텍스트 문서로 저장해야 합니다. 그런 다음 사용자는 파일 메뉴로 이동하여 다른 이름으로 저장을 선택해야 합니다. 그런 다음 적절한 파일 이름을 입력하고 문자열 끝에 .BAT 확장자를 추가해야 합니다. 마지막으로 사용자는 파일을 두 번 클릭하여 변경 사항을 저장하고 배치 스크립트를 실행할 수 있습니다.

배치 스크립트는 특정 운영 체제의 컨텍스트 내에서 명령 및 관련 옵션을 사용하여 고급 매개변수를 사용자 지정할 수 있으므로 기존 명령줄 인터페이스에 부과된 제한의 제약을 받지 않습니다. 그러나 이러한 기능은 배치 스크립트와 함께 사용되는 특정 프로그래밍 언어 또는 애플리케이션에 따라 달라질 수 있다는 점에 유의해야 합니다.

이 글도 확인해 보세요:  HTTP와 HTTPS: 차이점은 무엇인가요?

2단계: 배치 스크립팅의 기본 사항 알아보기

배치 파일을 활용하면 명령 프롬프트 인터페이스에 익숙한 사용자를 활용하면서 자동화를 통해 반복적인 작업을 간소화할 수 있습니다. 이 접근 방식을 활용하면 단일 파일 내에서 일련의 명령을 순차적으로 실행하도록 효율적으로 위임할 수 있으므로 중복 작업을 줄이고 효율성을 높일 수 있습니다.또한 배치 파일은 절차적 프로그래밍 언어의 필수 구성 요소이지만 모든 작업에 항상 필요하거나 적용 가능한 것은 아닌 루프 및 조건문과 같은 제어 구조를 구현할 수 있는 제한된 기능을 제공합니다.

에코 매개변수를 사용하면 명령 프롬프트 인터페이스 내에 활성 스크립트를 표시하여 코딩 프로세스를 시각화하고 잠재적 오류를 쉽게 식별할 수 있습니다. 이 기능을 활용하면 배치 파일을 실행하는 동안 발생할 수 있는 모든 문제를 효율적으로 모니터링하고 해결할 수 있습니다. 또한 Echo 지시어 끝에 “@”와 같은 추가 문자를 추가하면 작업이 완료된 후 스크립트를 신속하게 닫을 수 있습니다.

제공된 텍스트는 마크업 언어 내에서 특정 요소 또는 속성이 제공하는 기능에 대한 비공식적이고 구어체적인 설명입니다. “거의 동일한 기능”이라는 표현은 두 요소 간에 약간의 차이점이나 변형이 있을 수 있지만 전반적으로 유사한 용도로 사용된다는 것을 의미합니다. HTML 태그와의 비교는 웹 개발 개념에 익숙하다는 것을 의미하며, “명령 프롬프트 창”에 대한 참조는 컨텍스트가 Windows 운영 체제 및 명령줄 인터페이스와 관련되어 있음을 나타냅니다. </p> <p> cls 명령은 과도한 코드가 원하는 정보나 리소스에 대한 접근성을 방해할 수 있는 상황에서 사용할 수 있는 유용한 도구입니다. 이 명령은 명령 프롬프트를 효과적으로 지워 후속 명령을 실행할 때 방해받지 않는 인터페이스를 제공합니다. </p><div style="width:100%; min-height:363px !important; margin-top:20px; margin-bottom:20px; text-align:center;"><ins class="adsbygoogle" style="display:block; text-align:center;" data-ad-layout="in-article" data-ad-format="fluid" data-ad-client="ca-pub-5533026247140662" data-ad-slot="4222435322"></ins><script>(adsbygoogle = window.adsbygoogle || []).push({});</script></div> <p> “rem”이라는 속기 표기법은 HTML의 “<!--" 태그와 같은 용도로 사용됩니다. 실제 코드 입력과 달리 rem 문은 프로그램에 직접 통합되지 않습니다. 그보다는 설명을 제공하고 코드 자체와 관련된 정보를 전달하는 것이 주요 기능입니다. </p> <p> 지정된 디렉토리 내의 각 개별 문서를 파일이라고 할 수 있으며, 총체적으로 지정된 폴더 내에 함께 저장되는 파일 그룹을 구성합니다. </p> <p> 루트 폴더는 컴퓨터의 파일 구조 내에서 다른 모든 폴더와 파일이 정리되는 기본 위치를 나타냅니다. 명령 프롬프트를 사용하여 파일 이름을 바꾸거나 삭제하는 등의 다양한 작업을 수행하려면 먼저 해당 특정 디렉토리로 이동해야 합니다. 반면 배치 파일을 활용할 때는 원하는 디렉터리에 배치하기만 하면 추가 탐색 없이 실행할 수 있습니다. </p> <p> BAT(배치) 스크립트 내에서 일시 중지를 활용하면 독자가 실행이 예정된 후속 명령을 검토하고 이해할 수 있습니다.일반적으로 이 중단은 "계속하려면 아무 키나 누르십시오..."라는 메시지로 표시되며, 사용자는 배치 파일이 더 진행되기 전에 진행을 중지하거나 수정할 수 있습니다. </p> <p> 사용자가 선호하는 인터넷 브라우저를 통해 선택한 웹 사이트를 열고 액세스하는 동작이 시작되며, 사용자 장치에서 웹 브라우징을 위해 미리 설정된 기본 애플리케이션을 활용합니다. </p> <p> 유서 깊은 명령줄 인터페이스를 활용하는 "ipconfig" 유틸리티는 네트워크 구성에 관한 관련 세부 정보를 제공합니다. 이러한 데이터에는 MAC(미디어 액세스 제어) 주소, IP(인터넷 프로토콜) 주소 및 서브넷 마스크가 포함됩니다. </p> <p> 핑은 서버 경로를 통해 전송된 일련의 데이터 패킷을 사용하여 이러한 패킷이 대상 장치에서 다시 수신되는 데 걸리는 시간을 평가하여 IP 주소의 지리적 위치와 응답 시간을 확인합니다. </p> <p> 배치 변수에 대한 라이브러리는 방대하다고 해도 과언이 아닙니다. 다행히도 <a href="https://en.wikibooks.org/wiki/Windows_Batch_Scripting" target="_blank" rel="noopener"> 위키북 항목 </a>에 배치 스크립트 매개변수 및 변수의 방대한 라이브러리가 정리되어 있어 자유롭게 사용할 수 있습니다. </p> <h2 > 3단계: BAT 파일 작성 및 실행 </h2> <p> 일상적인 작업을 간소화하기 위해 트위터에서는 온/오프라인 작업을 모두 지원하는 일련의 배치 스크립팅 솔루션을 개발했습니다. 이 예제는 다양한 시나리오에서 배치 스크립트를 효과적으로 활용하는 방법을 보여줍니다. </p> <div style="clear:both; margin-top:0em; margin-bottom:1em;"><a href="https://new.atsit.in/1375/" target="_blank" rel="dofollow" class="ua63dd7c6fbb7e5f1e20bfe1845d1a436"><!-- INLINE RELATED POSTS 2/3 //--><style> .ua63dd7c6fbb7e5f1e20bfe1845d1a436 { padding:0px; margin: 0; padding-top:1em!important; padding-bottom:1em!important; width:100%; display: block; font-weight:bold; background-color:#FFFFFF; border:0!important; border-left:4px solid #FFFFFF!important; text-decoration:none; } .ua63dd7c6fbb7e5f1e20bfe1845d1a436:active, .ua63dd7c6fbb7e5f1e20bfe1845d1a436:hover { opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; text-decoration:none; } .ua63dd7c6fbb7e5f1e20bfe1845d1a436 { transition: background-color 250ms; webkit-transition: background-color 250ms; opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; } .ua63dd7c6fbb7e5f1e20bfe1845d1a436 .ctaText { font-weight:bold; color:#464646; text-decoration:none; font-size: 16px; } .ua63dd7c6fbb7e5f1e20bfe1845d1a436 .postTitle { color:#2980B9; text-decoration: underline!important; font-size: 16px; } .ua63dd7c6fbb7e5f1e20bfe1845d1a436:hover .postTitle { text-decoration: underline!important; } </style><div style="padding-left:1em; padding-right:1em;"><span class="ctaText">이 글도 확인해 보세요:</span>  <span class="postTitle">Windows 11에서 앱에 자동 색상 관리를 사용하도록 설정하는 방법</span></div></a></div> <h3 > 뉴스 스크립트 </h3> <p> 다용도 배치 스크립트는 즉각적인 실용성을 위해 고안된 것이 유리할 수 있습니다. 단일 웹 브라우징 인터페이스를 통해 깨어났을 때 여러 뉴스 소스에 액세스하기를 원한다고 가정하면, 배치 스크립트 내에서 명령줄 인수를 사용하여 모든 관련 뉴스 포털을 단일 브라우저 창에 집계하는 것이 가능합니다. </p><div style="width:100%; min-height:363px !important; margin-top:20px; margin-bottom:20px; text-align:center;"><ins class="adsbygoogle" style="display:block; text-align:center;" data-ad-layout="in-article" data-ad-format="fluid" data-ad-client="ca-pub-5533026247140662" data-ad-slot="4222435322"></ins><script>(adsbygoogle = window.adsbygoogle || []).push({});</script></div> <p> 한 번에 여러 개의 기사를 생성하는 절차를 다시 확인하려면 먼저 빈 텍스트 문서를 설정해야 합니다. 이렇게 하려면 컴퓨터에서 원하는 디렉토리로 이동하여 여유 공간이 충분한 영역을 찾습니다. 이 위치를 찾은 후 빈 화면에 커서를 마우스 오른쪽 버튼으로 클릭하고 표시되는 드롭다운 메뉴에서 '새로 만들기'를 선택합니다. 그런 다음, 이어지는 하위 메뉴에서 "텍스트 문서"를 선택합니다. 선택이 완료되면 새 파일의 이름을 지정하라는 메시지가 표시됩니다. 곧 특정 데이터를 입력해야 하므로 지금은 이 파일의 이름을 지정하지 않는 것이 중요합니다. 새로 생성된 텍스트 파일을 열어 그 안에 제공된 스크립트를 입력합니다. 현재 그림은 전자적으로 액세스할 수 있는 미국 주요 뉴스 소스의 포괄적인 목록을 제공합니다. </p> <pre class="prettyprint"> <code >@echo off<br>cd "" http://www.cnn.com<br>start "" http://www.abc.com<br>start "" http://www.msnbc.com<br>start "" http://www.bbc.com<br>start "" http://www.huffingtonpost.com<br>start "" http://www.aljazeera.com<br>start "" https://news.google.com/</code> </pre> <p> Internet Explorer를 사용하여 여러 웹 페이지를 별도의 브라우저 창 또는 탭에서 여는 배치 스크립트를 실행하려면 다음 단계를 따르세요: 1. 메모장 또는 다른 텍스트 편집기를 엽니다. 2.다음 코드를 복사하여 문서에 붙여넣습니다: 3. "http://www.google.com" 및 "http://www.bing.com"을 방문하려는 URL로 바꿉니다. 4. "파일"을 클릭한 다음 "다른 이름으로 저장"을 클릭합니다. 5. '다른 이름으로 저장 유형' 옵션을 '모든 파일(*. </p> <img loading="lazy" decoding="async" width="1200" height="600" src="https://new.atsit.in/wp-content/uploads/2023/09/windows-10-ebb08f-11ec9790ec849c-ebb0b0ecb998-ed8c8cec9dbcec9d84-eba78ceb93a4eab3a0-ec8ba4ed9689ed9598eb8a94-ebb0a9ebb295-3.jpg"> <p>)'로 변경합니다. 파일을 저장한 후 배치 파일을 더블클릭하면 웹페이지가 즉시 실행됩니다. 또는 바탕화면에 배치하여 한 곳에서 여러 사이트에 쉽게 액세스할 수 있도록 할 수도 있습니다. </p> <h3 > 파일 정리기 </h3> <p> 다운로드 관리자를 사용하여 매일 수많은 파일을 쉽게 검색하면 지정된 '다운로드' 디렉토리에 수많은 파일이 쌓일 수 있습니다. 이 문제를 해결하기 위해 다음 스크립트가 포함된 배치 파일을 생성하여 각각의 파일 유형에 따라 파일을 정렬할 수 있습니다. 생성된 배치 파일을 어수선한 폴더에 넣고 더블 클릭 동작을 사용하여 실행하기만 하면 됩니다. </p> <pre class="prettyprint"> <code >@echo off<br>rem For each file in your folder<br>for %%a in (".\*") do (<br>rem check if the file has an extension and if it is not our script<br>if "%%~xa" NEQ "" if "%%~dpxa" NEQ "%~dpx0" (<br>rem check if extension folder exists, if not it is created<br>if not exist "%%~xa" mkdir "%%~xa"<br>rem Move the file to directory<br>move "%%a" "%%~dpa%%~xa\"<br>))</code> </pre> <p> 제가 개입하기 전에는 바탕 화면이 다양한 파일 형식의 정리되지 않은 메들리로 표시되었습니다. </p> <img loading="lazy" decoding="async" width="1200" height="600" src="https://new.atsit.in/wp-content/uploads/2023/09/windows-10-ebb08f-11ec9790ec849c-ebb0b0ecb998-ed8c8cec9dbcec9d84-eba78ceb93a4eab3a0-ec8ba4ed9689ed9598eb8a94-ebb0a9ebb295-4.jpg"> <p> 앞서 언급한 프로세스에 따라 특정 문서를 후처리하여 제공했습니다. </p> <img loading="lazy" decoding="async" width="1200" height="600" src="https://new.atsit.in/wp-content/uploads/2023/09/windows-10-ebb08f-11ec9790ec849c-ebb0b0ecb998-ed8c8cec9dbcec9d84-eba78ceb93a4eab3a0-ec8ba4ed9689ed9598eb8a94-ebb0a9ebb295-5.jpg"> <p> 이 간단한 스크립트는 다목적이며 문서, 비디오 및 오디오를 포함한 다양한 파일 형식을 처리할 수 있습니다. 컴퓨터가 파일 형식을 지원하는지 여부에 관계없이 스크립트는 관련 레이블이 있는 폴더를 생성합니다. 디렉터리 내에 기존 JPG 또는 PNG 디렉터리가 있는 경우, 스크립트는 그에 따라 다른 파일 형식을 재배치합니다. </p> <h3 > 프로그램 실행기 </h3> <p> 한 번의 클릭으로 자주 사용하는 애플리케이션에 쉽게 액세스할 수 있는 개인화된 실행기 스크립트를 만들어 워크플로우를 간소화할 수 있습니다. 이를 위해서는 Windows 운영 체제에서 원하는 파일이 저장된 특정 디렉토리 경로를 식별해야 합니다. 예를 들어, 마이크로소프트 엑셀, 계산기, 스포티파이가 필요한 작업을 수행하려는 경우 다음 명령줄 지침을 사용할 수 있습니다: </p> <pre class="prettyprint"> <code >@echo off<br>cd "C:\Program Files\Microsoft Office\root\Office16\"<br>start EXCEL.EXE<br></code> </pre> <p> 다용도 배치 스크립트는 선택한 애플리케이션을 실행하는 것 외에도 지정된 파일과 웹 페이지를 여는 등 다양한 작업을 수행할 수 있습니다. 배치 파일 내에서 사용할 수 있는 다양한 기능을 능숙하게 결합하여 궁극적으로 조건문(IF 문)을 스크립팅에 통합할 수 있습니다. </p> <div style="clear:both; margin-top:0em; margin-bottom:1em;"><a href="https://new.atsit.in/1207/" target="_blank" rel="dofollow" class="u43d93ce6d83b46c4d669b56505ccdf7e"><!-- INLINE RELATED POSTS 3/3 //--><style> .u43d93ce6d83b46c4d669b56505ccdf7e { padding:0px; margin: 0; padding-top:1em!important; padding-bottom:1em!important; width:100%; display: block; font-weight:bold; background-color:#FFFFFF; border:0!important; border-left:4px solid #FFFFFF!important; text-decoration:none; } .u43d93ce6d83b46c4d669b56505ccdf7e:active, .u43d93ce6d83b46c4d669b56505ccdf7e:hover { opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; text-decoration:none; } .u43d93ce6d83b46c4d669b56505ccdf7e { transition: background-color 250ms; webkit-transition: background-color 250ms; opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; } .u43d93ce6d83b46c4d669b56505ccdf7e .ctaText { font-weight:bold; color:#464646; text-decoration:none; font-size: 16px; } .u43d93ce6d83b46c4d669b56505ccdf7e .postTitle { color:#2980B9; text-decoration: underline!important; font-size: 16px; } .u43d93ce6d83b46c4d669b56505ccdf7e:hover .postTitle { text-decoration: underline!important; } </style><div style="padding-left:1em; padding-right:1em;"><span class="ctaText">이 글도 확인해 보세요:</span>  <span class="postTitle">안티맬웨어 서비스 실행 파일이 메모리를 많이 사용하나요? 해제하는 방법은 다음과 같습니다.</span></div></a></div> <h2 > 4단계: 배치 파일 실행 자동화 </h2> <p> 배치 스크립트를 수동으로 실행하려면 파일 탐색기의 그래픽 사용자 인터페이스에서 확장자가 .bat인 바이너리 파일을 클릭하고 명령 프롬프트에 주의하면 됩니다. 또는 Windows 터미널 애플리케이션을 통해 동일한 기능에 액세스할 수도 있습니다.또한 추가 개입 없이 자동화를 위해 배치 파일을 구성할 수 있는 옵션이 있습니다. </p> <h3 > Windows 시작 시 배치 파일 실행 </h3> <p> Windows가 재부팅될 때마다 지정된 다운로드 폴더가 체계적으로 재구성되도록 하려면 배치 파일을 시작 폴더 내에 배치하기만 하면 됩니다. </p> <p> 키보드에서 "Windows" 버튼과 "R" 키를 동시에 눌러 실행 대화 상자를 활성화하고, 해당 대화 상자에 제공된 텍스트 필드에 "shell:startup"을 입력한 다음, 마지막으로 "확인" 버튼을 클릭하여 명령을 실행합니다. </p> <p> <pre class="prettyprint">C:\Users\[USERNAME]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup</pre> . </p> <p> Windows가 시작될 때마다 배치 파일이 자동으로 실행되도록 하려면 운영 체제의 시작 폴더 내 적절한 위치에 배치 파일을 배치해야 합니다. 이 프로세스에는 원하는 배치 파일을 지정된 폴더(일반적으로 사용자 프로필 디렉터리의 루트 또는 "시작"이라는 특정 하위 폴더에 위치)에 직접 복사하는 작업이 포함됩니다. 이렇게 하면 컴퓨터가 부팅되는 즉시 배치 파일이 실행되고 그에 따라 해당 명령이 수행됩니다. </p> <p> 앞서 언급한 스크립트는 시스템이 시작될 때마다 자동으로 실행이 시작되도록 구성되었습니다. 이 기능을 확인하려면 운영 체제를 다시 시작하고 결과를 관찰하는 것이 좋습니다. </p> <h3 > 예약된 작업으로 배치 파일 실행 </h3> <p> 특정 시간 동안 배치 스크립트를 실행하고 싶을 수도 있습니다. 예를 들어 매일 새벽 정확히 같은 시간에 일간 신문을 정독하고 싶을 수 있습니다. 이러한 상황에서는 Windows 작업 스케줄러를 활용하는 것이 유리할 수 있습니다. </p> <p> 먼저 키보드나 마우스에서 지정된 Windows 키를 눌러 시작 메뉴를 시작합니다. 그런 다음 시작 메뉴에 제공된 텍스트 입력란에 '작업 스케줄러'를 입력하고 표시되는 추천 프로그램 목록에서 해당 프로그램을 선택합니다. 선택한 후 '적용' 버튼을 클릭하면 컴퓨터 시스템에서 예약된 작업을 관리하기 위한 작업 스케줄러 애플리케이션이 시작됩니다. </p> <p> 또는 마우스의 보조 버튼(일반적으로 화면 하단 중앙에 위치)을 누른 상태에서 작업 스케줄러 라이브러리를 클릭한 다음 폴더의 원하는 위치를 한 번 탭하여 새 디렉터리를 생성할 수도 있습니다. 나중에 쉽게 식별할 수 있도록 이 폴더에 연상되는 레이블을 지정하는 것이 좋습니다. </p> <p> 작업 스케줄러 라이브러리 또는 지정된 폴더를 마우스 오른쪽 버튼으로 클릭한 후 "기본 작업 만들기"를 선택하는 것이 좋습니다. 이 작업을 수행한 후 작업의 정보를 제공하는 제목을 입력하고 "다음"을 클릭하여 다음 단계로 진행합니다.</p> <p> 매일 또는 매주 간격 등 사용 가능한 옵션 중에서 적절한 트리거를 선택하여 작업에 대해 원하는 시작을 선택합니다. 선택이 완료되면 시작 날짜, 시간, 반복 패턴을 포함한 시작 매개변수를 지정합니다. 그런 다음 '다음' 버튼을 클릭하여 다음 단계로 진행합니다. </p> <p> 이지 오토메이터에서 작업을 설정하려면 옵션 목록에서 '프로그램 시작'을 선택한 후 '다음'을 클릭하여 진행하세요. </p> <p> ⭐ 배치 파일의 경로를 프로그램/스크립트 필드에 붙여넣거나 찾아보기... 버튼을 클릭하고 해당 위치로 이동합니다. 경로를 가져오려면 파일 탐색기에서 배치 파일을 마우스 오른쪽 버튼으로 클릭하고 추가 옵션 표시 및 경로로 복사를 선택합니다. <img loading="lazy" decoding="async" width="1200" height="600" src="https://new.atsit.in/wp-content/uploads/2023/09/windows-10-ebb08f-11ec9790ec849c-ebb0b0ecb998-ed8c8cec9dbcec9d84-eba78ceb93a4eab3a0-ec8ba4ed9689ed9598eb8a94-ebb0a9ebb295-6.jpg"> </p> <p> 사전 정의된 반복 활동을 수정하려면 지정된 작업을 두 번 클릭하여 속성 패널에 액세스하여 시작 이벤트, 결과 및 기타 관련 속성을 수정할 수 있습니다. 또한 동일한 예약된 일정 내에 추가 시작 시점 및 후속 단계를 통합하는 것도 가능합니다. </p> <h2 > 배치 스크립트로 간단한 작업 자동화 </h2> <p> 배치 스크립트는 상당한 시간과 노력을 소비하는 반복적인 작업을 자동화하는 효율적인 솔루션을 제공합니다. 이러한 스크립트를 사용하면 파일 정리, 여러 웹사이트 액세스, 파일 이름 대량 변경, 필수 기록 재생성 등 다양한 작업을 한 번에 수행할 수 있으므로 복잡한 프로세스를 간소화하고 워크플로를 간소화할 수 있습니다. </p> <div style="text-align: center; margin-bottom: 20px !important; width: 100%; height: 363px; max-width: 970px; max-height: 363px;"> <ins class="adsbygoogle" style="display:block; width: 100%; height: 360px; max-width: 970px; max-height: 360px;" data-ad-client="ca-pub-5533026247140662" data-ad-slot="7629676416"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div></p> <script> function pinIt() { var e = document.createElement('script'); e.setAttribute('type','text/javascript'); e.setAttribute('charset','UTF-8'); e.setAttribute('src','https://assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999); document.body.appendChild(e); } </script> <div class="post-share"> <div class="post-share-icons cf"> <a href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fnew.atsit.in%2F18953%2F" class="link facebook" target="_blank" > <i class="fab fa-facebook"></i></a> <a href="http://twitter.com/share?url=https%3A%2F%2Fnew.atsit.in%2F18953%2F&text=Windows%2010%20%EB%B0%8F%2011%EC%97%90%EC%84%9C%20%EB%B0%B0%EC%B9%98%20%ED%8C%8C%EC%9D%BC%EC%9D%84%20%EB%A7%8C%EB%93%A4%EA%B3%A0%20%EC%8B%A4%ED%96%89%ED%95%98%EB%8A%94%20%EB%B0%A9%EB%B2%95" class="link twitter" target="_blank"> <i class="fab fa-twitter"></i></a> <a href="mailto:?subject=Windows%2010%20및%2011에서%20배치%20파일을%20만들고%20실행하는%20방법&body=https%3A%2F%2Fnew.atsit.in%2F18953%2F" class="link email" target="_blank" > <i class="fas fa-envelope"></i></a> <a href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fnew.atsit.in%2F18953%2F&title=Windows%2010%20%EB%B0%8F%2011%EC%97%90%EC%84%9C%20%EB%B0%B0%EC%B9%98%20%ED%8C%8C%EC%9D%BC%EC%9D%84%20%EB%A7%8C%EB%93%A4%EA%B3%A0%20%EC%8B%A4%ED%96%89%ED%95%98%EB%8A%94%20%EB%B0%A9%EB%B2%95" class="link linkedin" target="_blank" > <i class="fab fa-linkedin"></i></a> <a href="https://telegram.me/share/url?url=https%3A%2F%2Fnew.atsit.in%2F18953%2F&text&title=Windows%2010%20%EB%B0%8F%2011%EC%97%90%EC%84%9C%20%EB%B0%B0%EC%B9%98%20%ED%8C%8C%EC%9D%BC%EC%9D%84%20%EB%A7%8C%EB%93%A4%EA%B3%A0%20%EC%8B%A4%ED%96%89%ED%95%98%EB%8A%94%20%EB%B0%A9%EB%B2%95" class="link telegram" target="_blank" > <i class="fab fa-telegram"></i></a> <a href="javascript:pinIt();" class="link pinterest"><i class="fab fa-pinterest"></i></a> </div> </div> <div class="clearfix mb-3"></div> <nav class="navigation post-navigation" aria-label="글"> <h2 class="screen-reader-text">글 내비게이션</h2> <div class="nav-links"><div class="nav-previous"><a href="https://new.atsit.in/18915/" rel="prev">Windows에서 볼륨을 100% 이상 늘리는 4가지 앱 <div class="fa fa-angle-double-right"></div><span></span></a></div><div class="nav-next"><a href="https://new.atsit.in/18975/" rel="next"><div class="fa fa-angle-double-left"></div><span></span> 데이터베이스를 효율적으로 쿼리하기 위한 VB.NET SQL 예제</a></div></div> </nav> </article> </div> <div class="media mg-info-author-block"> <a class="mg-author-pic" href="https://new.atsit.in/author/minsu/"><img alt='' src='https://new.atsit.in/wp-content/uploads/2023/03/avatar_user_2_1679994718-150x150.jpg' srcset='https://new.atsit.in/wp-content/uploads/2023/03/avatar_user_2_1679994718-300x300.jpg 2x' class='avatar avatar-150 photo' height='150' width='150' loading='lazy' decoding='async'/></a> <div class="media-body"> <h4 class="media-heading">By <a href ="https://new.atsit.in/author/minsu/">김민수</a></h4> <p>안드로이드, 서버 개발을 시작으로 여러 분야를 넘나들고 있는 풀스택(Full-stack) 개발자입니다. 오픈소스 기술과 혁신에 큰 관심을 가지고 있고, 보다 많은 사람이 기술을 통해 꿈꾸던 일을 실현하도록 돕기를 희망하고 있습니다.</p> </div> </div> <div class="mg-featured-slider p-3 mb-4"> <!--Start mg-realated-slider --> <div class="mg-sec-title"> <!-- mg-sec-title --> <h4>관련 글</h4> </div> <!-- // mg-sec-title --> <div class="row"> <!-- featured_post --> <!-- blog --> <div class="col-md-4"> <div class="mg-blog-post-3 minh back-img" style="background-image: url('https://new.atsit.in/wp-content/uploads/2024/06/onenoteeba5bc-ec82acec9aa9ed9598eb8a94-ebaaa8eb93a0-ed9484eba19ceab7b8eb9e98eba8b8eb8a94-ec9db4-ecb694eab080-eab8b0eb8aa5ec9d84-ecb59c.jpg');" > <div class="mg-blog-inner"> <div class="mg-blog-category"> <a class="newsup-categories category-color-1" href="https://new.atsit.in/category/internet/programming/" alt="View all posts in 개발, 프로그래밍"> 개발, 프로그래밍 </a><a class="newsup-categories category-color-1" href="https://new.atsit.in/category/microsoft-onenote/" alt="View all posts in 마이크로소프트 원노트(OneNote)"> 마이크로소프트 원노트(OneNote) </a><a class="newsup-categories category-color-1" href="https://new.atsit.in/category/productivity/" alt="View all posts in 생산성 향상"> 생산성 향상 </a><a class="newsup-categories category-color-1" href="https://new.atsit.in/category/coding-tips/" alt="View all posts in 코딩 팁"> 코딩 팁 </a> </div> <h4 class="title"> <a href="https://new.atsit.in/24516/" title="Permalink to: OneNote를 사용하는 모든 프로그래머는 이 추가 기능을 최대한 빨리 사용해야 합니다."> OneNote를 사용하는 모든 프로그래머는 이 추가 기능을 최대한 빨리 사용해야 합니다.</a> </h4> <div class="mg-blog-meta"> <span class="mg-blog-date"><i class="fas fa-clock"></i> 6월 5, 2024</span> <a href="https://new.atsit.in/author/eunji/"> <i class="fas fa-user-circle"></i> 최은지</a> </div> </div> </div> </div> <!-- blog --> <!-- blog --> <div class="col-md-4"> <div class="mg-blog-post-3 minh back-img" style="background-image: url('https://new.atsit.in/wp-content/uploads/2024/06/windows-11ec9790ec849c-dns-ec849cebb284-ec84a4eca095ec9d84-ebb380eab2bded9598eb8a94-ebb0a9ebb295.jpg');" > <div class="mg-blog-inner"> <div class="mg-blog-category"> <a class="newsup-categories category-color-1" href="https://new.atsit.in/category/dns/" alt="View all posts in DNS"> DNS </a><a class="newsup-categories category-color-1" href="https://new.atsit.in/category/pc-mobile/windows/" alt="View all posts in 윈도우"> 윈도우 </a> </div> <h4 class="title"> <a href="https://new.atsit.in/24510/" title="Permalink to: Windows 11에서 DNS 서버 설정을 변경하는 방법"> Windows 11에서 DNS 서버 설정을 변경하는 방법</a> </h4> <div class="mg-blog-meta"> <span class="mg-blog-date"><i class="fas fa-clock"></i> 6월 3, 2024</span> <a href="https://new.atsit.in/author/minsu/"> <i class="fas fa-user-circle"></i> 김민수</a> </div> </div> </div> </div> <!-- blog --> <!-- blog --> <div class="col-md-4"> <div class="mg-blog-post-3 minh back-img" style="background-image: url('https://new.atsit.in/wp-content/uploads/2024/06/windows-11ec9790ec849c-eab091ec9e90eab8b0-ec9ea0eab888-ed9994eba9b4-ec9c84eca0afec9db4-ebb3b4ec9db4eb8298ec9a94-ec9c84eca0afec9d84-eb818c.png');" > <div class="mg-blog-inner"> <div class="mg-blog-category"> <a class="newsup-categories category-color-1" href="https://new.atsit.in/category/lockscreen/" alt="View all posts in Lockscreen"> Lockscreen </a><a class="newsup-categories category-color-1" href="https://new.atsit.in/category/widgets/" alt="View all posts in Widgets"> Widgets </a><a class="newsup-categories category-color-1" href="https://new.atsit.in/category/pc-mobile/windows/" alt="View all posts in 윈도우"> 윈도우 </a><a class="newsup-categories category-color-1" href="https://new.atsit.in/category/windows-11/" alt="View all posts in 윈도우 11(Windows 11)"> 윈도우 11(Windows 11) </a> </div> <h4 class="title"> <a href="https://new.atsit.in/24508/" title="Permalink to: Windows 11에서 갑자기 잠금 화면 위젯이 보이나요? 위젯을 끌 수 있습니다."> Windows 11에서 갑자기 잠금 화면 위젯이 보이나요? 위젯을 끌 수 있습니다.</a> </h4> <div class="mg-blog-meta"> <span class="mg-blog-date"><i class="fas fa-clock"></i> 6월 1, 2024</span> <a href="https://new.atsit.in/author/eunji/"> <i class="fas fa-user-circle"></i> 최은지</a> </div> </div> </div> </div> <!-- blog --> </div> </div> <!--End mg-realated-slider --> </div> <!--sidebar--> <!--col-md-3--> <aside class="col-md-3"> <aside id="secondary" class="widget-area" role="complementary"> <div id="sidebar-right" class="mg-sidebar"> <div id="search-3" class="mg-widget widget_search"><form role="search" method="get" id="searchform" action="https://new.atsit.in/"> <div class="input-group"> <input type="search" class="form-control" placeholder="Search" value="" name="s" /> <span class="input-group-btn btn-default"> <button type="submit" class="btn"> <i class="fas fa-search"></i> </button> </span> </div> </form></div> <div id="recent-posts-3" class="mg-widget widget_recent_entries"> <div class="mg-wid-title"><h6 class="wtitle">새로 올라온 글</h6></div> <ul> <li> <a href="https://new.atsit.in/24608/">이 앱을 사용하여 헬스장에서 진행 상황을 추적합니다.</a> </li> <li> <a href="https://new.atsit.in/24604/">AAA 게임에 대한 믿음을 잃은 이유</a> </li> <li> <a href="https://new.atsit.in/24603/">iPhone에서 사진 앱을 빠르게 마스터하는 8가지 팁과 요령</a> </li> <li> <a href="https://new.atsit.in/24599/">게임을 SSD에 저장해야 하는 6가지 이유</a> </li> <li> <a href="https://new.atsit.in/24598/">제가 가장 좋아하는 아이폰 카메라 필터입니다: 그 이유는 다음과 같습니다.</a> </li> <li> <a href="https://new.atsit.in/24595/">AI가 발전함에 따라 수동 사진 편집은 쓸모없어질까요? 그렇지 않다고 생각하는 이유는 다음과 같습니다.</a> </li> <li> <a href="https://new.atsit.in/24593/">Microsoft의 자동 초해상도란 무엇이며 DLSS 및 FSR과 비교하는 방법</a> </li> <li> <a href="https://new.atsit.in/24592/">Reddit에서 보고 싶지 않은 콘텐츠를 필터링하는 방법</a> </li> <li> <a href="https://new.atsit.in/24590/">iOS 18에 추가된 7가지 Android 기능 Apple</a> </li> <li> <a href="https://new.atsit.in/24588/">애플 아이패드 에어 13인치(M2) 리뷰: 대부분의 사람들을 위한 최고의 대형 태블릿입니다.</a> </li> <li> <a href="https://new.atsit.in/24586/">Instagram 구독이란 무엇인가요?</a> </li> <li> <a href="https://new.atsit.in/24584/">사기꾼들이 WhatsApp과 텔레그램을 이용해 DM에 침입하는 이유</a> </li> </ul> </div> </div> </aside><!-- #secondary --> </aside> <!--/col-md-3--> <!--/sidebar--> </div> </div> </main> <div class="container-fluid mr-bot40 mg-posts-sec-inner"> <div class="missed-inner"> <div class="row"> <div class="col-md-12"> <div class="mg-sec-title"> <!-- mg-sec-title --> <h4>이 글도 확인해보세요</h4> </div> </div> <!--col-md-3--> <div class="col-lg-3 col-md-6 pulse animated"> <div class="mg-blog-post-3 minh back-img mb-lg-0" > <a class="link-div" href="https://new.atsit.in/24608/"></a> <div class="mg-blog-inner"> <div class="mg-blog-category"> <a class="newsup-categories category-color-1" href="https://new.atsit.in/category/pc-mobile/ios-apps/" alt="View all posts in iOS 앱"> iOS 앱 </a><a class="newsup-categories category-color-1" href="https://new.atsit.in/category/iphone/" alt="View all posts in 아이폰(iPhone)"> 아이폰(iPhone) </a><a class="newsup-categories category-color-1" href="https://new.atsit.in/category/exercise/" alt="View all posts in 운동"> 운동 </a><a class="newsup-categories category-color-1" href="https://new.atsit.in/category/fitness/" alt="View all posts in 피트니스"> 피트니스 </a> </div> <h4 class="title"> <a href="https://new.atsit.in/24608/" title="Permalink to: 이 앱을 사용하여 헬스장에서 진행 상황을 추적합니다."> 이 앱을 사용하여 헬스장에서 진행 상황을 추적합니다.</a> </h4> <div class="mg-blog-meta"> <span class="mg-blog-date"><i class="fas fa-clock"></i> <a href="https://new.atsit.in/date/2024/06/"> 6월 20, 2024</a></span> <a class="auth" href="https://new.atsit.in/author/jiwon/"><i class="fas fa-user-circle"></i> 이지원</a> </div> </div> </div> </div> <!--/col-md-3--> <!--col-md-3--> <div class="col-lg-3 col-md-6 pulse animated"> <div class="mg-blog-post-3 minh back-img mb-lg-0" style="background-image: url('https://new.atsit.in/wp-content/uploads/2024/06/aaa-eab28cec9e84ec9790-eb8c80ed959c-ebafbfec9d8cec9d84-ec9e83ec9d80-ec9db4ec9ca0.jpg');" > <a class="link-div" href="https://new.atsit.in/24604/"></a> <div class="mg-blog-inner"> <div class="mg-blog-category"> <a class="newsup-categories category-color-1" href="https://new.atsit.in/category/lifestyle/gaming/" alt="View all posts in 게임"> 게임 </a><a class="newsup-categories category-color-1" href="https://new.atsit.in/category/games/" alt="View all posts in 게임 목록"> 게임 목록 </a> </div> <h4 class="title"> <a href="https://new.atsit.in/24604/" title="Permalink to: AAA 게임에 대한 믿음을 잃은 이유"> AAA 게임에 대한 믿음을 잃은 이유</a> </h4> <div class="mg-blog-meta"> <span class="mg-blog-date"><i class="fas fa-clock"></i> <a href="https://new.atsit.in/date/2024/06/"> 6월 20, 2024</a></span> <a class="auth" href="https://new.atsit.in/author/minsu/"><i class="fas fa-user-circle"></i> 김민수</a> </div> </div> </div> </div> <!--/col-md-3--> <!--col-md-3--> <div class="col-lg-3 col-md-6 pulse animated"> <div class="mg-blog-post-3 minh back-img mb-lg-0" > <a class="link-div" href="https://new.atsit.in/24603/"></a> <div class="mg-blog-inner"> <div class="mg-blog-category"> <a class="newsup-categories category-color-1" href="https://new.atsit.in/category/apple-photos/" alt="View all posts in Apple 사진"> Apple 사진 </a><a class="newsup-categories category-color-1" href="https://new.atsit.in/category/photo-management/" alt="View all posts in 사진 관리"> 사진 관리 </a><a class="newsup-categories category-color-1" href="https://new.atsit.in/category/iphone/" alt="View all posts in 아이폰(iPhone)"> 아이폰(iPhone) </a><a class="newsup-categories category-color-1" href="https://new.atsit.in/category/image-editing-tips/" alt="View all posts in 이미지 편집 팁"> 이미지 편집 팁 </a> </div> <h4 class="title"> <a href="https://new.atsit.in/24603/" title="Permalink to: iPhone에서 사진 앱을 빠르게 마스터하는 8가지 팁과 요령"> iPhone에서 사진 앱을 빠르게 마스터하는 8가지 팁과 요령</a> </h4> <div class="mg-blog-meta"> <span class="mg-blog-date"><i class="fas fa-clock"></i> <a href="https://new.atsit.in/date/2024/06/"> 6월 20, 2024</a></span> <a class="auth" href="https://new.atsit.in/author/minsu/"><i class="fas fa-user-circle"></i> 김민수</a> </div> </div> </div> </div> <!--/col-md-3--> <!--col-md-3--> <div class="col-lg-3 col-md-6 pulse animated"> <div class="mg-blog-post-3 minh back-img mb-lg-0" style="background-image: url('https://new.atsit.in/wp-content/uploads/2024/06/eab28cec9e84ec9d84-ssdec9790-eca080ec9ea5ed95b4ec95bc-ed9598eb8a94-6eab080eca780-ec9db4ec9ca0.jpg');" > <a class="link-div" href="https://new.atsit.in/24599/"></a> <div class="mg-blog-inner"> <div class="mg-blog-category"> <a class="newsup-categories category-color-1" href="https://new.atsit.in/category/solid-state-drive/" alt="View all posts in SSD"> SSD </a><a class="newsup-categories category-color-1" href="https://new.atsit.in/category/lifestyle/gaming/" alt="View all posts in 게임"> 게임 </a><a class="newsup-categories category-color-1" href="https://new.atsit.in/category/gaming-tips/" alt="View all posts in 게임 팁"> 게임 팁 </a><a class="newsup-categories category-color-1" href="https://new.atsit.in/category/storage/" alt="View all posts in 저장 장치"> 저장 장치 </a><a class="newsup-categories category-color-1" href="https://new.atsit.in/category/pc-gaming/" alt="View all posts in 컴퓨터(PC) 게임"> 컴퓨터(PC) 게임 </a> </div> <h4 class="title"> <a href="https://new.atsit.in/24599/" title="Permalink to: 게임을 SSD에 저장해야 하는 6가지 이유"> 게임을 SSD에 저장해야 하는 6가지 이유</a> </h4> <div class="mg-blog-meta"> <span class="mg-blog-date"><i class="fas fa-clock"></i> <a href="https://new.atsit.in/date/2024/06/"> 6월 19, 2024</a></span> <a class="auth" href="https://new.atsit.in/author/jiwon/"><i class="fas fa-user-circle"></i> 이지원</a> </div> </div> </div> </div> <!--/col-md-3--> </div> </div> </div> <!--==================== FOOTER AREA ====================--> <footer> <div class="overlay" style="background-color: ;"> <!--Start mg-footer-widget-area--> <!--End mg-footer-widget-area--> <!--Start mg-footer-widget-area--> <div class="mg-footer-bottom-area"> <div class="container-fluid"> <div class="row align-items-center"> <!--col-md-4--> <div class="col-md-6"> <div class="site-branding-text"> <p class="site-title-footer"> <a href="https://new.atsit.in/" rel="home">All Things N</a></p> <p class="site-description-footer">날마다 'IT 능력' 업그레이드! IT를 알기 쉽게 설명합니다!</p> </div> </div> <div class="col-md-6 text-right text-xs"> <ul class="mg-social"> </ul> </div> <!--/col-md-4--> </div> <!--/row--> </div> <!--/container--> </div> <!--End mg-footer-widget-area--> <div class="mg-footer-copyright"> <div class="container-fluid"> <div class="row"> <div class="col-md-6 text-xs"> <p> <a href="https://wordpress.org/"> Proudly powered by WordPress </a> <span class="sep"> | </span> Theme: Newsup by <a href="https://themeansar.com/" rel="designer">Themeansar</a>. </p> </div> <div class="col-md-6 text-right text-xs"> <ul class="info-right"><li class="nav-item menu-item "><a class="nav-link " href="https://new.atsit.in/" title="Home">Home</a></li><li class="nav-item menu-item page_item dropdown page-item-93"><a class="nav-link" href="https://new.atsit.in/about-us/">‘All Things N’을 소개합니다!</a></li><li class="nav-item menu-item page_item dropdown page-item-104"><a class="nav-link" href="https://new.atsit.in/privacy-policy/">개인정보 처리방침</a></li><li class="nav-item menu-item page_item dropdown page-item-100"><a class="nav-link" href="https://new.atsit.in/contact-us/">문의하기</a></li><li class="nav-item menu-item page_item dropdown page-item-106"><a class="nav-link" href="https://new.atsit.in/terms-and-conditions/">이용약관</a></li><li class="nav-item menu-item page_item dropdown page-item-110"><a class="nav-link" href="https://new.atsit.in/editorial-policy/">편집 정책</a></li></ul> </div> </div> </div> </div> </div> <!--/overlay--> </footer> <!--/footer--> </div> </div> <!--/wrapper--> <!--Scroll To Top--> <a href="#" class="ta_upscr bounceInup animated"><i class="fas fa-angle-up"></i></a> <!--/Scroll To Top--> <!-- /Scroll To Top --> <script> var bodyt = document.getElementsByTagName("body")[0]; const observer = new MutationObserver(function (mutations, observer) { bodyt.style.height = ""; }); observer.observe(bodyt, { attributes: true, attributeFilter: ["style"] }); var wrapperc = document.getElementsByClassName("wrapper")[0]; const observer2 = new MutationObserver(function (mutations, observer) { wrapperc.style.height = ""; }); observer2.observe(wrapperc, { attributes: true, attributeFilter: ["style"] }); var mainraisedc = document.getElementsByClassName("main-raised")[0]; const observer3 = new MutationObserver(function (mutations, observer) { mainraisedc.style.height = ""; }); observer3.observe(mainraisedc, { attributes: true, attributeFilter: ["style"] }); var blogpostwrapperc = document.getElementsByClassName("blog-post-wrapper")[0]; const observer4 = new MutationObserver(function (mutations, observer) { blogpostwrapperc.style.height = ""; }); observer4.observe(blogpostwrapperc, { attributes: true, attributeFilter: ["style"] }); var containerc = document.getElementsByClassName("container")[0]; const observer5 = new MutationObserver(function (mutations, observer) { containerc.style.height = ""; }); observer5.observe(containerc, { attributes: true, attributeFilter: ["style"] }); var sectiontextc = document.getElementsByClassName("section-text")[0]; const observer6 = new MutationObserver(function (mutations, observer) { sectiontextc.style.height = ""; }); observer6.observe(sectiontextc, { attributes: true, attributeFilter: ["style"] }); var rowc = document.getElementsByClassName("row")[0]; const observer7 = new MutationObserver(function (mutations, observer) { rowc.style.height = ""; }); observer7.observe(rowc, { attributes: true, attributeFilter: ["style"] }); var singlepostcontainerc = document.getElementsByClassName("single-post-container")[0]; const observer8 = new MutationObserver(function (mutations, observer) { singlepostcontainerc.style.height = ""; }); observer8.observe(singlepostcontainerc, { attributes: true, attributeFilter: ["style"] }); var singlepostwrapc = document.getElementsByClassName("single-post-wrap")[0]; const observer9 = new MutationObserver(function (mutations, observer) { singlepostwrapc.style.height = ""; }); observer9.observe(singlepostwrapc, { attributes: true, attributeFilter: ["style"] }); var relatedpostsc = document.getElementsByClassName("related-posts")[0]; const observer10 = new MutationObserver(function (mutations, observer) { relatedpostsc.style.height = ""; }); observer10.observe(relatedpostsc, { attributes: true, attributeFilter: ["style"] }); </script><script type="text/javascript" src="https://new.atsit.in/wp-content/themes/newsup/js/custom.js?ver=6.4.5" id="newsup-custom-js"></script> <script> /(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1); </script> </body> </html>