Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

64
Vistas
Electron javascript run batch command

I need to run a batch command in electron.

i try it. i have btn timeout and after click i need run cmd batch script. This code but no run batch

document.getElementById('timeout').addEventListener('click', function (e){
    timeout();
});
function timeout()
{
    const {shell} = require('electron');
    shell.Run('cmd /c start TIMEOUT /T 10');
}

Thank you for your advice.

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Try this method. Note that it requires nodeIntegration to be enabled, or for you to run the command from the main process.

const { exec } = require('child_process');
exec('cmd /c start TIMEOUT /T 10');

The shell module from Electron is not a shell in the sense you're thinking.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda