ok it seem working with CALL thanks
2014/1/16 Bill Ebeling <[email protected]> > with .bat's must be windows (I've done very little with windows > scripting). > > Check this out, see if that helps: > http://stackoverflow.com/questions/8177695/how-to-wait-for-a-process-to-terminate-to-execute-another-process-in-batch > > > On Thu, Jan 16, 2014 at 11:08 AM, Bill Ebeling <[email protected]>wrote: > >> What OS are you doing this with? >> >> >> On Thu, Jan 16, 2014 at 11:02 AM, David LANGLADE <[email protected]>wrote: >> >>> Hello >>> Thanks for your feed back >>> I am sorry, my explanations are not clear >>> I have 3 spiders that I execute like this: >>> scrapy crawl crawl1 >>> scrapy crawl crawl2 >>> scrapy crawl crawl3 >>> I would like to create a script that execute one after the other (when >>> the fisrt is finish, the second start...) >>> Whith a planned task this don't work beacause I don't know the >>> processing time of the first task >>> thanks for your help >>> Regards >>> >>> >>> >>> >>> 2014/1/16 Bill Ebeling <[email protected]> >>> >>>> Are you sure you want to run the spiders all in the same process, and >>>> not just 'at the same time'. >>>> >>>> If you just want to kick spiders off on a schedule then you want cron >>>> (if running in linux). If you're using windows there is a scheduler like >>>> cron.. called task scheduler, or some such. >>>> >>>> -- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "scrapy-users" group. >>>> To unsubscribe from this topic, visit >>>> https://groups.google.com/d/topic/scrapy-users/9gns7VyScEE/unsubscribe. >>>> To unsubscribe from this group and all its topics, 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. >>>> >>> >>> >>> >>> -- >>> David LANGLADE >>> 5 rue du patuel >>> 42800 Saint martin la plaine >>> Tel : 06.49.42.38.85 >>> >>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "scrapy-users" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/scrapy-users/9gns7VyScEE/unsubscribe. >>> To unsubscribe from this group and all its topics, 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 a topic in the > Google Groups "scrapy-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/scrapy-users/9gns7VyScEE/unsubscribe. > To unsubscribe from this group and all its topics, 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. > -- David LANGLADE 5 rue du patuel 42800 Saint martin la plaine Tel : 06.49.42.38.85 -- 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.
