keyboard_delete.bat 234 B

123456789
  1. @echo off
  2. :: Press Delete twice with a delay of 3 seconds between each press
  3. echo "Pressing Delete"
  4. send.exe COM4 115200 0x01 0x07 0xD4
  5. timeout /t 3 /nobreak >nul
  6. echo "Releasing Delete"
  7. send.exe COM4 115200 0x01 0x08 0xD4