This commit is contained in:
2008-10-03 14:11:23 +00:00
parent 40dcb9a2a3
commit f8e5ccbea8
2 changed files with 6 additions and 2 deletions

View File

@@ -91,7 +91,11 @@ namespace DataLoader
tbSource.Text = @"G:\PROMSDAT\vehlp\procs";// South Texas EOPS
//tbSource.Text = @"G:\PromsDat\VEHP1B\SAMGS.PRC";// South Texas STPNOC
break;
default:
case "JOHN-VISTA":
tbSource.Text = @"C:\16bit\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);
}
}