Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
GfG 160: Daily DSA
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Sign In
▲
Similar Topics
Web Technologies
38.9k+ articles
DSA
22.5k+ articles
Python
20.5k+ articles
Experiences
16.5k+ articles
Interview Experiences
14.1k+ articles
JavaScript
11.7k+ articles
School Learning
11.3k+ articles
Java
10.5k+ articles
Linux-Unix
2.7k+ articles
TechTips
2.1k+ articles
Batch-script
32 posts
Popular Articles
Recent Articles
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
...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 lik
...read more
Linux-Unix
Picked
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
...read more
Linux-Unix
Picked
Batch-script
Geeks-Premier-League-2022
Geeks Premier League
Similar Topics
Web Technologies
38.9k+ articles
DSA
22.5k+ articles
Python
20.5k+ articles
Experiences
16.5k+ articles
Interview Experiences
14.1k+ articles
JavaScript
11.7k+ articles
School Learning
11.3k+ articles
Java
10.5k+ articles
Linux-Unix
2.7k+ articles
TechTips
2.1k+ articles
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 netw
...read more
Linux-Unix
Picked
Batch-script
Geeks-Premier-League-2022
Geeks Premier League
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 outpu
...read more
Linux-Unix
Picked
Batch-script
Geeks-Premier-League-2022
Geeks Premier League
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 n
...read more
Linux-Unix
Picked
Batch-script
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 locat
...read more
Linux-Unix
Picked
Batch-script
Batch Script - String length
Last Updated: 04 January 2022
In this article , we are going to learn how to find length of any String using Batch Script.Batch Script :@echo offset str=Geeks For Geeksca
...read more
Linux-Unix
Picked
Batch-script
Batch Script - toInt
Last Updated: 19 December 2021
In the Batch script, every variable is considered as a string and optionally integers. We need numbers all the time especially when it comes
...read more
Linux-Unix
Picked
Batch-script
Batch Script - Replace a String
Last Updated: 28 November 2021
In this article, we are going to Replace a substring with any given string.Batch Script :@echo off set str=GFG is the platform for geeks. ec
...read more
Linux-Unix
Picked
Batch-script
Batch Script - Input / Output
Last Updated: 28 November 2021
In this article, we are going to learn how to take input from users using Batch Script.Taking User Input:@echo offecho Batch Script to take
...read more
Linux-Unix
Picked
Batch-script
Batch Script - Remove All Spaces
Last Updated: 28 November 2021
In this article, we are going to see how to remove all spaces from any string using Batch String.Example :Input: G e e k s f o r G e
...read more
Linux-Unix
Picked
Batch-script
Batch Script - String Concatenation
Last Updated: 28 November 2021
String Concatenation is combining two or more strings to create a new string. For instance, let a string "Good" and take another string "Mor
...read more
Linux-Unix
Picked
Batch-script
Batch Script - Echo Command
Last Updated: 24 April 2023
Batch script is a type of scripting language used in Windows operating systems to automate repetitive tasks, perform system administration f
...read more
Linux-Unix
Picked
Batch-script
How to Create an Infinite Loop in Windows Batch File?
Last Updated: 12 March 2025
Windows batch files are a powerful tool for automating repetitive tasks, managing system operations, and streamlining workflows. But what ha
...read more
TechTips
Batch-script
1
2
3
>>
Last
1
2
3
>>
Last
1
2
3
>>
Last
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 !