I have a login script on my novell server, it is running a "net use" command to map a windows 2003 server share.
This mapping works fine for all the nt based systems we have, but for the win9x(dos based) systems when the command windows comes up (to run the net use) it comes up with a error 3787 "You Must Log on before Performing this Operation".
After the system fully boots to windows i can then go in and manually do the net use command from prompt, but i need to be able to do it in the script.
This mapping works fine for all the nt based systems we have, but for the win9x(dos based) systems when the command windows comes up (to run the net use) it comes up with a error 3787 "You Must Log on before Performing this Operation".
After the system fully boots to windows i can then go in and manually do the net use command from prompt, but i need to be able to do it in the script.