rem fp.btm customised for Roedy's use. rem must use special version of Xenu with extra status field. E: cd \com\mindprod\findparked set runwith=jet echo running findparkedinxenu with %runwith rem gets links to check from D:\bl\mindprod\xenupage.csv if "%runwith" == "jar" java.exe %JAVA_OPTIONS -ea -jar findparkedinxenu.jar D:\bl\mindprod\xenupage.csv | tee C:\temp\parked.log if "%runwith" == "jet" findparkedinxenu.exe D:\bl\mindprod\xenupage.csv | tee C:\temp\parked.log rem -30-