Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Once I call dos, how do I add new lines to execute?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!