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)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!