| hi will, thanks for giving me an idea on how to this..
have another question. I created a batch to automatically run httrack and
upload the batch file to windows task scheduler. However, I want add more
supported files. How would do that?
Here's my sample script that is running
cd \httrack
rmdir tds.as /s/q
httrack -r2 -i tds.as/kundeftp/tdstouch +*.pdf +mime:text/html
copy tds.as\kundeftp\tdstouch\*.pdf e:\tds
but, when i try to add additional extension,it doesnt work anymore. Like this
cd \httrack
rmdir tds.as /s/q
httrack -r2 -i tds.as/kundeftp/tdstouch +*.pdf +*.gif +*.jpg +*.doc
+mime:text/html
copy tds.as\kundeftp\tdstouch\*.pdf +*.gif +*.jpg +*.doc e:\tds
the last script with the copy command doesnt work. :( is that the correct
syntax?
Ed | |