removed the usgae of the roloc enviroment variable
This commit is contained in:
parent
1097842f36
commit
7cfc6420e8
@ -867,8 +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 = Environment.GetEnvironmentVariable("roloc");
|
||||
//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