jmathew
25th September 2004, 09:47
We have developed a script to upload files to a system which is other than the server and client. It is working fine, except for a problem. If the client machine is restarted the access to the machine is not possible since the user id and password (this is network user id & password) is to be given. After this is done in windows, then the up-loading of data goes through fine. Can this activity that is done in windows to gain network access to the machine from the client machine be done from the script?

Please let me know if there is a solution to this.

csecgn
25th September 2004, 13:19
With tweakui from MS you can enable an autologon. Or you try kixtart (I don't know if it is possible, but maybe)

Regards
csecgn

maxime
28th September 2004, 07:00
Hi,

Set up a network connection from the client to the server and set the "Reconnect after logon" to "yes".

This way, the system will reconnect to the network automtically after restart.

Maxime.