home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1115.lha / Programs / CX / Product-Info < prev   
Encoding:
Text File  |  1995-08-25  |  1.5 KB  |  77 lines

  1. .name
  2. CX
  3. .type
  4. Workbench Tool
  5. .short
  6. Exchange clone; ARexx, localized, ...
  7. .description
  8. CX is a replacement of the original "Exchange" program.
  9. It's more comfortable, offers you an ARexx port and,
  10. of course, is fontsensitive and localized.
  11. .beschreibung
  12. CX ist ein Ersatz für das originale "Exchange"-Programm.
  13. CX bietet mehr Komfort (Tastatursteuerung, Menüs), einen
  14. ARexx-Port und ist natürlich fontsensitiv und lokalisiert.
  15. .version
  16. 2.3
  17. .date
  18. 1995.07.11
  19. .author
  20. Fin Schuppenhauer
  21. .reference
  22. GoldFish-Vol2-2:BBS/util/CX-1.3.lha
  23. 1.3
  24. GoldFish-Vol2-1:Files/util/cdity/CX/
  25. 1.3
  26. FreshFish-Vol9-2:BBS/util/CX-1.3.lha
  27. 1.3
  28. FreshFish-Vol8-2:BBS/util/CX-1.3.lha
  29. 1.3
  30. FreshFish-Vol8-1:New/util/cdity/CX/
  31. 1.3
  32. AmigaLibDisks:d10xx/d1051/Programs/CX/
  33. 1.3
  34. FreshFish-Vol7:New/util/cdity/CX/
  35. 1.1
  36. FreshFish-Vol7:BBS/util/CX-1.1.lha
  37. 1.1
  38. .requirements
  39. OS 2.1+
  40. .distribution
  41. Freeware
  42. .address
  43. Fin Schuppenhauer
  44. Brausspark 10
  45. D-20537 Hamburg
  46. (Germany)
  47. .email
  48. 1schuppe@informatik.uni-hamburg.de
  49. .source
  50. Modula-2
  51. .construction
  52. M2Amiga
  53. .docs
  54. CX.guide
  55. CX.doc
  56. .submittal
  57. Downloaded via ftp from wuarchive.wustl.edu.
  58. .execute
  59. LAB Start
  60. set choice `arqreq "Options Selection" "Please select an option" "View English Guide" "View Deutsch Guide" "Run Program" "Cancel" ID=0`
  61. if $choice GT "0"
  62.   if $choice EQ "1"
  63.     MetaTool CX.doc GUIDE
  64.   else
  65.     if $choice EQ "2"
  66.       MetaTool CX.guide GUIDE
  67.     else
  68.       if $choice EQ "3"
  69.         CX
  70.       endif
  71.     endif
  72.   endif
  73.   skip Start BACK
  74. endif
  75. .aminet-dir
  76. util/cdity
  77.