From f8e5ccbea8b89ce291b5eabb634f37cdd1e39b7a Mon Sep 17 00:00:00 2001 From: John Date: Fri, 3 Oct 2008 14:11:23 +0000 Subject: [PATCH] --- PROMS/DataLoader/frmLoader.Designer.cs | 2 +- PROMS/DataLoader/frmLoader.cs | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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); } }