===== Batch File API =====

These pieces of code can be dropped into a batch script and can implement features into said scripts; read the code comments for each on what you will need to customize for implementing into your script.

==== DriveSelector ====
This prompts the user for a drive letter, and assigns a variable for said drive letter. Will accept both capital and lower-case responses.
MD5 of DriveSelector.txt: E65092DB34BA47FA6BB8D4AEFF3B9BAD
Download: DriveSelector.txt, 2.20KB

==== BATPass ====
This allows for password "protection" of batch scripts. It can be inserted anywhere in a batch script code to prevent whatever commands desired. Note that the password is NOT encrypted, and can be viewed easily with any text editor.
MD5 of BATPass.txt: 940A234A30556CC7CDFBB24194CAD767
Download: BATPass.txt, 658B