I'm working on a batch file that prompt the user for a username and password then supplies those values to a series of commands. How can I get DOS to mask the password so that it doesn't appear in ...
I am limited to batch scripting for one particular task we do and in it I need to schedule a task. I'm using schtasks to create the task and it works great except for the start time. This part of the ...