Hello world/Line printer: Difference between revisions

Line 590:
If we have a file in current dir we can use a Dos command:
<lang M2000 Interpreter>
Dos "Print /d:lpt1 file " +quote$(dir$+"this.txt");
</lang>
Using ; at the end of DOS command we have no open terminal
Dos "command" [, sleep time after call] [;]
 
=={{header|Mathematica}} / {{header|Wolfram Language}}==
Anonymous user