I'm trying write a batch script to log into a CMVC server.
The command is
cmvclog -in <username>
and then it prompts me for my password.
"Enter the cmvc password for login <username> on family <family>:"
how can I get a bat file to send my password?
Before someone replies with:
"just use cmvclog -in <username> -noprompt <passowrd>"
This doesn't work. it returns an error, at least in our office it returns an error, in other locations it works
Thanks
John
Login Script
Moderator: DosItHelp