Skip to content
Snippets Groups Projects
Commit c4e038a2 authored by Gabriel Potter's avatar Gabriel Potter Committed by Pierre Lalet
Browse files

Modified start script (windows) (#345)

Added PAUSE when scapy crashes (to see error code), so the cmd won't
close itself
parent a49473c7
No related branches found
No related tags found
No related merge requests found
@echo off
set PYTHONPATH=%cd%
python -m scapy.__init__
if errorlevel 1 (
PAUSE
)
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