This commit is contained in:
Jsj 2008-05-16 18:14:06 +00:00
parent af04fa6ef6
commit 9fab9a198f

View File

@ -81,7 +81,8 @@ namespace DataLoader
tbSource.Text = @"I:\veDATA\vehlp\Procs"; // Sub-sections
break;
case "JOHN":
tbSource.Text = "G:\\PROMSDAT\\vehlp\\procs";// South Texas EOPS
tbSource.Text = @"G:\PROMSDAT\vehlp\procs";// South Texas EOPS
//tbSource.Text = @"G:\PromsDat\VEHP1B\SAMGS.PRC";// South Texas STPNOC
break;
default:
throw new Exception("Not configured for " + SystemInformation.ComputerName);