Posts Tagged ‘ batch files ’

Putting directory.asp and batch commands together in Excel

July 11, 2011
sorted

These are the steps I used to get a usable URL and create the code I needed for the batch file, in only a few minutes - using Excel. Open directory.asp in a browser. View source. Copy the section with the URLs. Paste into Excel The code will look like this: <li><a href="/folder/page1.asp">Page Title</a></li>...

Read more »

Open webpages using a batch file

July 11, 2011

I’m moving my sites into WordPress and need to verify the redirects are correct. With more than 2000 pages to check, it would take forever if I had to click on each link and open them in a browser. Instead, I used a batch file. Two batch files actually, one for IE and one...

Read more »