WiredWX Christian Hobby Weather Tools
Would you like to react to this message? Create an account in a few clicks or log in to continue.

WiredWX Christian Hobby Weather ToolsLog in

 


descriptionThe Ultimate Guide to Batch Scripting  EmptyThe Ultimate Guide to Batch Scripting

more_horiz
The Ultimate Guide to Batch Scripting

In a world dominated by graphical user interfaces, you may wonder what batch scripting has to offer that Microsoft Windows and point- and-click dialog boxes don’t. Well, to be honest, more than most people realize.

Systems administrators and power users are well aware of the utility of batch files but the average PC user is generally unacquainted with them or is intimidated by the notion of writing or even running a script. This is unfortunate since it means that many are foregoing the use of a powerful tool for carrying out routine or repetitive tasks. Although batch files can be quite sophisticated and used for complicated network and system administration, they can also be of the utmost simplicity and very brief.

Today’s batch scripting environment is an extensive programming environment, which includes:

  • Variables

  • Arithmetic expressions

  • Conditional statements

  • Control flow statements

  • Procedures


You can use these programming elements to automate repetitive tasks, perform complex operations while you’re away from the computer, find resources that others may have misplaced, and perform many other time-saving activities that you would normally have to type in at the keyboard. Batch scripts not only have complete access to the command line, they can also call any utilities that have command-line extensions. In most organizations, Batch Script is incorporated in some way or the other to automate stuff.

Some of the common uses of Batch Script are:

  • Setting up servers for different purposes
  • Automating housekeeping activities such as deleting unwanted files or log files
  • Automating the deployment of applications from one environment to another
  • Installing programs on various machines at once
  • Collect and display information about your computer
  • Manage Windows services
  • Manage shared folders and drives
  • Automate the creation of new user accounts
  • Create output files and reports
  • Process data stored in input files
  • Create and manage scheduled tasks
  • Manage local and network printers
  • Set up connections to network folders and drives
  • Execute Windows commands or command line utilities


Batch scripts are stored in simple text files containing lines with commands that get executed in sequence, one after the other. These files have the special extension BAT or CMD. Files of this type are recognized and executed through an interface (sometimes called a shell) provided by a system file called the command interpreter. In Windows XP and later versions of Windows the command interpreter is the file cmd.exe. The large assortment of versatile commands available in Windows XP and later versions of Windows, makes batch files a powerful tool.

Because scripts contain standard text characters, you can create and edit scripts using a standard text editor, such as Notepad. When you enter commands, be sure to place each command or group of commands that should be executed together on a new line. This ensures proper execution of the commands. When you have finished creating a batch script, save the script file using the .bat or .cmd extension. Both extensions work with batch scripts in the same way.

Running a batch script file is a simple matter of just double-clicking on it. Batch files can also be run in a Command Prompt. In such case, the full path name must be used unless the file's path is in the path environment.

By learning Windows batch scripting, you will begin to build a foundation for learning other programming languages. Once you have mastered Windows shell scripting you may wish to tackle other scripting languages such as VBScript or JScript, both of which can be used to perform advanced shell scripting on Windows computers. You may also want to use Windows shell scripting as a jumping off point for more advanced object-oriented programming languages like Visual Basic and C++. The bottom line is that learning how to use Windows shell scripts will give you a foundation that will facilitate learning other programming languages.

To become an effective Windows batch script programmer, you must become intimately familiar with the Windows Command Prompt. The Windows Command Prompt is a text-based interface to the Windows operating system as opposed to the Windows desktop, which is a GUI-based interface.

The Windows Command Prompt accepts user commands and translates them into a format that can be processed by the operating system. It then displays any output returned by the operating system back in the Windows Command Prompt console.

The Ultimate Guide to Batch Scripting  MFI0d5U

Open the Command Prompt by clicking Start Menu > All Programs > Accessories. In Windows Vista and later versions of Window operating systems type cmd.exe into Start Screen or Start Menu.

To execute a command at Command Prompt, type it in at the Command Prompt and press the Enter key. For example, to display the contents of the current working directory, type DIR and press Enter key.

The Ultimate Guide to Batch Scripting  FOcubFr

    Information
The term current working directory refers to the Windows folder that the Command Prompt console is currently focused on.


A command has three parts: a command name, the parameters and the switches.

    Tip
If you are uncertain of a command’s syntax, you can view it from the Command Prompt console by typing Help followed by the name of the command. For example, if you type HELP DATE and press Enter, you will see the following:


The Ultimate Guide to Batch Scripting  Qanzbs0

To execute Windows commands from the Command Prompt, you type the name of the command followed by one or more optional arguments that tell the command what you want it to do. Command arguments can consist of several different elements, including:


  • Switches. Modify the way in which a command is processed. Switches consist of a forward slash followed by one or more characters. Each Windows command has its own unique set of switches.
  • Modifiers. Change the behavior of a switch. Modifiers consist of a colon followed by one or more characters. Each Windows command has its own set of modifiers.
  • Parameters. Arguments passed to commands for processing.


A good way to gain an understanding of Windows command syntax is by looking at an example. The following example shows the command syntax of the CMD command.

Code:

CMD [/A | /U] [/Q] [/D] [/E:ON | /E:OFF] [/F:ON | /F:OFF] [/V:ON | /V:OFF] [[/S] [/C | /K] string]


As you can see, the syntax of the CMD command consists of its name, a collection of switches, some of which have modifiers, and a string which would consist of any data that you wanted the CMD command to process.

You must follow a number of formatting rules when working with Windows commands. These rules are outlined below.

• Spaces must be used to separate each component of the command
• Arguments shown inside brackets are optional
• Arguments inside brackets that are not shown in italics must be typed exactly as shown
• Arguments in italics represent values that you must supply
• Arguments inside brackets and separated by a | sign are mutually exclusive
• Arguments that contain spaces must be enclosed within a matching pair of double quotes

Windows commands are not case-sensitive, which means that you can type them using upper case, lower case, or a combination of upper and lower case and achieve the same results.

The Windows Command Prompt works with two different types of commands: internal and external. Internal commands are built into the Windows Command Prompt, whereas external commands exist as separate executable files stored on the computer’s hard drive. Most Windows commands are found in \Windows\System32. Both internal and external commands follow the same basic syntax rules.

