Hi there,
I've succeeded in making a network connection by using an netlogon batch file when I login to the Domain I use at home.
If I want to make a drive letter / network connection with one of my ibays it doesn't seem to work. Are the ibay names to long or am I missing the point.
My logon batch file looks like this;
echo Setting Current Time...
net time \home-server /set/yes
echo Mapping network drives
net use i: \home-server\emiel /yes (my home directory)
net use j: \home-server\ibays\documenten /yes (ibay named documenten, read group, write group)
Please advise
Emiel