removed the usgae of the roloc enviroment variable
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user