mungoblack
MIS
I am using netware 5.1 and we also have a SUN box with a application that everyone needs. The users need to be authenticated to the sun box at login. I have run a batchjob in the startup menu (Win 98) using netuse and this works fine. Does anyone know though how to put the following code into a novell login script-
net use \\sun1\live_var orch
net use \\sun1\test_var orch
net use \\sun1\demo_var orch
net use \\sun1\bo_inst orch
net use \\sun1\bo_data orch
net use \\sun1\convert orch
net use \\sun1\oa_spool orch
net use \\sun1\oa_distrib orch
exit
I have tried running the batchjob but it says i must login before i can run the script.
net use \\sun1\live_var orch
net use \\sun1\test_var orch
net use \\sun1\demo_var orch
net use \\sun1\bo_inst orch
net use \\sun1\bo_data orch
net use \\sun1\convert orch
net use \\sun1\oa_spool orch
net use \\sun1\oa_distrib orch
exit
I have tried running the batchjob but it says i must login before i can run the script.