Fixed RO Editor access

This commit is contained in:
John Jenko 2009-12-10 18:11:15 +00:00
parent 111ff933be
commit 3bc3278035

View File

@ -867,7 +867,7 @@ namespace Volian.Controls.Library
// 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);
string roapp = Environment.GetEnvironmentVariable("roapp");
string roloc = _MyROFST.MyRODb.FolderPath;
string roloc = "\"" + _MyROFST.MyRODb.FolderPath + "\"";
System.Diagnostics.Process.Start(roapp, roloc + " " + CurROLink.ROID);
}
#endregion