scapy/run_scapy.bat

8 lines
127 B
Batchfile
Raw Normal View History

@echo off
2017-10-03 18:28:54 +00:00
call run_scapy_py2.bat --nopause
if errorlevel 1 (
2017-10-03 18:28:54 +00:00
call run_scapy_py3.bat --nopause
)
2017-10-03 18:28:54 +00:00
if errorlevel 1 (
PAUSE
)