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