Is it possible to run this VBS from a command line and
use an Array of values in a cycle?
=========================================
SitesList = Array("1", "2", "3")
For idx = lbound(SitesList) to Ubound(SitesList)
MakeWebSite.vbs -p " & SitesList (IX) & "..........ect
next
=========================================
This is tipically in VBScript format...can I write in DOS and put it in a
.BAT file to run?
Any help much appreciated.
Regards
--
Fabrizio Maccarrone
--
YAMSSQLU
(Yet Another MSSQL User)