in reply to Need to log in through my script to access password protected files.

You should look at the Win32::FileOp module.

This will allow you to pass your credentials through the script and access your files.

Specifically, look at the Connect or Map functions.

  • Comment on Re: Need to log in through my script to access password protected files.