Share.vbs Example


Share.Vbs /L /S MyMachine

lists all Shares on the computer MyMachine.

Share.Vbs /D /N MyShare /S MyMachine

deletes MyShare from the computer MyMachine.

Share.Vbs /C /N MyShare /p C:\Scratch /T Disk /C "Scratch directory" /S MyMachine

creates MyShare on the computer MyMachine.