fork(2) download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. String openWith = "C:\\Program Files (x86)\\Microsoft Office\\Office14\\WINWORD.EXE";
  8. Console.WriteLine(openWith);
  9. }
  10. }
Success #stdin #stdout 0.04s 36912KB
stdin
Standard input is empty
stdout
C:\Program Files (x86)\Microsoft Office\Office14\WINWORD.EXE