Guest User

Untitled

a guest
Jun 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #include "stdafx.h"
  2. #include <windows.h>
  3. using namespace System;
  4.  
  5. int main(array<System::String ^> ^args)
  6. {
  7. ShellExecute(0, "open", "C:\\Users\\Johan\\Desktop\\myfile.txt", NULL, 0, SW_SHOW);
  8. }
Add Comment
Please, Sign In to add comment