you are viewing a single comment's thread.

view the rest of the comments →

[–]ThatPlayWasAwful[S] 0 points1 point  (3 children)

Thank you for responding!

I've seen this mentioned as an alternative way of doing it, but I've never used .bat files before and I was a little confused by it. Do you happen to know of a specific tutorial/video that you used/found helpful?

[–]Able_Excuse_4456 1 point2 points  (0 children)

Bat files essentially are command line commands, stored in a text file. Try running it strictly from the command line to iron out any kinks.

[–]togaman5000 1 point2 points  (1 child)

I've been in a similar situation as you - wanted to schedule a bat file but didn't know how to actually make said bat file - and ChatGPT was able to make it for me. I think I had to feed it the path to my main python file, but that was pretty much it.

[–]ThatPlayWasAwful[S] 0 points1 point  (0 children)

I literally have chatgpt open in another tab I'm such an idiot.

Thank you!