#1
|
|||
|
|||
Create File Shares & IIS Websites
Is there a way to create file shares and virtual directories in IIS in Visual Build Pro?
|
#2
|
|||
|
|||
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. |
|
|