home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-25 | 3.1 KB | 141 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- MCP
- .fullname
- Master Control Program
- .type
- Multifunction Commodity
- .aminet-dir
- util/wb
- .short
- A powerful Multifunction Commodity
- .description
- MCP (Master Control Program) is a powerful Multifunction commodity with
- the following features:
-
- - Assign-Manager
- - WBTitle-Clock
- - ReqToolsPatch
- - moving full Windows (fully systemconform)
- - sizing of full Windows (fully systemconform)
- - PackerPatch (every program can load crunched files)
- - 16 colour Mouse-Pointer
- - new Workbench-Titlebar
- - complex promotor
- - FormatProtect
- - ToolAlias (changing the Default Tool in the icons)
- - CacheFont
- - ToolType Extension (additional ToolTypes for Games etc.)
- - MouseAccelerator
- - DriveNoClick
- - setting DRI Pens
- - AssignWedge
- - automatic Screen Activation
- - Requester Timeout
- - exchange AppIcons
- - exchange TopazFont
- - Blanker (supports SwazBlanker)
- - Dimmer
- - MousePointer-Blanker
- - Guru-History (saving of all Guru's)
- - NoGuru
- - PatchRGB32
- - Screensmenu (for comfortable selection of screens)
- - patch for turning off the ChipMem
- - DOS star (* instead of #?)
- - NewLook Menus
- - Hotkeys
- - MUI-Preference-Program
- - programmed in 100% Assembler
- .version
- 1.05
- .date
- 1995.07.22
- .author
- Stefan "zerocom" Sommerfeld
- Michael "Oxygene" Knoke
- Vincent "fOX" Schöttke
- .requirements
- Requires OS2.04+
- .distribution
- Copyrighted but freely distributable
- .address
- Stefan "zerocom" Sommerfeld
- Kaulbachstr. 3
- 14612 Falkensee
- Germany
- Michael "Oxygene" Knoke
- Berlinerstr. 33
- 14612 Falkensee
- Germany
- .email
- zerocom@cs.tu-berlin.de
- knoke@cs.tu-berlin.de
- .docs
- Docs/!!!LIESMICH_2.xx_users
- Docs/!!!LISEZMOI_KS2.xx
- Docs/!!!README_2.xx_users
- Docs/AGuideConv.doc
- Docs/AllPatches.txt
- Docs/FixJump_eng.doc
- Docs/FixJump_fr.doc
- Docs/FixJump_ger.doc
- Docs/MCP_eng.guide
- Docs/MCP_fr.guide
- Docs/MCP_ger.guide
- Docs/PatchControl_eng.doc
- Docs/PatchControl_fr.doc
- Docs/PatchControl_ger.doc
- .described-by
- Richard Fish
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "MCP" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- set filechoice `RequestFile TITLE "Select File" PATTERN "#?.doc" DRAWER "Docs"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice TEXT
- endif
-
- if $choice EQ "2"
- set filechoice `RequestFile TITLE "Select File" PATTERN "#?.guide" DRAWER "Docs"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice GUIDE
- endif
-
- if $choice EQ "3"
- set choice2 `RequestChoice "Language Selection" "Please select a language" "Deutsch" "English" "Français" "Cancel"`
- if $choice2 EQ "0"
- quit 0
- endif
-
- if $choice2 EQ "1"
- Installer SCRIPT Install_MCP APPNAME MCP DEFUSER EXPERT LANGUAGE deutsch
- endif
-
- if $choice2 EQ "2"
- Installer SCRIPT Install_MCP APPNAME MCP DEFUSER EXPERT LANGUAGE english
- endif
- endif
-
- if $choice EQ "4"
- assign libs: libs/ ADD
- run Tools/PatchControl
- run MCP
- run Prefs/MCPPrefs
- endif
-