hoge.exe 's return value is usually "0" if it is generated by "py2exe". If you want to return 1 or 100 or so, you should use sys.exit(5) in python hoge.py file.
hoge.exe 's return value is usually "0" if it is generated by "py2exe". If you want to return 1 or 100 or so, you should use sys.exit(5) in python hoge.py file.