Short: Echo a string to the debug output Author: Alex Carmona Uploader: AmigaOne TheWorld net (Alex Carmona) Type: util/shell Version: 1.1 Architecture: ppc-amigaos >= 4.0.0 DESCRIPTION: Echo2Debug sends a string to the debug output. Essentially, it provides DebugPrintF() functionality to scripts. It may be useful for troubleshooting the startup-sequence/user-startup, when the display won't show up, or to log some messages or variables when booting from a read-only medium such as a custom boot CD. EXAMPLE: Echo2Debug Some text string HISTORY: 1.1 20051117 Bugfix: Now sets the appropriate return code if the command fails. 1.0 20050516 Initial release.