HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: SWF2HTML batch file
Author: William Roeder
Date: 07/21/2007 16:00
 
> Does anyone have a batch file that they created to
> run a bunch of files at once?  Please share.  Thanks

If you mean a batch file to update all your mirrors, the following (untested)
should work

set ht="%ProgramFiles%\WinHttrack\httrack.exe"
for %%M in (*.whtt) do (
  cd %%~nM
    %ht% --update
  cd ..
)
 
Reply Create subthread


All articles

Subject Author Date
SWF2HTML batch file

07/20/2007 18:13
Re: SWF2HTML batch file

07/21/2007 16:00




0

Created with FORUM 2.0.11