3. A Windows Script For Listing all shares and their physical paths in a local computer Local System
Posted on WisdomBay @ 11:14 PM 2/27/2006 | Post by Pramod S Nair
This Windows Script coded in VBScript can quickly list all the shares found on a local computer. Apart from the Share name it also displays the actual physical path of the share also.
How to use :
1. Copy the code given above to clipboard.
2. Create a new file and name it as you like with a '.vbs' extension.
3. Now double clicking on the file will display all the shares created on the current machine along with their physical path.