post_install.bat 300 B

12345678
  1. @echo off
  2. rem: Note %~dp0 get path of this batch file
  3. set current_dir=%~dp0
  4. set current_drive=%~d0
  5. cd /d %current_dir%
  6. echo The platformIO installation process is being executed, it may take more than 10 minutes, please be patient...
  7. %current_dir%python377x64/python.exe %current_dir%script.py %*