Skip to content

Instantly share code, notes, and snippets.

@jfjlaros
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfjlaros/482fe9f0397e554ed29f to your computer and use it in GitHub Desktop.
Save jfjlaros/482fe9f0397e554ed29f to your computer and use it in GitHub Desktop.
Installation instructions for running the Mutalyzer Batch Checker in Windows.

Running the automated Batch Checker

Installation

Python core libraries

Go to the Python website. In the Downloads tab, click the Python 2.7.9 button. Go to your downloads folder and start the installation by double clicking on the package python-2.7.9.msi.

Additional python packages

Open a command prompt and type the following:

c:
cd Python27\Scripts
pip.exe install suds

The automated Batch Checker script

Download the Batch Checker script.

Running

Open a command prompt and type the following:

C:\Python27\python.exe run_batch_job.py -h

This will show how to use the script. If, for example, you have a batch file named in.txt on which you want to run the Name Checker and you want to write the output to the file out.txt, type the following:

C:\Python27\python.exe run_batch_job.py in.txt out.txt NameChecker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment