Hello,
I have several class scrapy (scrapy crawl crawl1; scrapy crawl crawl2 ...) 
I would like to start one after the other (with a bat, for example.).
I tried this (in a .bat file) :

cd C:\perso\crawler_test\tutorial
scrapy crawl crawl1
scrapy crawl crawl2
scrapy crawl crawl3

This don't work because it execute only the first class
Thanks for you help
Regards

-- 
You received this message because you are subscribed to the Google Groups 
"scrapy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/scrapy-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to