Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96811
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2015-09-18 02:06 -0700 |
| Message-ID | <d4e0dfd5-a87e-49a4-9a7c-696aabf527f2@googlegroups.com> (permalink) |
| Subject | .bat file trouble. |
| From | bobertini@googlemail.com |
Hi, I have two files called module_scripts.py and build_q_scripts.bat. The problem being that when I go to run the bat file it produces a few errors which neither myself or the original owner of the files could understand. Errors: https://gyazo.com/c680f0d70cefe855c21ab0882d7c17b7 We originally thought that it was because it was missing the files: process_init.py and process_global_variables.py however they are right there in the same directory. File contents for the bat file: @echo off python process_init.py python process_global_variables.py python process_scripts.py @del *.pyc echo. echo ______________________________ echo. echo Script processing has ended. echo Press any key to exit. . . pause>nul If there is anyone with any idea how to fix it I'd love you forever :)
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
.bat file trouble. bobertini@googlemail.com - 2015-09-18 02:06 -0700
Re: .bat file trouble. Steven D'Aprano <steve@pearwood.info> - 2015-09-18 19:32 +1000
Re: .bat file trouble. Christian Gollwitzer <auriocus@gmx.de> - 2015-09-18 15:45 +0200
Re: .bat file trouble. eryksun <eryksun@gmail.com> - 2015-09-20 09:53 -0500
Re: .bat file trouble. Ian Kelly <ian.g.kelly@gmail.com> - 2015-09-20 09:43 -0600
csiph-web