Dear experts:
Little brother is asking about a problem related to NET USE.
I know that the NET USE command can be used under the DOS command line to retrieve mapped drive information.
But, how to judge the existence of this mapped information in a bat file?
For example: using the following command
NET USE S: \\192.168.1.169\sharefolder /user:sss ppp
to create a mapped drive, then how to judge the existence of drive S in the bat file?
Thanks for everyone's help!
Little brother is asking about a problem related to NET USE.
I know that the NET USE command can be used under the DOS command line to retrieve mapped drive information.
But, how to judge the existence of this mapped information in a bat file?
For example: using the following command
NET USE S: \\192.168.1.169\sharefolder /user:sss ppp
to create a mapped drive, then how to judge the existence of drive S in the bat file?
Thanks for everyone's help!
