SET BAND=%1 REM DATALOC entries are saved in MCTABLE.TXT REM and do not need to be run each time, so REM I commented out the following DATALOC ADD REM to your SDI machine. This command would REM need to be run once on each new client REM that would run these processing scripts. REM DATALOC ADD EAST (your sdi IP address) REM Also the following commands are saved from REM session to session. DSSERVE entries are REM saved in the RESOLV.SRV file. These I have REM left to be run each time as they are quick REM to execute and you can make changes as needed. REM Band 17 does a true color image for REM the specified domain and is named with BAND17 REM in the filename and uses the RGB local dataset REM for processing DSSERVE ADD A/A AREA 1 9999 DSSERVE ADD A/YUCATAN AREA 326 330 DSSERVE ADD RGB/COMP AREA 401 580 AKA ADD A A/A AKA ADD YUCATAN A/YUCATAN REM Processing script chosen per band IF %BAND%==1 BATCH BAND_01_YUCATAN.BAT IF %BAND%==2 BATCH BAND_02_YUCATAN.BAT IF %BAND%==3 BATCH BAND_03_YUCATAN.BAT IF %BAND%==4 BATCH BAND_04_YUCATAN.BAT IF %BAND%==5 BATCH BAND_05_YUCATAN.BAT IF %BAND%==6 BATCH BAND_06_YUCATAN.BAT IF %BAND%==7 BATCH BAND_07_YUCATAN.BAT IF %BAND%==8 BATCH BAND_08_YUCATAN.BAT IF %BAND%==9 BATCH BAND_09_YUCATAN.BAT IF %BAND%==10 BATCH BAND_10_YUCATAN.BAT IF %BAND%==11 BATCH BAND_11_YUCATAN.BAT IF %BAND%==12 BATCH BAND_12_YUCATAN.BAT IF %BAND%==13 BATCH BAND_13_YUCATAN.BAT IF %BAND%==14 BATCH BAND_14_YUCATAN.BAT IF %BAND%==15 BATCH BAND_15_YUCATAN.BAT IF %BAND%==16 BATCH BAND_16_YUCATAN.BAT IF %BAND%==17 BATCH BAND_17_YUCATAN.BAT