This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
scapy
mirror of
https://github.com/secdev/scapy.git
Watch
1
Star
1
Fork
You've already forked scapy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a2e8bb5da0
scapy
/
run_scapy.bat
4 lines
59 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Added Windows batch files for run_scapy and run_tests
2009-07-20 08:21:37 +00:00
@
echo
off
set
PYTHONPATH
=
%cd%
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.
2009-10-30 21:34:19 +00:00
python -m scapy.__init__