This is a drop-in replacement for the 'pdutil' tool included in the Windows version of the Playdate SDK, (based on the 3.0 version)
- Same basic functionality as the stock pdutil (on Windows)
installcommand now only copies new or changed files, for faster updating. Also can copy a zipped pdxcleancommand does a clean install (removing existing pdx files before copying)cmdcommand allows you to run a serial USB command directly from the shell (without having to set up serial comms, etc)shelllaunches you directly into a serial USB shellscreensaves a screenshot locally to the filename provided
Copy the pdutil2.exe into your %PLAYDATE_SDK_PATH%\bin\ folder, then change any scripts to call pdutil2 instead of pdutil
Currently pdutil2 is Windows only, due to use of Windows specific APIs to access serial ports and drive mountings. This may be possible to change, if anyone wants to do a PR!