Batch and VBSripting

Automating Things with Batch Files – They Work on Today’s Computers Too!

If you’re familiar with MS-DOS at all, you’ll recall that it’s a command-driven operating system that performs functions issued at the C:> prompt. The only way to get an MS-DOS computer to do something was to type a command at this prompt and if you can imagine, it was a rather cumbersome way to use

How to Detect Drive letter of a Flash drive from Batch Script

How to Detect Drive letter of a Flash drive from Batch Script

I saw a question on a popular forum asking How to detect drive letter of a flash drive  from cmd (Command prompt). Detecting drive letter from command prompt is possible but a bit tricky, First we have to get into Diskpart then identify the disk type and obtaining the drive letter. Scripting this can be difficult. Instead