Code: Select all
C:\>IF EXIST \\[computername]\[share[$]] ECHO Exists
Code: Select all
C:\>NET USE * \\[computername]
C:\>CD [share]
Code: Select all
C:\>NET USE * \\[computername]\[share[$]]
Thanks for any help!
Moderator: DosItHelp
Code: Select all
C:\>IF EXIST \\[computername]\[share[$]] ECHO Exists
Code: Select all
C:\>NET USE * \\[computername]
C:\>CD [share]
Code: Select all
C:\>NET USE * \\[computername]\[share[$]]
Code: Select all
C:\PROFSYS\ADMIN>net view \\192.168.1.14
Gedeelde bronnen op \\192.168.1.14
Sharenaam Type Gebruikt als Opmerking
-------------------------------------------------------------------------------
COMP Schijf S:
ED-SERV-0 Schijf W:
SharedDocs Schijf
De opdracht is voltooid.
Ed Dyreen wrote:'
You may ping a computer and if you have the rights you are allowed to see the share.
If you lack the rights you will be prompted to logon !Code: Select all
C:\PROFSYS\ADMIN>net view \\192.168.1.14
Gedeelde bronnen op \\192.168.1.14
Sharenaam Type Gebruikt als Opmerking
-------------------------------------------------------------------------------
COMP Schijf S:
ED-SERV-0 Schijf W:
SharedDocs Schijf
De opdracht is voltooid.