Skip to content
Snippets Groups Projects
Commit d3648de7 authored by Dirk Loss's avatar Dirk Loss
Browse files

Fixed run_scapy.bat to work under Python 2.6

The old batch file worked on Python 2.5 but lead to the
following error under Python 2.6:
c:\Python26\python.exe: scapy is a package and cannot be directly executed
New file should work under both versions.
parent c5fa52bb
No related branches found
No related tags found
No related merge requests found
@echo off
set PYTHONPATH=%cd%
python -m scapy
python -m scapy.__init__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment