I need to pass an ID and a password to a batch file at the time of running rather than hardcoding them into the file.
Here\'s what the command line looks like:
To refer to a set variable in command line you would need to use %a% so for example:
%a%
set a=100 echo %a% rem output = 100
Note: This works for Windows 7 pro.