home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff391.lzh / Eco / eco.me < prev    next >
Text File  |  1990-10-27  |  2KB  |  34 lines

  1. ;
  2. ;  Eco sample by Dario de Judicibus © 1989
  3. ;
  4. resident eco ecox
  5. ;
  6. eco "\C\2\s"
  7. eco "\t\t    _____  ___    ____ "
  8. eco "\t\t   / ___/ / __/  / _  >   \3Let's see what I\2"
  9. eco "\t\t  / __/  / <__  / </ /    \3can do for you!!\2"
  10. eco "\t\t <____/ <____/ <____/  \d"
  11. eco "\nFirst of all, you can define foreground and background colours:\n"
  12. eco "\\0 gives \0ZERO\d\t\\1 gives \1ONE\d\t\\2 gives \2TWO\d\t\\3 gives \3THREE\d"
  13. eco "\\4 gives \4FOUR\d\t\\5 gives \5FIVE\d\t\\6 gives \6SIX\d\t\\7 gives \7SEVEN\d"
  14. eco "\nThen you can define styles:\n"
  15. eco "\2\\b\d for \3\bBOLD\p\t\2\\i\d for \3\iITALIC\p\t\2\\u\d for \3\uUNDERSCORE\d\t\2\\r\d for \3\rREVERSE\p"
  16. eco "\nYou can enter characters you haven't on the keyboard:\n"
  17. eco "\2\\xA7\d to get \3\xA7\d, \2\\xDE\d to get \3\xDE\d, and so forth"
  18. eco "\2\\\\\d for the escape character \3\\\d, and \2\\\q\d for quotes \3\q\d"
  19. eco "\nYou can display the current date and time in many formats:\n"
  20. eco "Today is \2\[d2]\d, or \2\[d3]\d, time is \2\[t2]\d, or \2\[t5]\d"
  21. eco "Day of the week is \3\[w1]\d, whereas the current dir is \3\[p]\d"
  22. eco "\n\n\3Press \bENTER\p\3 to continue...\d\W"
  23. eco "\CWell. you can also issue commands as \2dir\1\n\$dir$\n"
  24. eco "or, for instance, \2info\1\n\$info$\n"
  25. eco "\n\n\3Press \bENTER\p\3 to continue...\d\W"
  26. eco "\C****** Let's see now something really interesting: ******\n"
  27. eco "\(3,4)<- this is at \2(3,4)\d\(6,8)<- this is at \2(6,8)\d\(10,12)<- this is at \2(10,12)\d"
  28. eco "\n\nWait few seconds...\D2\(6,7)\c\rC L E A R E D\d\n\n"
  29. eco "\t\t\7       \4       \6       \d\n\t\t\7       \4       \6       \d\n\t\t\7       \4       \6       \d"
  30. eco "\t\t\7       \4       \6       \d\n\t\t\7       \4       \6       \d\n\t\t\7       \4       \6       \d"
  31. eco "\n\2\t\t\t\t\tCiao ciao dall'I\3T\1A\2L\3I\1A\2.... DdJ\d\n"
  32.  
  33.  
  34.