NoName.ttm 405 B

12345678910
  1. // Sample of macro using Tito's Terminal 0.2b
  2. // Created: 20/10/2014 11:56:16
  3. disconnect //Disconnect first, in case there was another connection
  4. connect "192.168.1.1" //Connect to a new IP
  5. wait "login: " //Wait for this text
  6. sendln "usuario" //Send this text
  7. wait "password: "
  8. sendln "clave"
  9. pause 3 //Wait for 3 seconds
  10. sendln "cd /carpeta_de_trabajo"