<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>wie kann ich in C# andere dateien ausführen?</title>
    <link>http://forum.geizhals.at/feed.jsp?id=210188</link>
    <description>Geizhals-Forum</description>
    <item>
      <title>Re(3): wie kann ich in C# andere dateien ausführen?</title>
      <link>http://forum.geizhals.at/t210188,1170689.html#1170689</link>
      <description>entweder: Process.Start("IExplore.exe");&lt;br&gt;&lt;br&gt;oder&lt;br&gt;&lt;br&gt;ProcessStartInfo startInfo = new ProcessStartInfo("IExplore.exe");&lt;br&gt;startInfo.WindowStyle = ProcessWindowStyle.Minimized;&lt;br&gt;Process.Start(startInfo);&lt;br/&gt;</description>
      <pubDate>Wed, 26 Nov 2003 11:02:42 GMT</pubDate>
      <guid>http://forum.geizhals.at/t210188,1170689.html#1170689</guid>
      <dc:creator>Somnatic</dc:creator>
      <dc:date>2003-11-26T11:02:42Z</dc:date>
    </item>
    <item>
      <title>Re(3): wie kann ich in C# andere dateien ausführen?</title>
      <link>http://forum.geizhals.at/t210188,1170653.html#1170653</link>
      <description>Beispiel:&lt;br&gt;Process myProcess = new Process();&lt;br&gt;ProcessStartInfo myProcessStartInfo = new ProcessStartInfo("Process_StandardOutput_Sample.exe" );&lt;br&gt;myProcessStartInfo.UseShellExecute = false;&lt;br&gt;myProcessStartInfo.RedirectStandardOutput = true;&lt;br&gt;myProcess.StartInfo = myProcessStartInfo;&lt;br&gt;myProcess.Start();&lt;br&gt;&lt;br&gt;StreamReader myStreamReader = myProcess.StandardOutput;&lt;br&gt;// Read the standard output of the spawned process.&lt;br&gt;string myString = myStreamReader.ReadLine();&lt;br&gt;Console.WriteLine(myString);&lt;br&gt;myProcess.Close();&lt;br&gt;&lt;br&gt;&lt;br&gt;Quelle:&lt;br&gt;&lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdiagnosticsprocessclassstandardoutputtopic.asp" rel="noopener" target="_blank"&gt;http:/&lt;wbr/&gt;/&lt;wbr/&gt;msdn.microsoft.com/&lt;wbr/&gt;library/&lt;wbr/&gt;default.asp?&lt;wbr/&gt;url=/&lt;wbr/&gt;library/&lt;wbr/&gt;en-us/&lt;wbr/&gt;cpref/&lt;wbr/&gt;html/&lt;wbr/&gt;frlrfsystemdiagnosticsprocessclassstandardoutputtopic.asp&lt;/a&gt; &lt;br&gt;&lt;br&gt;Suchzeit:&lt;br&gt;15 Sekunden mit Google&lt;br/&gt;</description>
      <pubDate>Wed, 26 Nov 2003 10:44:40 GMT</pubDate>
      <guid>http://forum.geizhals.at/t210188,1170653.html#1170653</guid>
      <dc:creator>hover</dc:creator>
      <dc:date>2003-11-26T10:44:40Z</dc:date>
    </item>
    <item>
      <title>Re(2): wie kann ich in C# andere dateien ausführen?</title>
      <link>http://forum.geizhals.at/t210188,1170543.html#1170543</link>
      <description>hmmmmmmm irgendwie &lt;i&gt;pfunziwunzifunztatatut&lt;/i&gt; das bei mir nicht so richtig.&lt;br&gt;&lt;br&gt;also sagen wir mal ich habe ein Programm im ordner "ordner" auf der Platte "d:\" und es heist "programm.exe".&lt;br&gt;&lt;br&gt;wie führe ich es aus???&lt;br&gt;&lt;br/&gt;</description>
      <pubDate>Wed, 26 Nov 2003 09:28:53 GMT</pubDate>
      <guid>http://forum.geizhals.at/t210188,1170543.html#1170543</guid>
      <dc:creator>Foxx</dc:creator>
      <dc:date>2003-11-26T09:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: wie kann ich in C# andere dateien ausführen?</title>
      <link>http://forum.geizhals.at/t210188,1170520.html#1170520</link>
      <description>Process myProcess = new Process();&lt;br&gt;myProcess.Start();&lt;br&gt;&lt;br&gt;&lt;br&gt;besondere Parameter kannst mit myProcess.StartInfo.xxx übergeben ...&lt;br&gt;&lt;br&gt;ahja .. ich glaueb System.Diagnostics musst includen .. bzw. halt beim using dazuschreiben ...&lt;br/&gt;</description>
      <pubDate>Wed, 26 Nov 2003 09:15:45 GMT</pubDate>
      <guid>http://forum.geizhals.at/t210188,1170520.html#1170520</guid>
      <dc:creator>Somnatic</dc:creator>
      <dc:date>2003-11-26T09:15:45Z</dc:date>
    </item>
    <item>
      <title>wie kann ich in C# andere dateien ausführen?</title>
      <link>http://forum.geizhals.at/t210188,1170504.html#1170504</link>
      <description>Ich will in einem C# Programm irgendwelche dateien oder programme die sie bereits auf meinem PC befinden (z.B. per knopfdruck) ausführen.&lt;br&gt;&lt;br&gt;&lt;font color="#FF00FF"&gt;&lt;span class="piep" title="Währe"&gt;*TR&amp;Ouml;T*&lt;/span&gt;&lt;/font&gt; super wen mir da jemand weiterhelfen könnte.&lt;br&gt;&lt;br&gt;&lt;br/&gt;</description>
      <pubDate>Wed, 26 Nov 2003 09:10:03 GMT</pubDate>
      <guid>http://forum.geizhals.at/t210188,1170504.html#1170504</guid>
      <dc:creator>Foxx</dc:creator>
      <dc:date>2003-11-26T09:10:03Z</dc:date>
    </item>
  </channel>
</rss>
