@echo off
E:
cd E:\python
start python shi.py
start python GXW.py
start python 1.py 10
start python 1.py 100
exit
@echo off
start cmd /K "E:&&cd E:\python&&python shi.py "
start cmd /K "E:&&cd E:\python&&python GXW.py "
@echo off
E:
cd E:\python
start python shi.py
start python GXW.py
start python 1.py 10
start python 1.py 100
exit
@echo off
start cmd /K "E:&&cd E:\python&&python shi.py "
start cmd /K "E:&&cd E:\python&&python GXW.py "