Login Script

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
johnl99
Posts: 1
Joined: 02 Jul 2008 13:13

Login Script

#1 Post by johnl99 » 03 Jul 2008 13:30

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

Post Reply