(anonymous IP: 18.190.176.176,352) | ||||||||||||||
| ||||||||||||||
Audio (96) Datatype (15) Demo (50) Development (247) Document (62) Driver (19) Emulation (62) Game (529) Graphics (224) Library (22) Network (62) Office (21) Utility (250) Video (18) Total files: 1677 Full index file Recent index file Part of aros exec |
[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! |
Copyright © 2005 - 2024 The AROS Archives All Rights Reserved |