Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #96811

.bat file trouble.

X-Received by 10.129.99.131 with SMTP id x125mr3400182ywb.42.1442567166105; Fri, 18 Sep 2015 02:06:06 -0700 (PDT)
X-Received by 10.140.85.73 with SMTP id m67mr28379qgd.38.1442567166064; Fri, 18 Sep 2015 02:06:06 -0700 (PDT)
Path csiph.com!au2pb.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!z77no1971771qge.1!news-out.google.com!68ni741qgg.0!nntp.google.com!z77no1971768qge.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.lang.python
Date Fri, 18 Sep 2015 02:06:05 -0700 (PDT)
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=86.10.232.243; posting-account=-NuK5gkAAAAcH2bUMHH2n2TrwDJjt_WA
NNTP-Posting-Host 86.10.232.243
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <d4e0dfd5-a87e-49a4-9a7c-696aabf527f2@googlegroups.com> (permalink)
Subject .bat file trouble.
From bobertini@googlemail.com
Injection-Date Fri, 18 Sep 2015 09:06:06 +0000
Content-Type text/plain; charset=ISO-8859-1
Lines 26
Xref csiph.com comp.lang.python:96811

Show key headers only | View raw


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 | NextNext in thread | Find similar | Unroll thread


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