Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
Printer {
|
||||
\\ just change the current layer to Print Page
|
||||
\\ Using Layer { } we can change to basic console layer inside any layer
|
||||
Print "Hello World!"
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
Try ok {
|
||||
Open "Lpt1" For OutPut As N '' prints to Lpt1 if exist a printer
|
||||
Print #N, "Hello World!"
|
||||
Close #N
|
||||
}
|
||||
If Not Ok Then Print "Can't Print"
|
||||
|
|
@ -0,0 +1 @@
|
|||
Dos "Print /d:lpt1 file " +quote$(dir$+"this.txt");
|
||||
|
|
@ -0,0 +1 @@
|
|||
Dos "command" [, sleep time after call] [;]
|
||||
Loading…
Add table
Add a link
Reference in a new issue