Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Java
10.8K+ articles
Misc
8.8K+ articles
TechTips
2.1K+ articles
Batch-script
84 posts
Recent Articles
Popular Articles
Batch Script - Local VS Global Variables
Last Updated: 04 January 2022
In this article, we will see the differences between local and global variables in bash scripting.Variable: The name given to a memory location that is used to store value...
read more
Linux-Unix
Picked
Batch-script
Batch Script - Aliases
Last Updated: 14 January 2022
Be it Linux, macOS, or Windows, we sometimes need to use the terminal or the command line to perform certain commands. If in such situations, we find ourselves repeating a...
read more
Linux-Unix
Picked
Batch-script
Batch Script - Creating Structures in Arrays
Last Updated: 04 January 2022
In this article, we'll understand how to create structures in arrays in a batch script.What are Structures?Structures are like a multi-type list of values, unlike arrays w...
read more
Linux-Unix
Picked
Batch-script
Batch Script - String Interpolation
Last Updated: 27 January 2022
String interpolation is a technical way of saying parsing a value that might be a variable into a string. It is an important part of dealing with the application that cont...
read more
Linux-Unix
Picked
Batch-script
Batch Script - Return code
Last Updated: 27 January 2022
Return codes are the codes returned by programs when they are executed. If the command line is successful, it should return zero; if it is not successful, it should return...
read more
Linux-Unix
Picked
Batch-script
Batch Script - Printing / NETPrint Command
Last Updated: 07 February 2022
A Bash script is similar to a simple text file that contains a number of commands that the programmer can write in a command line. In Unix-based systems, these commands ar...
read more
Linux-Unix
Picked
Batch-script
Batch Script - How to check if a process is running via a Batch Script
Last Updated: 21 February 2022
Given a process or application (.exe) file, the task is to create a batch script that checks whether the process is running or not and output the same.Example:In this exam...
read more
Linux-Unix
Picked
Geeks Premier League
Geeks-Premier-League-2022
Batch-script
Batch Script - Arrays
Last Updated: 08 June 2022
An array is a collection of elements of the same data type. The arrays are not explicitly defined as Batch Script types but can be used. The following items need to be not...
read more
Linux-Unix
Picked
Geeks Premier League
Geeks-Premier-League-2022
Batch-script
Batch Script - Debugging
Last Updated: 28 February 2022
Batch Script is a text file that includes a definite amount of operations or commands that are performed in order. It is used in system networks as well as in system admin...
read more
Linux-Unix
Picked
Geeks Premier League
Geeks-Premier-League-2022
Batch-script
Batch Script - Strings
Last Updated: 01 May 2022
A Bash script is a plain text file. This file contains different commands for step-by-step execution. These commands can be written directly into the command line but from...
read more
Linux-Unix
Picked
Batch-script
Batch Script - Device Console
Last Updated: 20 March 2025
A batch script is a text file that includes various sequential commands. It is used to evaluate repetition routines in Windows, OS/2, and DOS operating systems and is use...
read more
Linux-Unix
Picked
Batch-script
Batch Script - Remove
Last Updated: 03 June 2022
Bash is a command language interpreter. It is used in most of the UNIX/LINUX-based distros. Bash support scripting means we can automate the Bash commands by writing some ...
read more
Linux-Unix
Picked
Batch-script
Batch Script - Logging
Last Updated: 02 June 2022
Batch Script is a file that consists of various commands which need to be sequentially executed. It is not like coding and is not frequently used, in order to communicate ...
read more
Linux-Unix
Picked
Batch-script
Batch Script - Working with Environment Variables
Last Updated: 01 August 2022
Environment Variables refer to the variables which are globally declared and can be accessed by the processor under the management of OS like Windows, Mac, and Linux. In s...
read more
Linux-Unix
Picked
Batch-script
Batch Script - Environment Variables
Last Updated: 05 February 2023
Environment variables are a collection of dynamic named values that are saved on the system and utilized by programs that are running in shells or subshells on Linux and U...
read more
Technical Scripter
Linux-Unix
Picked
Technical Scripter 2022
Batch-script
1
2
3
4
5
6
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !