diff --git a/PROMS/DataLoader/frmLoader.Designer.cs b/PROMS/DataLoader/frmLoader.Designer.cs index 06ab1344..7defcb21 100644 --- a/PROMS/DataLoader/frmLoader.Designer.cs +++ b/PROMS/DataLoader/frmLoader.Designer.cs @@ -154,7 +154,7 @@ namespace DataLoader this.tbVesamPath.Name = "tbVesamPath"; this.tbVesamPath.Size = new System.Drawing.Size(469, 22); this.tbVesamPath.TabIndex = 66; - this.tbVesamPath.Text = "c:\\16bit\\ve-proms\\vesam.opt"; + this.tbVesamPath.Text = @"C:\16bit\Ve-proms\vesam.opt"; // // btnVesam // diff --git a/PROMS/DataLoader/frmLoader.cs b/PROMS/DataLoader/frmLoader.cs index 2ef46c33..c11a4f6c 100644 --- a/PROMS/DataLoader/frmLoader.cs +++ b/PROMS/DataLoader/frmLoader.cs @@ -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); } }