save as exe.py
'''
#!/usr/bin/python
import subprocess
prg="main.run furu"
subprocess.call(prg, shell=True)
'''
More than 5 years have passed since last update.
file sample to use python as batch file
Last updated at Posted at 2019-02-28
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme