I am a sort-of novice in win32 api pgmming. I want to automate the file-copying process
accross the novel network and to Unix using win32 api GUI programming. It involves
automating the login processes using userid and password, tree, context, server(on the
novel login panel), and copying file from a network drive to another drives.

I use Bloodshed Dev-C++.

My question is how to automate the novel login process without interaction using some saved account name password, tree, context, etc?

Is this possible? If so, then where should I look? Could you give me some useful links to simiar examples? Thank you.