Categories:
Administration (10)
Adware Spyware (7)
Apache (10)
Bluetooth (125)
DOS Commands (1)
Edge (28)
General (2)
Internet Explorer (217)
Media Center (12)
Media Player (11)
Mozilla Firefox (18)
PHP (15)
Programming (8)
Security (4)
Silverlight (15)
Tips (17)
Tools (218)
Tutorials (5)
Windows 10 (166)
Windows 7 (636)
Windows 8 (1091)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (52)
Collections:
Other Resources:
What Are Batch Variables
What What Are Batch Variables?
✍: FYIcenter.com
Batch variables are variables that create, store value to and retrieve value from
in a batch file.
There are 3 ways a batch variable is defined:
1. Defined in the batch file using the "set" command. For example, "set java_home=\fyicenter\java" will define a new variable, "%java_home%".
2. Defined as system environment variables before the batch being executed. For example, "%path%" is a variable defined as a system environment variable.
3. Defined as batch execution context built-in variables. For example, "%random% is a batch built-in variable that represents a random integer.
⇒ What Are Batch Built-in Variables
⇐ "for" Loop Parameter Modifiers
2022-02-04, 1236👍, 0💬
Popular Posts:
How to get file properties in Windows PowerShell? I want to know when the file was originally create...
How to use sc.exe command to start and stop an existing service? If you want to start or stop a serv...
A collection of 12 tutorials on creating, deleting and managing Windows services: What is a Windows ...
What is "Protexis Licensing V2" in my Windows 7 service list? And how is "Protexis Licensing V2" ser...
What is "SynTPEnh Caller Service" in my Windows 7 service list? And how is "SynTPEnh Caller Service"...