Skip to content

Instantly share code, notes, and snippets.

@for2ando
Created June 4, 2022 16:36
Show Gist options
  • Save for2ando/ce9826565d14493550a18010662dd5ce to your computer and use it in GitHub Desktop.
Save for2ando/ce9826565d14493550a18010662dd5ce to your computer and use it in GitHub Desktop.
@echo off
echo TeraTerm Serial Port
set /p comport="Port: COM"
start "" "%TTBIN%\ttermpro.exe" /F="%TTETC%\teraterm.ini" /C=%comport% /W=com%comport%
rem pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment