home *** CD-ROM | disk | FTP | other *** search
-
-
- echo -cs
-
- echo -!2t " "
- echo -t " ECHO -- An Improved ECHO "
- echo -t " (C) 1986 by Larry Phillips "
- echo -t " "
- echo -d
-
- echo -s " This script file will demonstrate "
- echo -3s " Echo, "
- echo -d a new command I wrote to
- echo " replace and enhance the Amigados Echo command supplied by Commodore."
- echo
- echo -t See "ECHO.DOC" for further details on capabilities.
- echo
- echo
- echo
-
- ;----------- NOTE: if you have not yet downloaded PAUSE from
- ; the Amiga Group Software Library, please delete
- ; the "pause" below, and the semicolon before "wait"
- ; Better still, download PAUSE and add it to your C:
- ; directory.
-
- pause
-
- ;wait 5
-
-
- echo -ctttttttt Page 2
-
- echo -tt)1 " Colour 0 background, colour 1 characters "
- echo -tt2 " Colour 0 background, colour 2 characters "
- echo -tt3 " Colour 0 background, colour 2 characters "
-
- echo -tt!0 " Colour 1 background, colour 0 characters "
- echo -tt!2 " Colour 1 background, colour 2 characters "
- echo -tt!3 " Colour 1 background, colour 3 characters "
-
- echo -tt@0 " Colour 2 background, colour 0 characters "
- echo -tt1 " Colour 2 background, colour 1 characters "
- echo -tt3 " Colour 2 background, colour 2 characters "
-
- echo -tt#0 " Colour 3 background, colour 0 characters "
- echo -tt#1 " Colour 3 background, colour 1 characters "
- echo -tt#2 " Colour 3 background, colour 2 characters "
- echo -d
-
- echo " Note the clearing of the screen, and the various background and"
- echo character colours that are available.
- echo
-
- echo -ttt3s " WARNING: "
- echo -d This can be fun!
- echo
-