View Single Post
Old 15-Feb-2007, 04:41 AM   #2 (permalink)
Anilrgowda
Administrator
 
Anilrgowda's Avatar

Posts: 18,715
Join Date: Jan 2006
Rep Power: 10 Anilrgowda is on a distinguished road

IM:
Default Re: Batch file to connect using a different user name and log off when done

Ack1
strPW="Please input your password"

should be
strPW=InputBox("Please input your password")
Anilrgowda is offline   Reply With Quote