PDA

View Full Version : Create File Shares & IIS Websites


jecardam
11-22-2004, 03:13 PM
Is there a way to create file shares and virtual directories in IIS in Visual Build Pro?

kevina
11-22-2004, 04:29 PM
See vbld_CreateVirtualDir() and vbld_DelteVirtualDir() script functions for creating and deleting IIS virtual dirs.

See the vbld_CreateShare() and vbld_DeleteShare() scrpt functions for creating and deleting shared.

Note: they are all System script functions and are available predefined as VBScript or JScript.