BUILT-IN WINDOWS SHELL COMMANDS
ASSOCDisplays or modifies file extension associations.
ATTRIBDisplays or changes file attributes.
BREAKSets or clears extended CTRL+C checking.
BCDEDITSets properties in boot database to control boot loading.
CACLSDisplays or modifies access control lists (ACLs) of files.
CALLCalls one batch program from another.
CDDisplays the name of or changes the current directory.
CHCPDisplays or sets the active code page number.
CHDIRDisplays the name of or changes the current directory.
CHKDSKChecks a disk and displays a status report.
CHKNTFSDisplays or modifies the checking of disk at boot time.
CLSClears the screen.
CMDStarts a new instance of the Windows command interpreter.
COLORSets the default console foreground and background colors.
COMPCompares the contents of two files or sets of files.
COMPACTDisplays or alters the compression of files on NTFS partitions.
CONVERTConverts FAT volumes to NTFS.
COPYCopies one or more files to another location.
DATEDisplays or sets the date.
DELDeletes one or more files.
DIRDisplays a list of files and subdirectories in a directory.
DISKPARTDisplays or configures Disk Partition properties.
DOSKEYEdits command lines, recalls Windows commands, andcreates macros.
DRIVERQUERYDisplays current device driver status and properties.
ECHODisplays messages, or turns command echoing on or off.
ENDLOCALEnds localization of environment changes in a batch file.
ERASEDeletes one or more files.
EXITQuits the CMD.EXE program (command interpreter).
FCCompares two files or sets of files, and displays the differences between them.
FINDSearches for a text string in a file or files.
FINDSTRSearches for strings in files.
FORRuns a specified command for each file in a set of files.
FORMATFormats a disk for use with Windows.
FSUTILDisplays or configures the file system properties.
FTYPEDisplays or modifies file types used in file extension associations.
GOTO Directs the Windows command interpreter to a labeled line in a batch program.
GPRESULTDisplays Group Policy information for machine or user.
GRAFTABL Enables Windows to display an extended character set in graphics mode.
HELPProvides Help information for Windows commands.
ICACLS Display, modify, backup, or restore ACLs for files and directories.
IFPerforms conditional processing in batch programs.
LABELCreates, changes, or deletes the volume label of a disk.
MDCreates a directory.
MKDIRCreates a directory.
MKLINKCreates Symbolic Links and Hard Links
MODEConfigures a system device.
MOREDisplays output one screen at a time.
MOVEMoves one or more files from one directory to another directory.
OPENFILESDisplays files opened by remote users for a file share.
PATHDisplays or sets a search path for executable files.
PAUSESuspends processing of a batch file and displays a message.
POPDRestores the previous value of the current directory saved by PUSHD
PRINTPrints a text file.
PROMPTChanges the Windows command prompt.
PUSHDSaves the current directory then changes it.
RDRemoves a directory.
RECOVERRecovers readable information from a bad or defective disk.
REMRecords comments (remarks) in batch files or CONFIG.SYS.
RENRenames a file or files.
RENAMERenames a file or files.
REPLACEReplaces files.
RMDIRRemoves a directory.
ROBOCOPYAdvanced utility to copy files and directory trees
SETDisplays, sets, or removes Windows environment variables.
SETLOCALBegins localization of environment changes in a batch file.
SHIFTShifts the position of replaceable parameters in batch files.
SHUTDOWNAllows proper local or remote shutdown of machine.
SORTSorts input.
STARTStarts a separate window to run a specified program or command.
SUBSTAssociates a path with a drive letter.
SYSTEMINFODisplays machine specific properties and configuration.
TASKLISTDisplays all currently running tasks including services.
TASKKILLKill or stop a running process or application.
TIMEDisplays or sets the system time.
TITLESets the window title for a CMD.EXE session.
TREEGraphically displays the directory structure of a drive or path.
TYPEDisplays the contents of a text file.
VERDisplays the Windows version.
VERIFYTells Windows whether to verify that your files are written correctly to a disk.
VOLDisplays a disk volume label and serial number.
XCOPYCopies files and directory trees.
WMICDisplays WMI information inside interactive command shell.

The number of external commands and command line utilities are too numerous and varied to attempt to cover here.

In below article, have the ultimate A-Z List of Windows CMD Commands which has been created with the inputs from SS64 and TechNet.

An A-Z Index of the Windows CMD command line



Configuring the Command Path

The command path in Windows specifies where Windows looks for commands and other executables when you do not specify a path in the command. Path is an environment variable that allows you to execute files even when they are not in the command shell’s current working directory. By default, the command shell executes commands from the \Windows\System32 and \Windows directories. If you do not specify a path with the executable, Windows will search for the executable in the default directory. In order to configure multiple path names in the command shell, you must use one of the following methods:


  • Use the Path command.
  • Use the Setx command.
  • Change the environment variables in System Properties.


We will discuss each method in the following sections.


Using the Path Command

You use the Path command to display or change the current command paths in the Command Prompt. The changes you make affect only the current session of the Command Prompt. When you type the command Path at the command line, the currently configured paths are displayed as follows:

Code:

Path=C:\Program Files\Support Tools;C:\Program Files\Windows Resource Kits\Tools;C:\Windows\System32;C:\Windows;C:\Windows\System32\Wbem


The order in which paths appears in the path command output is important. When you run a file (batch script) without specifying its location, the Command Prompt tries to locate the file in the configured paths in the order they appear. If the file is located in the last configured path, it will take a little longer to execute.There are two ways to add new paths to the command shell environment.The first method is to use the Path command at the command prompt. Here is the syntax for adding a new path in the command shell:

Code:

Path [%path%];[drive:]path


For example, if you have stored your batch files or scripts in the Myfiles directory on the C: drive, the Path command would look like this:

Code:

Path %path%;C:\Myfiles


