I am in the process of converting everything from ArcMap to ArcGIS Pro. For years, I have had a series of Batch Files that were used in Window's Task Scheduler to run dozens of Stand Alone Python scripts overnight to update my GIS data from external databases. Part of the project is to convert the code from Python 2 to Python 3. One of the items I cannot figure out is how to convert the existing BATCH files with the collection of Python 2 scripts to an executable BATCH file with Python 3 scripts. I learned how to put a script into a BATCH file and run it outside of ArcGIS Pro, but I need to add multiple Python Scripts in a single BATCH file to run them one after another, similar to what I was able to do with Python 2 (2.7). I am stuck, so any help would be great.
Thank You