mirror of https://github.com/secdev/scapy.git
Modified start script (windows) (#345)
Added PAUSE when scapy crashes (to see error code), so the cmd won't close itself
This commit is contained in:
parent
a49473c783
commit
c4e038a2ce
|
@ -1,3 +1,6 @@
|
|||
@echo off
|
||||
set PYTHONPATH=%cd%
|
||||
python -m scapy.__init__
|
||||
if errorlevel 1 (
|
||||
PAUSE
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue