Jump to content

Recommended Posts

Posted

I need to create a logon script for mapping drives using net use command.

This was my first attempt. :blushing:

net use x: \\Ben2\\MusicShare /PASSWORD:Music /USER:Music /PERSISTENT:NO

Basically I need to get it working.

Share:\\Ben2\MusicShare

Username:Music

Password:Music

Any ideas guys?

Thanks

Ben


Posted (edited)

The password must be after the username:

NET USE X: \\Ben2\\MusicShare /USER:Music Music /PERSISTENT:NO

Edited by Bendes

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...