How To Create Batch File Or Script In Windows

How To Create Batch File Or Script In Windows

I am going to tell you steps to create a small batch file. 
{ Flow These Steps }

1. Open a new notepad file. You can also use any similar text file editor, like Notepad++.
2. Type the following commands in the text file:

echo off
title Hello World
show title at top
echo File Executed
echo all Done
pause
3. Save the text file with the extension .bat instead of .txt




4. To Run the batch file, simply double-click it. The CMD Window will open automatically with the desired output.


I Am Going to Create Some Batch File for Help to You

1. Shutdown window system batch file

shutdown.exe /s /t 00

2. Create a batch to generate Energy Report

powercfg/energy
                            
C:\WINDOWS\system32\energy-report.html

Save the file as energyreport.bat or any name you like. Keep in mind you use the correct file extension.

3. Create batch file to generate Battery Report

powercfg /batteryreport
                            
C:\Windows\System32\battery-report.html

Save the file as batteryreport.bat or any name you like.

What is Batch Script

What is Batch Script
A batch script is a text file that contains certain commands that are executed in sequence. It is used to simplify certain repetitive tasks or routines in the Windows, DOS and OS/2 operating systems, and is also used in complex network and system administration.
A batch script has a file extension of .bat .cmd or .btm.



Search Engine Optimization SEO Technique and Methods

Basically Two Type of SEO Technique

White Hat SEO - White hat SEO is the body of approved search engine optimization tactics designed to increase a website's position on a search engine results page (SERP).

It conforms to the search engine's guidelines.
It does not involve in any deception.
It ensures that the content a search engine indexes, and subsequently ranks, is the same content a user will see.
It ensures that a web page content should have been created for the users and not just for the search engines.
It ensures good quality of the web pages.

It ensures availability of useful content on the web pages.


Black Hat SEO - Black hat SEO is more frequently used by those who are looking for a quick financial return on their Web site, rather than a long-term investment on their Web site. Black hat SEO can possibly result in your Web site being banned from a search engine.These techniques are also known as spamdexing.
Attempting ranking improvements that are disapproved by the search engines and/or involve deception.
Redirecting users from a page that is built for search engines to one that is more human friendly.
Redirecting users to a page that was different from the page the search engine ranked.
Serving one version of a page to search engine spiders/bots and another version to human visitors. This is called Cloaking SEO tactic.
Using hidden or invisible text or with the page background color, using a tiny font size or hiding them within the HTML code such as "no frame" sections.
Repeating keywords in the meta tags, and using keywords that are unrelated to the website content. This is called meta tag stuffing.
Calculated placement of keywords within a page to raise the keyword count, variety, and density of the page. This is called keyword stuffing.
Creating low-quality web pages that contain very little content but are instead stuffed with very similar keywords and phrases. These pages are called Doorway or Gateway Pages.
Mirror websites by hosting multiple websites - all with conceptually similar content but using different URLs.

Creating a rogue copy of a popular website which shows contents similar to the original to a web crawler, but redirects web surfers to unrelated or malicious websites. This is called page hijacking.