Files
ffmpeg_collection/powershell_test
Elghinnarisa 19ad920d93 unMcFucking
2022-09-09 19:50:39 +02:00

8 lines
169 B
Plaintext

import subprocess, sys
import os
folder_path=os.getcwd()
p = subprocess.Popen(["powershell.exe", "dir"])
res=p.communicate()