removed the usgae of the roloc enviroment variable

This commit is contained in:
John Jenko 2009-12-03 14:54:39 +00:00
parent 1097842f36
commit 7cfc6420e8

View File

@ -867,8 +867,7 @@ namespace Volian.Controls.Library
// TODO: This is hard-coded to particular folders // TODO: This is hard-coded to particular folders
//System.Diagnostics.Process.Start(@"C:\VE-PROMS.NET\BIN\RoEditor.EXE",@"c:\Plant\hlp\vehlp\ro " + CurROLink.ROID); //System.Diagnostics.Process.Start(@"C:\VE-PROMS.NET\BIN\RoEditor.EXE",@"c:\Plant\hlp\vehlp\ro " + CurROLink.ROID);
string roapp = Environment.GetEnvironmentVariable("roapp"); string roapp = Environment.GetEnvironmentVariable("roapp");
string roloc = Environment.GetEnvironmentVariable("roloc"); string roloc = _MyROFST.MyRODb.FolderPath;
//string roloc = _MyROFST.MyRODb.FolderPath;
System.Diagnostics.Process.Start(roapp, roloc + " " + CurROLink.ROID); System.Diagnostics.Process.Start(roapp, roloc + " " + CurROLink.ROID);
} }
#endregion #endregion