Advertisement
Guest User

Untitled

a guest
Jul 31st, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. System.Diagnostics.ProcessStartInfo psi = new System.Diagnostics.ProcessStartInfo(@"TempDocument.txt");
  2. psi.Verb = "PRINT";
  3. Process.Start(psi);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement