New .bat's + disable __pycache__
diff --git a/run_scapy.bat b/run_scapy.bat
index 2372b79..d31cacd 100644
--- a/run_scapy.bat
+++ b/run_scapy.bat
@@ -1,6 +1,8 @@
 @echo off
-set PYTHONPATH=%cd% 
-python -m scapy.__init__ %*
+call run_scapy_py2.bat --nopause
+if errorlevel 1 (
+   call run_scapy_py3.bat --nopause
+)
 if errorlevel 1 (
    PAUSE
-)
+)
\ No newline at end of file