Posts Tagged ‘process’
How to open the windows explorer programmatically in .net
How to open the windows explorer using vb.net
-
System.Diagnostics.Process.Start("explorer.exe", "c:\tmp")
How to Create Schema from XML in .net
You will use the xsd.exe to create an schema from xml.
Process.start(“xsd.exe”, “xmlfile”)