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
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
-------- 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".
Summary: I'm trying to find what exe is run when you select "Novell Map Network Drive" after right clicking Network Neighborhood. I would like to create a app object of this executable and have it available i...
Summary: Microsoft client for netware networks does not work with NDS. You only get bindery attachments hence your script cannot refer to an NDS object or an error results. You will have to map the drive usin...
Summary: My work machine is mapped to at least 15 network drives. Whenever I restart my computer, all but three or four of these drives reconnect. Yet they connect once I double click on them. Yes, I have the ...