The %path% variable retains the old paths and adds the new path, C:\Myfiles, to the current list of available paths.The paths are separated by a semicolon (Wink. You can add multiple paths to the path variable, each separated by a semicolon. However, you must be careful about the search order discussed earlier. For example, if you have saved all your batch files and scripts in the C:\Myfiles folder and you want the command shell to search this folder first, use the following command:

Code:

Path C:\Myfiles;%path%


When you execute a batch script file from the Command Prompt, Windows will search the C:\Myfiles folder first to locate the batch script file and, if it is not found, will continue to try to locate the batch script file in other folders in the search order.


Using the Set and Setx Commands

You can use the Set and Setx commands to change the path variable in the Command Prompt.

You use the Set command to change the Path for the current session of the Command Prompt, and you use the Setx command to change system variables permanently.You can use the Setx command to change the Path variable so that the command paths you configure are available in any session of the Command Prompt.

The syntax for using the Set command to change the path variable for the current Command Prompt session is:

Code:

Set Path=%path%;C:\Myfiles


This command appends the C:\Myfiles path to the current command path. When you open a new Command Prompt window, this path will not be available. You must use the Setx command to permanently append the C:\Myfiles path to the command path environment variable.

The syntax for using the Setx command to change a command path is:

Code:

Setx Path "%PATH%;C:\Myfiles"


This command will permanently append the C:\Myfiles path to the currently configured command paths. This command does not include an equals sign (=), but the path variables are enclosed in quotation marks. Also, note that the command path is enclosed in quotation marks as well, and that each path is separated by a semicolon.

How to Manage Environment Variables in Windows






Using Command Redirection

Table lists command redirection operators and provides a brief description of each.
Redirection Operator
Description
>Sends command output to a specified file or device (such as a printer) instead of displaying it on the screen. if the file does not exist, it creates a new file, and if a file with the same name already exists, it overwrites it.
<Takes input for the command from the specified file rather than the keyboard.
>>
Appends command output in the specified file instead of overwriting the file when the file already exists. if the file does not exist, it creates a file with the specified name.
>&
Sends the output of one command to the input of another.
<&
Reads the input of one command and sends it to the output of another.
|
Reads the output of one command and sends it to the input of another. this is also known as command piping.
2>
Sends all error output to a file or device
2>&1
Sends all error output to a file or device

The following sections explain how to use these redirection operators.


Input Redirection

Input redirection refers to receiving input for a command from a file. By default, the command shell takes input from the keyboard when you type a command. It does this by using the input redirection operator (<).This parameter causes the command line to receive input from a file rather than the keyboard. For example, the following command sorts the contents of a text file named Userlist.txt and displays the results in the command shell window, in alphabetical order:

Code:

Sort < Userlist.txt


One condition for using this operator is that the Userlist.txt file must already exist.


Output Redirection
Output redirection refers to sending command output to a file or a printer instead of displaying the results on the screen. By default, the Command Prompt displays output of all commands on the screen. It does this by using the output redirection operator (>). This operator sends the output of the command to a specified file or to the printer. For example, the following command sends the output to a text file named Test.log:

Code:

Ipconfig > Test.log


If the Test.log file does not exist, the command will create a new file with this name and will write the output to the file. If there is another file with the same name, the command will overwrite the existing contents of the file with the new information.To avoid overwriting existing information in a file, you can use the (>>) operator instead.This will append the output of the command to the file.The following example illustrates the use of this operator:

Ipconfig >> Test.log

This will append the output of the command to the existing information in the file named Test.log



Redirecting Output to Other Commands

You can send the output of most commands to other commands by using a technique called command piping. To do this, you use the piping redirection operator (|).You also can use the piping operator if you do not want to send the output to the display or to a file or device, but you do want to use the output as input for the next command. You can use the piping operator multiple times. Here is the syntax for command piping:

Code:

Command1 | Command2


The following example shows how you can use the output of the Dir command as input for the Sort command:

Code:

Dir | sort


In this example, the Sort command waits for output from the Dir command and then sorts the directory listing alphabetically.

Here is another example where multiple operators are used:

Code:

Dir | find ".txt" | more


In this example, we used three commands with the piping operator.The Find command uses the output of the Dir command to find all files with a .txt extension.The results of the Find command are then displayed in the Command Prompt window. The More command causes the output of a command to be displayed one page at a time.

    Information
When you use the More command, only one page is displayed on the screen. When you finish reading the page you can press any key to display the next page, and so on. These two commands, along with the Sort command, are collectively known as filter commands.



Creating Error Logs

By default, Windows shell scripts send error messages and output to the same location (e.g., the Windows command console). However, if you wish, you can redirect any errors that occur to someplace else. For example, you might want to send all errors to a log file that you can monitor over time to see what’s going on with your scripts.

For example, let’s say that you created an empty file called Errors.log, located in C:\Scripts in order to have a centralized place to record script error messages as you developed and tested them. Once created, you can write error output from any of your scripts to this file using the 2> redirection operator, as demonstrated below.

Code:

TYPE C:\Reports\Report.txt 2> C:\Scripts\Errors.log


In this example, the TYPE command is used to display the contents of a file called Report.txt located in C:\Reports. If Report.txt exists, then its contents are displayed. If the Report.txt file does not exist, the following error will occur and be written to the C:\Scripts\Errors.log file.

The system cannot find the file specified.


In addition, since the error shown above was redirected to the log file, it would not have been displayed in the Windows command console when the script executed.





Conditional Command Execution

The Windows shell provides the ability to chain together the execution of multiple commands using a technique referred to as compound commands. Compound commands use a collection of reserved characters, shown in Table, to set up a relationship between two or more commands.

The Ultimate Guide to Batch Scripting  ZqDlUsl

Using & operator, you can chain together the execution of any two commands, as demonstrated below.

Code:

MKDIR C:\Scripts\Reports & COPY *.txt C:\Scripts\Reports


This compound command begins by executing the MKDIR command, which creates a new directory or subfolder called Reports in the C:\Scripts folder. Once this command completes execution, the second command in the compound command executes. In this example, the COPY command copies all files ending with a .txt extension in the current working directory to C:\Scripts\Reports.

A more advanced compound command is created using the && operator. This operator executes the second command only if the first command was successful. Otherwise, the execution of the second command is omitted. For example, the following statement is set up to display all .log files found in the current working directory and to copy those log files, if any exist, to C:\Scripts\LogFiles.

Code:

DIR *.log && COPY *.Log C:\Scripts\LogFiles


The || compound command operator is the exact opposite of the && operator, performing the second command only in the event that the first command fails. For example, the following compound command begins by displaying all .log files in the current working directory. If no .log files are found, then the text of the ECHO statement is redirected to C:\Scripts\Debug.log.

Code:

DIR *.log || ECHO No .log files were found >> C:\Scripts\Debug.log


The Windows shell allows you to chain together more than two commands at a time if needed. For example, the following statement chains together three commands:

Code:

DIR *.log & COPY *.log C:\Tmp & ECHO .LOG files have been copied.


The Windows shell also enables you to explicitly group commands together to dictate the order in which they are executed. This is accomplished using the () operators. For example, the following statement consists of five different commands:

Code:

CD C:\Scripts\Reports && (COPY *.txt A:\ & COPY *.bak A:\) && (DEL *.txt & DEL *.bak)


The first command changes the current working directory to C:\Scripts\Reports. The first && operator ensures that the remaining commands execute only if the first command is successful. The second and third commands have been grouped together to ensure that they both execute before the last two commands are processed, which execute only if the second and third commands are both processed successfully. These two commands copy all .txt and all .bak files to the computer’s floppy drive (A:\). Finally, if both of these commands executed successfully, the last two commands execute and delete all .txt and .bak files found in C:\Scripts\Reports.





Common Statements and Commands for Scripts

While these terms are often used interchangeably, the term statement technically refers to the keyword for a command, such as the rem statement, but it can also refer to a line of code that includes all the command text on that line. In some programming languages, such as Java, each statement must be terminated with a specific character. With Java, the terminator is a semicolon. The command line doesn’t look for a specific terminator, other than the end of the line, which is assumed when the command interpreter reads any of the following:


  • Line break (such as when you press Shift+Enter)

  • Carriage return and line break (such as when you press Enter)

  • End-of-file marker


Let’s look at common statements and commands you’ll use in scripts, including:
Cls
Clears the console window and resets the screen buffer
RemCreates comments in scripts
EchoDisplays messages at the command line and turns command echoing on or off
@Controls command echo on a line-by-line basis
TitleSets the title for the command shell window
Colorsets the text and background colors used in the command shell window


Adding Comments to Scripts

You use the rem statement to add comments to your scripts. Every script you create should have comments detailing.


  • When the script was created and last modified

  • Who created the script

  • What the script is used for

  • How to contact the script creator

  • Whether and where script output is stored


An example of a script that uses comments to answer these questions is shown as:

Code:

rem ************************
rem Script: SystemInfo.bat
rem Creation Date: 2/3/2018
rem Last Modified: 2/3/2018
rem Author: FreeBooter
rem ************************
rem Description: Displays system configuration information
rem              including system name, IP configuration
rem              and Windows version.
rem ************************
rem Files: Stores output in c:\current-sys.txt.
rem ************************

hostname > c:\current-sys.txt

ver >> c:\current-sys.txt

ipconfig -all >> c:\current-sys.txt


Keep in mind that rem statements can also be used to:


  • Insert explanatory text within scripts, such as documentation on how a procedure works.

  • Prevent a command from executing. On the command line, add rem before the command to comment it out.

  • Hide part of a line from interpretation. Add rem within a line to block interpretation of everything that follows the rem statement.



Managing Text Display and Command Echoing

The echo command has two purposes. You use the ECHO command to write text to the output, which can be the command shell or a text file. You also use the ECHO command to turn command echoing on or off. Normally, when you execute commands in a script, the commands as well as the resulting output of the command are displayed in the console window. This is called command echoing.

To use the ECHO command to display text, enter echo followed by the text to display, such as:

Code:

echo The system host name is:

hostname


To use ECHO to control command echoing, type echo off or echo on as appropriate, such as

Code:

echo off

echo The system host name is:

hostname


Use output redirection to send output to a file rather than the command shell, as follows:

Code:

echo off

echo The system host name is: > current.txt

hostname >> current.txt


To experiment with suppressing command echoing, start a command shell, type echo off, and then enter other commands. You’ll find that the command prompt is no longer displayed. Instead, you see only what you type into the console window and the resulting output from the commands you’ve entered. In scripts, the ECHO OFF command turns off command echoing as well as the command prompt. By adding the command ECHO OFF to your scripts, you keep the command-shell window or the output file from getting cluttered with commands when all you care about is the output from those commands.

One question that other command-line programmers frequently ask me is, How do you get a blank line to echo in the Command Prompt? You might think that putting the ECHO command on a line by itself would do the job, but it doesn’t. Typing echo on a line by itself displays the status of command. Typing echo followed by a space doesn’t work either, because the Windows command line treats spaces (in this situation) as meaningless and you get the same results as typing echo followed by nothing at all. To get ECHO to display a blank line, you must enter echo. (Note that there is no space between the period and the ECHO command.)

The @ command prevents commands from echoing to the output on a line-by- line basis and you can think of it as a line-specific echo off statement. You could use @ to turn off command echoing like this:

Code:

@echo The system host name is:

@hostname


But the real value of @ is that it allows you to tell the command shell not to display the command prompt or ECHO OFF command, and thereby ensures that the only output of your scripts is the output of the commands you enter. Here is an example of a script that uses @ to hide the ECHO OFF command so that it isn’t displayed in the output:

Code:

@echo off

echo The system host name is:

hostname


The output from this script is:

The system host name is:

FreeBooter



Setting the Console Window Title and Colors

The title bar for the Command Prompt is located at the top of the console window. Normally, this title bar displays “Command Prompt” or the file path to the command shell. You can customize the title using the TITLE command. This command works much like the ECHO command in that it displays whatever text follows it on the console’s title bar. For example, if you wanted to set the title of the current console to “System Information,” you could do this by entering the following at the command line:

Code:

title System Information


You can not only use the TITLE command to show the name of the script that is running; you can also use TITLE to show the progress of the script as it executes, such as:

Code:

rem add blocks of work commands

title Gathering Information

rem add blocks of logging commands

title Logging System Information


By default, the console window displays white text on a black background. You can modify this behavior using the Colors tab of the Command Prompt Properties dialog box. You can also set console colors by using the COLOR command. You do this by passing the command a 2-digit hexadecimal code. The first digit corresponds to the background color and the second digit corresponds to the text color, such as:

Code:

color 21


Which sets the text to blue and the background color to green.

You can restore the default colors at any time by using the COLOR command without any arguments, such as:

Code:

color


The Ultimate Guide to Batch Scripting  FS9FJTS





Passing Arguments to Scripts

As with most command-line utilities, arguments can be passed to scripts when they are started. You use arguments to set special parameters in a script or to pass along information needed by the script. Each argument should follow the script name and be separated by a space (and enclosed in quotation marks if necessary). In the following example, a script named Check-sys is passed the parameters Mailer1 and Full:

Code:

check-sys mailer1 full


Each value passed along to a script can be examined using formal parameters. The script name itself is represented by the parameter %0. The parameter %1 represents the first argument passed in to the script, %2 the second, and so on until %9 for the ninth argument. For example, if you create a script called Check-sys and then use the following command to call the script:

Code:

check-sys mailer1 full actual



You would find that the related parameter values are:

%0 — check-sys

%1 — mailer1

%2 — full

%3 — actual

You access arguments in scripts using the parameter name: %0 for the script name, %1 for the first script parameter, and so on. For example, if you wanted to display the script name and the first argument passed to the script, you could enter:

Code:

echo %0

echo %1


If you pass in more than nine parameters, the additional parameters are not lost. Instead, they are stored in a special parameter: %* (percent + asterisk). The %* parameter represents all arguments passed to the script and you can use the SHIFT command to examine additional parameters. If you call SHIFT without arguments, the script parameters are shifted by 1. This means the related value for %0 is discarded and replaced by the related value for %1, and the related value for %2 becomes the related value for %1, and so on. You can also specify where shifting begins so you can retain previous parameters if necessary. For example, if you use:

Code:

shift /3


%4 becomes %3, %5 becomes %4, and so on. But %0, %1, and %2 are unaffected.





Getting Acquainted with Variables

In command-line scripting, what we commonly call variables are more properly called environment variables. Environment variables can come from many sources. Some variables are built into the operating system or derived from the system hardware during startup. These variables, called built-in system variables, are available to all Windows processes regardless of whether anyone is logged on interactively. System variables can also come from the Windows Registry. Other variables are set during logon and are called built-in user variables. The built-in user variables available are the same, no matter who is logged on to the computer. As you might expect, they are valid only during an actual logon session, that is, when a user is logged on.

You can see a listing of all the variables known in the current instance of the command shell by typing set at the prompt. In addition to the normal system and user variables, you can create variables whenever Windows is running, which is exactly what you’ll do when you program in the command shell. You define variables for the current instance of the command shell using the SET command and the following syntax:

Code:

set variable_name=variable_value


Some variables, including system and user environment variables, have special meaning in the command shell. These variables include path, computername, homedrive, and many other important environment variables. One environment variable that you should learn more about is errorlevel, which tracks the exit code of the most recently used command. If the command executes normally, the error level is zero (0). If an error occurs while executing the command, the error level is set to an appropriate nonzero value. Error values include:


  • 1  Indicates a general error

  • 2  Indicates an execution error, meaning the command failed to execute properly

  • –2  Indicates a math error, such as when you create a number that is too large for the command shell to handle


You can work with the errorlevel variable in several ways. You can check for a specific error condition, such as:

Code:

if "%ERRORLEVEL%"=="2" echo "An error occurred!"


Or, you can use the following special syntax and check for a condition equal to or greater than the specified exit code:

Code:

if errorlevel 2 echo "An error occurred!"


When you are finished working with variables, it’s good form to dispose of them. You do this to free memory used by the variable and prevent problems or unexpected results if you accidentally refer to the variable in the future. To clear out a variable, you simply set the variable equal to nothing, such as

Code:

set working=


Now the variable is cleared out of memory and is no longer available.




Using Variables in Scripts

In batch scripts, you’ll use variables to store values as you perform various types of operations. Unlike most programming languages, you cannot declare a variable in a batch script without simultaneously assigning it a value. This makes a certain amount of sense because from a practical point of view, there’s no reason to have a variable that contains nothing. The sections that follow discuss key concepts for working with variables, including:


  • Variable names

  • Variable values

  • Variable substitution

  • Variable scope





Naming Variables

The command shell tracks variable names in the case you use but doesn’t care about the case when you are working with the variable. This means variable names aren’t case-sensitive but are case-aware. Beyond this, very few restrictions apply to variable names and you can use just about any combination of letters, numbers, and characters to form the variable name. In fact, all the following variable names are technically valid:

2six
85
!
?


But why in the world you’d want to use such horrendous variable names is beyond me. With that said, how should you name your variables? Well, the most important rule to keep in mind is that variable names should be descriptive. Use names such as:

System-name
CurrentStats
mergetotal
Net_Address


These descriptive variable names are helpful when you or someone else needs to modify the script.



Setting Variable Values

As discussed previously, you define new variables using the following syntax:

Code:

set variable_name=variable_value


Where variable_name is the variable name and variable_value is its related value. Spaces are valid in both names and values. So only use spaces around the equal sign (=) if you want the name and/or the value to include these spaces.

Unlike many programming languages, the command shell doesn’t differentiate between various data types. All variables are stored as character strings. This is true even when you set the variable value to a number. Thus, the following values are stored as strings:

Current status:
311
"Error!"
12.75


Using commands such as:

Code:

set varA=Current status:

set varB=311

set varC="Error!"

set varD=12.75


Some characters are reserved in the command line, including @ < > & | ^. Before you use these characters, you must escape them with the caret symbol (^).  For example, to set these literal string values:

2 & 3 = 5
2^3


You must set the variable value as follows:

2 ^& 3 = 5

2^^3


Using statements such as

Code:

set example1=2 ^& 3 = 5

set example3=2^^3


    Note
 An odd thing happens if you try to echo the example values. Instead of the equations you expect, you get either an error or an odd value. What is happening here is that when you echo the value, the special characters are reparsed. If you want to set a variable to a value that includes a special character and also be able to display this value to users, you must use three escape codes, meaning that you would use set example1=2 ^^^& 3 = 5 or set example2=2^^^^3. This is necessary because the value is double parsed (once when the value is set and once when the value is displayed).



Substituting Variable Values

Variables wouldn’t be very useful if the only way you could access them was with the SET command. Fortunately, you can access variable values in other ways. One of these ways is to use variable substitution to compare a variable name with its actual value. You saw this type of substitution at work in the following line from a previous example in this chapter:

Code:

if "%ERRORLEVEL%"=="2" echo "An error occurred!"


Here, you are determining whether the value of the errorlevel environment variable is equal to 2 and, if it is, you display text stating that an error occurred. The percent signs surrounding the variable name tell the command shell you are referencing a variable. Without these percent signs, Windows would perform a literal comparison of “ERRORLEVEL” and “2”. Note also the use of quotation marks in the example. The quotation marks ensure an exact comparison of string values.

Another way to use substitution is to replace a variable name with its actual value. For example, you might want to create a script that can be run on different computers, so rather than hard-coding the path to the system root directory as C:\Windows, you could use the environment variable systemroot, which references the system root of the particular computer being accessed. With this in mind, you use the following line of code in your script:

Code:

cd %SYSTEMROOT%\System32


Instead of this line of code:

Code:

cd C:\Windows\System32


You can also use variable substitution when you are assigning variable values, such as

Code:

systemPath=%SystemRoot%\System32


Variable substitution can be quite powerful.



Localizing Variable Scope

Changes you make to variables in the Command Prompt using set command are localized, meaning that they apply only to the current command shell instance or to command shells started within the current command shell (nested command shells) and are not available to other system processes. Further, once you exit the command shell in which variables were created, the variables no longer exist.

Sometimes you may want to limit the scope of variables even further than their current command-shell process. To do this, you can create a local scope within a script that ensures any variable changes are localized to that specific area within the script. Later, you can end the local scope and restore the environment to its original settings.

You can mark the start of a local scope within a script using the SETLOCAL command and then end the local scope with an ENDLOCAL command. Several events take place when you use these commands. The call to SETLOCAL creates a snapshot of the environment. Any changes you make within the scope are then localized and discarded when you call ENDLOCAL. An example using SETLOCAL and ENDLOCAL follows:

Code:

@echo off
set sysCount=0
set deviceCount=0

rem Start localization
setlocal
set sysCount=5
set deviceCount=5
echo Local count: %sysCount% system edits ^& %deviceCount% device checks
endlocal

echo Count: %sysCount% system edits ^& %deviceCount% device checks


The output of the script is:

Local count: 5 system edits & 5 device checks
Count: 0 system edits & 0 device checks


As you can see, local scopes behave much like nested command shells. As with the nested command shells, you can nest several layers of localization. And though each layer inherits the environment settings of its parent, any changes in the nested layer are not reflected in the parent environment.


Last edited by FreeBooter on 24th March 2018, 4:39 pm; edited 2 times in total

descriptionThe Ultimate Guide to Batch Scripting  EmptyRe: The Ultimate Guide to Batch Scripting

more_horiz

Using Mathematical Expressions

At times, you’ll want to perform some kind of mathematical operation in your scripts and assign the results to a variable. As with most programming languages, the command shell allows you to write mathematical expressions using a variety of operators, including:


  • Arithmetic operators to perform standard mathematical operations (such as addition, subtraction, multiplication, and division)

  • Assignment operators that combine an assignment operation (symbolized by the equal sign) with an arithmetic operation

  • Comparison operators that compare values and are usually used with if statements

  • Bitwise operators that allow you to manipulate the sequences of binary values


Math operations are performed using set with the /A (arithmetic) parameter, such as

Code:

set /a theTotal=18+2

set /a theTotal=18*2

set /a theTotal=18/2


All mathematical expressions are evaluated using 32-bit signed integer arithmetic. This allows for values –232 to 232–1. If you exceed this range, you’ll get an arithmetic error (code –2) instead of the intended value.

The most commonly used operators are those for arithmetic, assignment, and comparison. Arithmetic and assignment operators are discussed in the sections that follow.

Working with Arithmetic and Assignment Operators

You use arithmetic operators to perform basic math operations on numerical values. These values can be expressed literally as a number, such as 5, or as a variable that contains the value you want to work with, such as %TOTAL%.

Table summarizes the available arithmetic and assignment operators. Most of the arithmetic operators are fairly straightforward. You use * in multiplication, / in division, + in addition, and – in subtraction. You use the equal sign (=) to assign values to variables. You use % (modulus) to obtain the remainder from division. For example, if you divide 8 into 60, the answer is 7 Remainder 4; the value 4 is what the result would be if you use the modulus operator.
Arithmetic Operators

Assignment Operators

+ (addition)

+= (increment, that is, add and assign)

- (subtraction)

-= (decrement, that is, subtract and assign)

* (multiplication)

*= (scale up, that is, multiply and assign)

/ (division)

/= (scale down, that is, divide and assign)

% (modulus)

%= (modulus and assign)


Examples of working with arithmetic operators follow:

Code:

set /a theCount=5+3

set /a theCount=%nServers% + %nWstations%

set /a theCount=%nServers% - 1


You use assignment operators to increment, decrement, scale up, or scale down. These operators combine arithmetic and assignment operation functions. For example, the += operator is used to increment a value and combines the effects of the + operator and the = operator. Thus, the following two expressions are equivalent and yield the identical results when entered at the command line:

Code:

set /a total=total+1
set /a total+=1



Understanding Operator Precedence

One thing you should understand when working with mathematic operations is operator precedence. Operator precedence determines what happens when the command shell must evaluate an expression that involves more than one operator. For example:

Code:

set /a total=8+3*4



If evaluated from left to right, this expression equals 44 (8+3=11, 11*4=44). But as in standard mathematics, that’s not how the command line evaluates the expression. Instead, the command shell evaluates the expression as 20 (3*4=12, 8+12=20) because the precedence of operations is the following:


  • Modulus

  • Multiplication and division

  • Addition and subtraction


    Note
 When an expression contains multiple operations at the same precedence level, these operations are performed from left to right. Hence set /a total=10-4+2 equals 8 (10-4=6, 6+2=8).


However, as with standard mathematics, you can use parenthetical grouping to ensure numbers are processed in a certain way. This means you can use the expression

Code:

set /a total=(8+3)*4


To ensure that the command-line interprets the expression as (8+3=11, 11*4=44).






Command-Line Selection Statements

When you want to control the flow of execution based upon conditions known only at run time, you’ll use:


  • if to execute a statement when a condition is true, such as if the operating system is Windows 2000 or later. Otherwise, the statement is bypassed.

  • if not to execute a statement when a condition is false, such as if a system doesn’t have a C:\Windows directory. Otherwise, the statement is bypassed.

  • if...else to execute a statement if a condition is matched (true or false) and to otherwise execute the second statement.


The if statement is used for conditional branching. It can be used to route script execution through two different paths. Its basic syntax is

Code:

if condition (statement1) [else (statement2)]


Here each statement can be a single command or multiple commands chained, piped, or grouped within parentheses. The condition is any expression that returns a Boolean value of True or False when evaluated. The else clause is optional, meaning you can also use the syntax

Code:

if condition (statement)


    Tip
Technically, parentheses aren’t required, but using them is a good idea, especially if the condition includes an echo statement or a command with parameters. If you don’t use parentheses in these instances, everything that follows the statement on the current line will be interpreted as part of the statement, which usually results in an error.


The if statement works like this: If the condition is true, then statement1 is executed. Otherwise statement2 is executed (if it is provided). In no case will both the if and the else clauses be executed. Consider the following example:

Code:

if "%1"=="1" (echo is one) else (echo is not one)


Here if the first parameter passed to the script is 1, then “is one” is written to the output. Otherwise, “is not one” is written to the output.

The command shell expects only one statement after each condition. Typically, the statement is a single command to execute. If you want to execute multiple commands, you’ll need to use one of the command piping, chaining, or group techniques, as in this example:

Code:

if "%1"=="1" (hostname & ver & ipconfig /all) else (netstat -a)


Here all three commands between parentheses will execute if the first parameter value is 1.

When you want to execute a statement only if a condition is false, you can use if not. The basic syntax is:

Code:

if not condition (statement1) [else (statement2)]


Here the command shell evaluates the condition. If it is false, the command shell executes the statement. Otherwise, the command doesn’t execute and the command shell proceeds to the next statement. The else clause is optional, meaning you can also use the syntax

Code:

if not condition (statement1)


Consider the following example:

Code:

if not errorlevel 0 (echo An error has occurred!) & (goto :EXIT)


Here you check for error conditions other than zero. If no error has occurred (meaning the error level is zero), the command shell continues to the next statement. Otherwise, the command shell writes “An error has occurred!” to the output and exits the script.

The final types of if statements you can use are if defined and if not defined. These statements are designed to help you check for the existence of variables, and their respective syntaxes are:

Code:

if defined variable statement


and

Code:

if not defined variable statement


Both statements are useful in your shell scripts. In the first case, you execute a command if the specified variable exists. In the second case, you execute a command if the specified variable does not exist. Consider the following example:

Code:

if defined numServers (echo Servers: %numServers%)


Here, if the numServers variable is defined, the script writes output. Otherwise, the script continues to the next statement.

Nested ifs are very common in programming, and command-shell programming is no exception. When you nest if statements, pay attention to the following points:


  1. Use parentheses to define blocks of code and the @ symbol to designate the start of the nested if statement.

  2. Remember that an else statement always refers to the nearest if statement that is within the same block as the else statement and that is not already associated with another else statement.


Here is an example:

Code:

if "%1"=="1" (
@if "%2"=="2" (hostname & ver) else (ver)) else (hostname & ver &
netstat -a)


The first else statement is associated with if "%2"=="2". The final else statement is associated with if "%1"=="1".

Here, you are performing a literal comparison of the strings and if they are exactly identical, the command statement is executed. This syntax works for literal strings but is not ideal for scripts. Parameters and arguments may contain spaces or there may be no value at all for a variable. In this case, you may get an error if you perform literal comparisons. Instead, use double quotation marks to perform a string comparison and prevent most errors, such as

Code:

if "%varA%"=="%varB%" statement


or

Code:

if "%varA%"=="string" statement


String comparisons are always case-sensitive unless you specify otherwise with the /i switch. The /i switch tells the command shell to ignore the case in the comparison, and you can use it as follows:

Code:

if /I "%1"=="a" (echo A) else (echo is not A)


To perform more advanced equality tests, you’ll need to use the comparison operators shown in Table. These operators are used in place of the standard equality operator, such as

Code:

if "%varA%" equ "%varB" (echo The values match!)


The Ultimate Guide to Batch Scripting  25ANG69





Looping statement

Likewise other programming languages, batch file programming does support looping with the help of goto statements and for statement. We are going to see how the ‘for’ statement works.

Like many other command, the ‘for’ statement do have its own switches for operating in various ways.

The commonly used switches are,
for /d
The '/d' switch along with the ‘for’ command is used for looping through several directories
for /r
The '/r' switch along with the ‘for’ command is used for looping through directories and sub directories.
for /l
The '/l' switch along with the ‘for’ command is used for looping through a range of specified numbers
for /f
The ‘/f’ switch along with the ‘for’ command is used for looping through a wide variety of files, command and strings.

In addition, substitution of FOR variable references has been enhanced.

You can now use the following optional syntax:

The Ultimate Guide to Batch Scripting  SLOsjY7

Here I am going to cover all kinds of usage of the ‘for’ command along with some code snippets,

Code:

FOR /D %v IN (*.*) DO dir/s "%v


As said earlier, that the ‘/D’ switch along with the ‘for’ command is used for looping through the directories and sub-directories. The above given command is used for displaying all the directories and sub directories.

    Note
 When you execute this command right from the command prompt by copying it and pasting it will work, but when you create a batch file using this code, won’t work, because when you are using it in a batch file, you are supposed to use %% preceding the variable name, in this case the following code will work if you try to execute as a batch


Code:

FOR /D %%v IN (*.*) DO dir/s "%%v"


The ‘/R’ switch when used with the ‘for’ command is used for looping through Directories and subdirectories.

Code:

FOR /R C:\Windows\Prefetch %v IN (*.pf) DO del %v


The above piece of code is used for deleting prefetch files from the location C:\windows\prefetch directory.

The ‘/L’ switch when used with the ‘for’ statement is used for looping through a wide variety of specified numbers. In the below example, I have enclosed a snippet that I used for finding open port and if an open port is found, then it will telnet to it and establish a remote connection, but the user has to supply the IP address or the hostname as parameter to this program, only then it becomes effective.

Code:

for /L %%v in (1,1,20) do telnet %1 %%v


If you notice the set (1,1,20) that contains 1,1,20, where the ‘1’ in the front denotes the initial value for the loop, the second ‘1’ denotes the increment value or the step value, since it is stated as ‘1’ over here, the loop will be incremented by one and finally the ‘20’ denotes the end value, indicating that the loop was supposed to be terminated when the count reaches 20.

The following piece of code will help you to better understand how it works:

Code:

FOR /L %G IN (20,-2,0) DO ECHO %G


Here is the output for this statement:

The Ultimate Guide to Batch Scripting  DAdClzY

If you notice the set, it has some negative values too which in turn describes that we can use negative integers too while looping using the ‘for’ statement.

The ‘/F’ is a special switch where it has a set of extra options available for it, which includes the following:

The Ultimate Guide to Batch Scripting  ZPcgQ3O

The following statement is used for listing all the directories and files available inside the C:\a directory:

Code:

FOR /F "tokens=*" %v IN ('dir/b ^"c:\a^"') DO ECHO %v


The following statement helps you in better understanding of the token and the delimiters used with the ‘/F’ switch:

Code:

FOR /F "eol=; tokens=2,3* delims=, " %i in (myfile.txt) do @echo %i %j %k


Would parse each line in myfile.txt, ignoring lines that begin with a semicolon, passing the 2nd and 3rd token from each line to the for body, with tokens delimited by commas and/or spaces.  Notice the for body statements reference %i to get the 2nd token, %j to get the 3rd token, and %k to get all remaining tokens after the 3rd.  For file names that contain spaces, you need to quote the filenames with double quotes.  In order to use double quotes in this manner, you also need to use the usebackq option, otherwise the double quotes will be interpreted as defining a literal string to parse.

%i is explicitly declared in the for statement and the %j and %k are implicitly declared via the tokens= option.  You can specify up to 26 tokens via the tokens= line, provided it does not cause an attempt to declare a variable higher than the letter 'z' or 'Z'. Remember, FOR variables are single-letter, case sensitive, global, and you can't have more than 52 total active at any one time.

You can also use the FOR /F parsing logic on an immediate string, by making the file-set between the parenthesis a quoted string, using single quote characters.  It will be treated as a single line of input from a file and parsed.

Finally, you can use the FOR /F command to parse the output of a command.  You do this by making the file-set between the parenthesis a back quoted string.  It will be treated as a command line, which is passed to a child CMD.EXE and the output is captured into memory and parsed as if it was a file. So the following example:

   

Code:

FOR /F "usebackq delims==" %i IN (`set`) DO @echo %i


Would enumerate the environment variable names in the current environment.

The ‘delims’ is short for the delimiters, in this case, they were just the separators used in between each string or command that reside inside the set in order to separate them. In this scenario, the comma is the delimiter used.

To see how additional options can be used, consider the following example:

Code:

for /f "skip=3 eol=; tokens=3-5" %%C in (current-users.txt) do (@echo Depart: %%C E-mail: %%D Ext: %%E)


Here, three options are used. The skip option is used to skip the first three lines of the file. The eol option is used to specify the end-of-line comment character as a semicolon (Wink. Finally, the tokens option specifies that tokens 3 to 5 should be placed in iterator variables, starting with %%C.

With tokens, you can specify which fields you want to work with in many different ways. Here are some examples:


  • tokens=2,3,7  Use fields 2, 3, and 7.

  • tokens=3-5  Use fields 3, 4, and 5.

  • tokens=*  Examine each line in its entirety and do not break into fields.


When you work with text files, you should note that all blank lines in text files are skipped and that multiple source files can be specified with wild cards or by entering the file names in a space-separated list, such as:

Code:

for /f "skip=3 eol=; tokens=3-5" %%C in (data1.txt data2.txt) do (@echo Depart: %%C E-mail: %%D Ext: %%E)


If a file name contains a space or you want to execute a command, specify the usebackq option and quotation marks, such as:

Code:

for /f "tokens=3-5 usebackq" %%C in ("user data.txt") do (@echo Depart: %%C E-mail: %%D Ext: %%E)


or

Code:

for /f "tokens=3-5 usebackq" %%C in (`type "user data.txt"`) do (@echo Depart: %%C E-mail: %%D Ext: %%E)


    Tip
Remember the backquote (`) is used with commands and the single quotation mark (‘) is used with string literals. In print, these characters no doubt look very similar. However, on a standard keyboard, the backquote (`) is on the same key as the tilde (~) and the single quotation mark (‘) is on the same key as a double quotation mark (“).


    Note
 In the second example, I use the TYPE command to write the contents of the file to standard output. This is meant to be an example of using a command with the backquote.


Speaking of quotation marks, you use quotation marks when you want to process strings and variable values. Here, you enclose the string or variable name you want to work with in double quotation marks to ensure the string or variable can be evaluated properly. You do not, however, need to use the usebackq option.

Consider the following example:

Code:

set value=All,Some,None
for /f "delims=, tokens=1,3" %%A in ("%VALUE%") do (echo %%A %%B)


The output is:

All None






Creating Subroutines and Procedures

Normally, the Windows command shell executes scripts line by line, starting at the beginning of the file and continuing until the end of the file. You can change the order of execution and to do this, you use either of the following:


  • Subroutines  With subroutines, you jump to a label within the current script, and execution proceeds to the end of the file.

  • Procedures  With procedures, you call another script and execution of the called script proceeds to the end of its file, and then control returns to the line following the call statement in the original script.


As you can see, the difference between a subroutine and a procedure is primarily in what you want to do. Additionally, while arguments passed in to the script are available in a goto subroutine directly, the list of arguments within a called procedure is changed to include the procedure name rather than the script name as argument 0 (%0).

Subroutines have two parts:


  • A goto call that specifies the subroutine to which you want to jump

  • A label that designates the start of the subroutine


Consider the following subroutine call:

Code:

if "%1"=="1" goto SUB1


Here if the first parameter passed into the script is a 1, the subroutine called SUB1 is called and the command shell would jump to the corresponding subroutine label. To create a label, you enter a keyword on a line by itself, beginning with a colon, such as:

Code:

:SUB1


Although labels can contain just about any valid type of character, you’ll usually want to use alphanumeric characters as this makes the labels easy to read when you or someone else is going through the code.

When you use goto, execution of the script resumes at the line following the target label and continues to the end of the file, unless it’s necessary to process any procedure calls or goto statements encountered along the way. If the label is before the current position in the script, the command shell can go back to an earlier part of the script. This can create an endless loop (unless there is a control to bypass the goto statement). Here’s an example of an endless loop:

Code:

:START
.
.
.
goto START


If the label is after the goto statement, you can skip commands and jump ahead to a new section of the script, such as:

Code:

goto MIDDLE
.
.
.
:MIDDLE


    Tip
Remember if the label you call doesn’t exist, you’ll get an error when the end of the file is reached during the search for the nonexistent label, and then the script exits without executing the other subsequent commands. Old-school command-shell programmers who have been at this for a long time, like me, like to use goto EXIT and then provide an actual :EXIT label, as shown in the previous example. However, the command interpreter for Windows Server 2003 and Windows XP supports a target label of :EOF, which transfers control to the end of the file. This makes :EOF an easy way to exit a batch script without defining a label.


You use procedures to call other scripts without exiting the current script. When you do this, the command shell executes the named script, executing its commands, and then control returns to the original script, starting with the first line following the original call. Consider the following example:

Code:

if "%1"=="1" call system-checks
if "%1"=="2" call C:\scripts\log-checks


    Caution
If you forget to use the call statement and reference a script name within a script, the second script executes, but control isn’t returned to the caller.


Here the first call is made to a script expected to be in the current working directory or in the command path. The second call is made to a script with the file path c:\scripts\log-checks.

Any arguments passed to the original script are passed to the called script with one change: The list of arguments is updated to include the procedure name as argument 0 (%0). These procedure-specific arguments remain in effect until the end of the file is reached and control returns to the original script.

You can also pass arguments to the called script, such as

Code:

set Arg1=mailer1
set Arg2=dc2
set Arg3=web3
call system-checks Arg1 Arg2 Arg3


Now within the called script, the variables Arg1, Arg2, and Arg3 are available.





Constructing a Batch Script File

Typically, to create a batch file, Notepad is used. This is the simplest tool for creation of batch files.

Batch mode can also be referred as ‘Silent mode’ or ‘Quiet Mode’, and this is mere opposite to the interactive mode. The command that operates at batch mode will never interact with the user at any instance, instead it will take care of every operation by itself.

For example, I am going to explain this by using the same ‘del’ command. There is a switch available for the ‘del’ command, which makes the command to operate at silent mode, and that switch is ‘/Q’

Code:

C:\>del /Q a


In this case, the command is not at all interacting with me, whether to delete those file or not.

Clearing the command-shell window before writing script output is usually a good idea. You clear the command-shell window using the CLS command. Why not try it? At the Command Prompt, type cls and press Enter key. The console window clears and the cursor is positioned in the top left corner of the window. All the text in the screen buffer is cleared as well.

Here's a small batch script you can learn from:

Code:

:: Created by FreeBooter

@Echo Off

Cd %systemroot%\system32


REM  --> Check for permissions
Reg query "HKU\S-1-5-19\Environment"
REM --> If error flag set, we do not have admin.
if %errorlevel% NEQ 0 (
ECHO                 **************************************
ECHO                  Running Admin shell... Please wait...
ECHO                 **************************************

    goto UACPrompt
) else ( goto gotAdmin )

:UACPrompt
    echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
    set params = "%*:"=""
    echo UAC.ShellExecute "cmd.exe", "/c ""%~s0"" %params%", "", "runas", 1 >> "%temp%\getadmin.vbs"

    "%temp%\getadmin.vbs"
    del "%temp%\getadmin.vbs"
    exit /B


:gotAdmin

:_Start
Cls & Mode CON  LINES=11 COLS=75 & Color 0D & Title Created By FreeBooter
Echo.
Echo.      
Echo         Type (D) to Disable Automatic Maintenance in Windows 10  
Echo.      
Echo         Type (E) to Enable Automatic Maintenance in Windows 10
Echo.
Echo.        
 

Set /p input= RESPONSE:
If /i  Not %input%==D (Goto :_Ex) Else (Goto :_Disable)

:_Ex
If /i  Not %input%==E  (Goto :_Start) Else (Goto :_Enable)



:_Disable

Reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\Maintenance" /v "MaintenanceDisabled" /t REG_DWORD /d "1" /f > Nul


Cls & Mode CON  LINES=5 COLS=48 & Color 0E
 Echo.
 Echo.
 Echo                     Disabled

Ping -n 5  localhost > Nul
Exit

:_Enable


Reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\Maintenance" /v "MaintenanceDisabled" /t REG_DWORD /d "0" /f > Nul


Cls & Mode CON  LINES=5 COLS=48 & Color 0E
 Echo.
 Echo.
 Echo                     Enabled

Ping -n 5  localhost > Nul


In this tutorial, I’ve discussed many command-line tools and scripts, i hope this tutorial will help you understand how to code with batch script.
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum