5 lines
102 B
Batchfile
5 lines
102 B
Batchfile
@echo off
|
|
cd /d "e:\Lukasz\Projekty\Python\Crawler_XML"
|
|
python crawler.py --url https://fluo.dog
|
|
exit
|