Windows Batch Script
Windows Batch Script is a crucial instrument for setting up PKC on Windows 10 platform.
Useful Websites
- Batch Script Tutorial on Tutorial Point
- Batch File to Create Formatted Date and Time
- Batch File Programming
Useful Hints
The following special expressions or characters may be useful in understanding Batch Script:
SET varibale_name=variable_value :: for assigning numeric value SET /A variable_name=nameric_value
‘/A’ is used for assigning numeric values. Uninitialized variables are empty strings in batch files.