Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Once I call dos, how do I add new lines to execute?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I've tried these methods... and nada
dos('CMD.exe')
dos('nslookup ')
dos('set type=MX')
dos('google.com')
command1 = 'nslookup';
command2 = 'set type=MX';
command3 = 'google.com';
system(command1,command2,command3)
dos(command1,command2,command3)
0 comentarios
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!