Guest User

Untitled

a guest
May 23rd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. p = subprocess.Popen(["powershell.exe",
  2. "C:\Users\Documents\12_april.ps1"],
  3. stdin=subprocess.PIPE, stdout=subprocess.PIPE)
  4. p.communicate()
Add Comment
Please, Sign In to add comment