View Single Post
  #6  
Old November 10th, 2007, 03:57 PM
lch's Avatar

lch lch is offline
General
 
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
lch is on a distinguished road
Default Re: No Independent .map file Request

Under windows, open a command prompt and do the following:
Code:
echo @echo #setland %1 > do.bat
echo @echo #poptype 100 >> do.bat
for /l %i in (1,1,100) do do.bat %i >> noindy.map
del do.bat


Untested, but should work. Change the numbers in the triple accordingly. More info under "for /?".
__________________
Come to the Dom3 Wiki and help us to build the biggest Dominions-centered knowledge base on the net.
Visit my personal user page there, too!
Pretender file password recovery
Emergency comic relief
Reply With Quote