home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / wb / mcp / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-25  |  3.1 KB  |  141 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. MCP
  6. .fullname
  7. Master Control Program
  8. .type
  9. Multifunction Commodity
  10. .aminet-dir
  11. util/wb
  12. .short
  13. A powerful Multifunction Commodity
  14. .description
  15. MCP (Master Control Program) is a powerful Multifunction commodity with 
  16. the following features:
  17.  
  18.  - Assign-Manager
  19.  - WBTitle-Clock
  20.  - ReqToolsPatch
  21.  - moving full Windows (fully systemconform)
  22.  - sizing of full Windows (fully systemconform)
  23.  - PackerPatch (every program can load crunched files)
  24.  - 16 colour Mouse-Pointer
  25.  - new Workbench-Titlebar
  26.  - complex promotor
  27.  - FormatProtect
  28.  - ToolAlias (changing the Default Tool in the icons)
  29.  - CacheFont
  30.  - ToolType Extension (additional ToolTypes for Games etc.)
  31.  - MouseAccelerator
  32.  - DriveNoClick
  33.  - setting DRI Pens
  34.  - AssignWedge
  35.  - automatic Screen Activation
  36.  - Requester Timeout
  37.  - exchange AppIcons
  38.  - exchange TopazFont
  39.  - Blanker (supports SwazBlanker)
  40.  - Dimmer
  41.  - MousePointer-Blanker
  42.  - Guru-History (saving of all Guru's)
  43.  - NoGuru
  44.  - PatchRGB32
  45.  - Screensmenu (for comfortable selection of screens)
  46.  - patch for turning off the ChipMem
  47.  - DOS star (* instead of #?)
  48.  - NewLook Menus
  49.  - Hotkeys
  50.  - MUI-Preference-Program
  51.  - programmed in 100% Assembler
  52. .version
  53. 1.05
  54. .date
  55. 1995.07.22
  56. .author
  57. Stefan "zerocom" Sommerfeld
  58. Michael "Oxygene" Knoke
  59. Vincent "fOX" Schöttke
  60. .requirements
  61. Requires OS2.04+
  62. .distribution
  63. Copyrighted but freely distributable
  64. .address
  65. Stefan "zerocom" Sommerfeld
  66. Kaulbachstr. 3
  67. 14612 Falkensee
  68. Germany
  69. Michael "Oxygene" Knoke
  70. Berlinerstr. 33
  71. 14612 Falkensee
  72. Germany
  73. .email
  74. zerocom@cs.tu-berlin.de
  75. knoke@cs.tu-berlin.de
  76. .docs
  77. Docs/!!!LIESMICH_2.xx_users
  78. Docs/!!!LISEZMOI_KS2.xx
  79. Docs/!!!README_2.xx_users
  80. Docs/AGuideConv.doc
  81. Docs/AllPatches.txt
  82. Docs/FixJump_eng.doc
  83. Docs/FixJump_fr.doc
  84. Docs/FixJump_ger.doc
  85. Docs/MCP_eng.guide
  86. Docs/MCP_fr.guide
  87. Docs/MCP_ger.guide
  88. Docs/PatchControl_eng.doc
  89. Docs/PatchControl_fr.doc
  90. Docs/PatchControl_ger.doc
  91. .described-by
  92. Richard Fish
  93. .submittal
  94. Downloaded via ftp from wuarchive.wustl.edu.
  95. .execute
  96. set choice `RequestChoice "MCP" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
  97.  
  98. if $choice EQ "0"
  99.   quit 5
  100. endif
  101.  
  102. if $choice EQ "1"
  103.   set filechoice `RequestFile TITLE "Select File" PATTERN "#?.doc" DRAWER "Docs"`
  104.   set dirchoice `pathname $filechoice`
  105.   set filechoice `basename $filechoice`
  106.   failat 21
  107.   cd $dirchoice
  108.   MetaTool $filechoice TEXT
  109. endif
  110.  
  111. if $choice EQ "2"
  112.   set filechoice `RequestFile TITLE "Select File" PATTERN "#?.guide" DRAWER "Docs"`
  113.   set dirchoice `pathname $filechoice`
  114.   set filechoice `basename $filechoice`
  115.   failat 21
  116.   cd $dirchoice
  117.   MetaTool $filechoice GUIDE
  118. endif
  119.  
  120. if $choice EQ "3"
  121.   set choice2 `RequestChoice "Language Selection" "Please select a language" "Deutsch" "English" "Français" "Cancel"`
  122.   if $choice2 EQ "0"
  123.     quit 0
  124.   endif
  125.  
  126.   if $choice2 EQ "1"
  127.     Installer SCRIPT Install_MCP APPNAME MCP DEFUSER EXPERT LANGUAGE deutsch
  128.   endif
  129.  
  130.   if $choice2 EQ "2"
  131.     Installer SCRIPT Install_MCP APPNAME MCP DEFUSER EXPERT LANGUAGE english
  132.   endif
  133. endif
  134.  
  135. if $choice EQ "4"
  136.   assign libs: libs/ ADD
  137.   run Tools/PatchControl
  138.   run MCP
  139.   run Prefs/MCPPrefs
  140. endif
  141.