post_install.bat 277 B

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