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)
Ann Oman
Ann Oman am 17 Okt. 2018
Geschlossen: MATLAB Answer Bot am 20 Aug. 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)

Antworten (0)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by