Advertisement
This is comment for paste
HOW TO HTML RUN File .exe
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- const python = spawn('python', ['-c', 'import subprocess; subprocess.run(['path_to_your_exe_file'], check=True)']);
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement