qa-scrapers icon indicating copy to clipboard operation
qa-scrapers copied to clipboard

Running .bat files on mac

Open shameelabdulla opened this issue 7 years ago • 1 comments

Hi, How to run this on mac. Bat files dont run

shameelabdulla avatar Jul 26 '17 09:07 shameelabdulla

A bat file is clearly designed for Windows OS only. You should study what's inside the bat file and convert it into shell script ^^ And actually the bat file turns out is just:

python topic.py %EMAIL% %PASSW% %URL%

You can replace the parameter by your own value, it should work~ Hope this helps~

tim5go avatar Aug 05 '17 13:08 tim5go