file_io.bat 54 B

1234
  1. @echo off
  2. cd /d %~dp0
  3. call python.bat file_io.py
  4. pause