Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
Send | Description: | Send string to device tool | Download: | send.i386-send.zip (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 7kb | Date: | 11 Nov 07 | Author: | Peter Hutchison | Submitter: | Peter Hutchison | Email: | pjhutch/pcguru plus com | Category: | utility/shell | License: | Freeware | Distribute: | yes | FileID: | 270 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 134 (Current version) | | 134 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] Program: SEND
Author: Peter J Hutchison
How to use SEND
SEND is a program to send strings which include control characters to
either a device (such as a printer) or another file. Format of the command
is :-
SEND "string" TO <device or file>
To include control characters in the string, the ASCII code should be
enclosed in square brackets eg [27] is the ESC character. To send either
a [ or ] character use the Ascii codes 91 and 93.
For example using the Amiga Printer control characters:-
SEND "[27]#1[13][10]" to prt: (Initialise printer)
SEND "[27][91]4mExample using the Send Command[27][91]0m[13][10]"
(Underline)
SEND "[27][91]6wAND THIS IS ENLARGED[27][91]0m[13][10]" to prt: (Enlarge)
This program is freely distributable as long as its sent with this
document. Enjoy!
|