Computing.Net > Forums > Windows NT > Using 'net use' in a script

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.

Using 'net use' in a script

Reply to Message Icon

Name: David Pohl
Date: March 27, 2000 at 03:41:10 Pacific
Comment:

Please could someone tell me how to map a drive to a subdirectory of a share using the net use command within a script. Client computers (win 98) just display an error 50 and the mapping is not made. I can easily map to the share itself. PLEASE HELP.



Sponsored Link
Ads by Google

Response Number 1
Name: TopGun
Date: March 27, 2000 at 09:50:41 Pacific
Reply:

The only thing I can suggest is to keep in mind that the net use command can only go two levels deep.

net use f: \\server\data will work

net use f: \\server\data\apps\gohere will not work...

Hope this helps...


0

Response Number 2
Name: tony
Date: March 28, 2000 at 17:11:26 Pacific
Reply:

share the subdirectory itself.


0

Sponsored Link
Ads by Google
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 Windows NT Forum Home


Sponsored links

Ads by Google


Results for: Using 'net use' in a script

Pausing a startup app in a logon script www.computing.net/answers/windows-nt/pausing-a-startup-app-in-a-logon-script/14674.html

NT Logon Shortcut Mapping www.computing.net/answers/windows-nt/nt-logon-shortcut-mapping/17239.html

Need help with net use for logon script www.computing.net/answers/windows-nt/need-help-with-net-use-for-logon-script/18006.html