#!/bin/sh
#] 
#] *********************
#] $ bash "$d_bin""starter/neural_massEmail.sh"  - setup workspace for IJCNN mass emails 
# www.BillHowell.ca  08Jan2017 initial


# defined in start_input :
#		d_start="$d_bin""starter/"
#		goApp="$d_start"'start_app.sh'  

# just put source at wkSpc level scripts, 
#    because for higher up nested sources, workSpace_select not recognized!! (fix that later)
source "$d_bin"'starter/0_workSpace select.sh'
workSpace_select

echo "neural_massEmail.sh is running in Desktop $wrkSpc"



if [ -d "$d_Midas" && -d "$d_PROJECTS" ]; then

d_process="$d_Midas"'a_INNS Lexicom email server/'
d_instruct="$d_PROJECTS"'a_INNS Lexicom email server/'
d_email="$d_PROJECTS"'2018 WCCI Rio de Janiero/mass emails/'
d_WCCI="$d_PROJECTS"'2018 WCCI Rio de Janiero/'

bash "$goApp"  "$delay_fmg"  "filemgr"   "$d_process"		'' 
bash "$goApp"  "$delay_trm"  "terminal"  ''					'' 
bash "$goApp"  "$delay_brs"  "browser"   "http://www.ecomp.poli.br/~wcci2018/"  '' 
bash "$goApp"  "$delay_edt"  "editor"    "$d_email"		'WCCI2018 mass email 180109 Howell version 180102.html'
bash "$goApp"  "$delay_LOf"  "libroff"   "$d_instruct"	'INNS Mass email instructions.odt' 
bash "$goApp"  "$delay_LOf"  "libroff"   "$d_WCCI"			'0_mass email notes.txt'
bash "$goApp"  "$delay_fmg"  "filemgr"   "$d_instruct"   '' 

else  echo "neural_massEmail.sh Error : [Midas AND PROJECTS] drives not both mounted."
fi



# enddoc
