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:
test.cmd admin P@55w0rd > test-log.txt
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:
test.cmd admin P@55w0rd > test-log.txt