This is Windows 7 with python 2.7
I have a scrapy project in a directory called caps (this is where scrapy.cfg is)
My spider is located in caps\\caps\\spiders\\c
without project use runspider and fileName with project use crawl and name sample : C/user> scrapy runspider myFile.py
C/user> scrapy runspider myFile.py