Answer:
If you use Host Headers and you set them as 'All Assigned' then when the bat file is created it will look like this:
createaweb.vbs -r "D:\Domains\path" -t "servercomment" -i -o 80 -h www.domain.net -b :80:www.domain.net
Note the '-i' option. there is no argument for it. That's because the 'All Assigned' value gets exported as a blank. Here's how to overcome this problem.
Here is the problem and the solution.
Problem:
Since all your IP's are labled as 'All Unassigned' they export out as blanks. This screws up the '-i' option in the script. It gives it a blank argument.
The solution is to use the ipMapping feature of DomainReportIt PRO and setting the ipMapping=1 in the domainreportpro.ini file
Then, in the ipmapping.ini file, insert one piece of information:
=0.0.0.0
NOTE: For the '0.0.0.0' use a real IP #
Don't worry, this won't assign the IP number to all your Webs, it will just fill out the '-i' option in the script with a real IP number.
All your Webs will be created with whatever ServerBindings you exported, even if they are 'All Unassigned'.
After you export, try it with one Web.
This works.
Filename: Iusehostheaders.htm
Server Automation Tools (SAT) is a division of DSC, Inc.
BESTCFHOSTING.COM ColdFusion hosting for resellers. Includes 30 domains.
e-mail this link
E-mail this information to yourself or an associate.
File Created: Tuesday, December 07, 2004 09:11 AM Last Updated: Tuesday, December 07, 2004 09:11 AM

