Hello world/Line printer: Difference between revisions

Content added Content deleted
Line 590: Line 590:
If we have a file in current dir we can use a Dos command:
If we have a file in current dir we can use a Dos command:
<lang M2000 Interpreter>
<lang M2000 Interpreter>
Dos "Print /d:lpt1 file " +quote$(dir$+"this.txt")
Dos "Print /d:lpt1 file " +quote$(dir$+"this.txt");
</lang>
</lang>
Using ; at the end of DOS command we have no open terminal
Dos "command" [, sleep time after call] [;]


=={{header|Mathematica}} / {{header|Wolfram Language}}==
=={{header|Mathematica}} / {{header|Wolfram Language}}==