If I remember correctly, you can use the command "START" to spawn
background processes..

something like:

START scrapy crawl crawl1
START scrapy crawl crawl2
...

You can check the syntax of the command START to see special options than
suit best to you.

Best luck,
Luar


On Wed, Jan 15, 2014 at 12:19 PM, d4v1d <[email protected]> wrote:

> 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.
>

-- 
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