#Stuck on error in code for .bat file

17 messages · Page 1 of 1 (latest)

terse sage
#

i'm trying to run a .bat file and i got this error. i'm not sure how to fix it since it says that 'input' is required and it's already in the code. i just don't know what to do

bold herald
#

Doesn't look like it?

#

Your Python script expects some input but you don't provide that?

terse sage
#

should i share the text from the .py file too?

#

actually i don't think i can because it's very long. should i link it?

bold herald
#

That "usage:..." message is from your Python script

terse sage
brittle tuskBOT
#

-# :warning: Files from unknown sources can be dangerous. Download with care. :warning:

terse sage
#

this is the .py file that came with the .bat file

bold herald
#

ye ain't reading allat

#

the stuff in the main function / at the bottom is probably interesting

#

nvm found it

#

so you need to give it an input file

#

and then an optional output path

terse sage
#

oh ok. would the output path be like a directory for the input file in this case?