Computing.Net > Forums > Novell Netware > map network drive before login

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

map network drive before login

Reply to Message Icon

Name: KellyD
Date: August 11, 2003 at 02:56:53 Pacific
OS: Netware 5.1 & Win2K
CPU/Ram: enough
Comment:

I want to map a network share to a drive at boot, so before someone logs in, beacause the data is needed by a service.
How Can I do this?

Novell gateway services is not the answer I guess? Or how should I set it up

Thanks a lot!



Sponsored Link
Ads by Google

Response Number 1
Name: kova10
Date: September 29, 2003 at 10:16:55 Pacific
Reply:

I use the following on a win 2k SP3

http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q243/4/86.ASP&NoWebContent=1

--------
type net use /? to get the syntax
--------
Autoexnt.bat should contain sthg like:
lines begin with @ to ease reading
--------
@REM -- AUTOEXNT.BAT
@echo %DATE% %TIME% > C:\autoexnt.log
@net use T: \\ip_address\path password /USER:login /PERSISTENT:YES 2>> C:\autoexnt.log
@echo %ERRORLEVEL% >> C:\autoexnt.log
@REM EOF
------
You may locate your log file elsewhere.
The log file avoids using the /interactive switch.
Also, set a valid logon for the "autoexnt" service should you get "1312 system error".


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Novell Netware Forum Home


Sponsored links

Ads by Google


Results for: map network drive before login

Novell Map Network Drive www.computing.net/answers/netware/novell-map-network-drive/4101.html

Login Script: map network drive www.computing.net/answers/netware/login-script-map-network-drive/1048.html

reconnecting to mapped network drives www.computing.net/answers/netware/reconnecting-to-mapped-network-drives/2838.html