|
-
Dec 17th, 2005, 11:39 AM
#1
Thread Starter
Junior Member
i need help please, any one know about this???
im trying to open C: parition on remote machine i have username and password belong to that machne.
when i tried this from my form, i got an exception told me " Unknown username or password"
anyone please know how to handle this, and enter the known username and password without having any exception??
many thanks
-
Dec 17th, 2005, 08:33 PM
#2
Re: i need help please, any one know about this???
You can MAP the drive first with NET USE:
The syntax of this command is:
NET USE
[devicename | *] [\\computername\sharename[\volume] [password | *]]
[/USER:[domainname\]username]
[/USER:[dotted domain name\]username]
[/USER:[username@dotted domain name]
[/SMARTCARD]
[/SAVECRED]
[[/DELETE] | [/PERSISTENT:{YES | NO}]]
NET USE {devicename | *} [password | *] /HOME
NET USE [/PERSISTENT:{YES | NO}]
-
Dec 17th, 2005, 11:02 PM
#3
Thread Starter
Junior Member
Re: i need help please, any one know about this???
i couldnt write such, can you please give me one example??
many thanks
-
Dec 17th, 2005, 11:18 PM
#4
Thread Starter
Junior Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|