Fixed RO Editor access
This commit is contained in:
parent
111ff933be
commit
3bc3278035
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user