• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is it possible to enter a windows share by including the username and password in the string?

Czar

Lifer
Net use works ofcorse but only by mapping a drive, but I'd like to access the share directly, is there a way to do this?
 
You don't have to use "net use" to map a drive. If you omit the drive letter portion of the command, you can simply use it to cache your credentials for accessing the share directly.
 
Is this a resource that you use often? Assuming XP, you could just go to user accounts and then go to your account and then to "manage my network passwords". Put in the server and what username and password you want, and then whenever you connect to that machine, it will pass those credentials.

I use this A LOT to connect to Samba shares on Linux and OS-X machines from my XP box.

Oh, and just like MrChad said, if you are going to use "net use", you can do so with a syntax similar to:

net use \\server (or \\server\share) and omit the drive letter.

Joe
 
ah good solutions, both of them 🙂

its for one of the programmers at work

Just what I was looking for, thanks 🙂
 
Back
Top