RosettaCodeData/Task/Hello-world-Line-printer/Mathematica/hello-world-line-printer.math
2023-07-01 13:44:08 -04:00

2 lines
75 B
Text

commandstring = "echo Hello World! | lpr -P Printer01"
Run[commandstring]