AddShare/DelShare/ChangeShare Scripts for Samba Server for eCS (OS/2) ===================================================================== Add the following lines to the [global] section of your smb.conf where x is the drive you have Samba installed on. add share command = x:\Samba\addshare.cmd change share command = x:\Samba\changeshare.cmd delete share command = x:\Samba\delshare.cmd After you have installed these scripts you will be able to add/delete/change Samba shares from clients (currently only tested from Win XP Pro management console). Current limitation: Samba supports templates for shares, these scripts do not make use of these templates (yet). Author: Herwig Bauernfeind, 2007-08-22 mailto:herwig.bauernfeind@aon.at