RosettaCodeData/Task/Hello-world-Line-printer/Mathematica/hello-world-line-printer.math
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

2 lines
75 B
Text

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