Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Once I call dos, how do I add new lines to execute?

1 visualizzazione (ultimi 30 giorni)
Ann Oman
Ann Oman il 17 Ott 2018
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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)

Risposte (0)

Questa domanda è chiusa.

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by