@echo off
set OLDPATH=%PATH%
set PATH=C:\Python24;%PATH%
python process_strings.py
python process_sounds.py
python process_particle_sys.py
python process_skins.py
python process_items.py
python process_map_icons.py
python process_factions.py
python process_scene_props.py
python process_scenes.py
python process_troops.py
python process_party_tmps.py
python process_parties.py
python process_quests.py
python process_scripts.py
python process_mission_tmps.py
python process_game_menus.py
python process_simple_triggers.py
python process_dialogs.py
set PATH=%OLDPATH%
del *.pyc
echo.
echo ______________________________
echo.
echo Script processing has ended.
echo Press any key to exit. . .
pause>nul