home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / newlook.zip / newlook.txt < prev    next >
Text File  |  1996-03-11  |  6KB  |  127 lines

  1.  
  2.  
  3.        ▒▒▒▒▒▒  ▒▒▒▒   ▒▒▒▒▒▒  ▒▒▒▒▒▒  ▒       ▒     ▒     ▒▒▒▒   ▒▒▒▒▒▒
  4.        ▒       ▒   ▒  ▒       ▒       ▒       ▒    ▒ ▒    ▒   ▒  ▒
  5.        ▒▒▒▒    ▒▒▒▒   ▒▒▒▒    ▒▒▒▒     ▒  ▒  ▒    ▒   ▒   ▒▒▒▒   ▒▒▒▒
  6.        ▒       ▒  ▒   ▒       ▒         ▒ ▒ ▒    ▒▒▒▒▒▒▒  ▒  ▒   ▒
  7.        ▒       ▒   ▒  ▒▒▒▒▒▒  ▒▒▒▒▒▒     ▒ ▒     ▒     ▒  ▒   ▒  ▒▒▒▒▒▒
  8.  
  9.  
  10.  
  11. ************************       NEWLOOK V. 0.1        **************************
  12.  March 10 1995                  copyright (c)             Alessandro Cantatore
  13. ************************          DISCLAIMER         **************************
  14.  If you like this program, you are free to use, copy and modify it as you
  15.  like. Since you are not expected to pay anything for it, under no
  16.  circumstances the author is liable for any loss or damage.
  17.  The use of the program implies acceptance of the conditions stated above.
  18. *******************************************************************************
  19.  
  20.  WHAT YOU NEED
  21.  to run this program you must have installed REXX support and Martin Lafaix's
  22. Resource Decompiler/Manager, a freeware application distributed as RESMGR.ZIP,
  23. should be in a directory included in your CONFIG.SYS PATH statement or in the
  24. NEWLOOK directory. If NEWLOOK cannot find any of the needed files it will
  25. display a warning message.
  26.  
  27.  INSTALLATION
  28.  just unzip NEWLOOK.ZIP recreating SYSICONS and WINCTLS directories.
  29.  
  30.  WHAT IT DOES
  31.  NEWLOOK.CMD is a REXX script that allows you to change the OS/2 default icons
  32. and window controls patching PMWP.DLL and PMMERGE.DLL. You must run it without
  33. arguments, just double clic on its icon. If it finds all the files it needs,
  34. it will show you the following menu:
  35.  
  36.    ┌────────────────────────────────────────────────────────────────────────┐
  37.    │                                                                        │
  38.    │    ACTION                                                  COMMAND     │
  39.    │    Read NEWLOOK.TXT ...................................... read        │
  40.    │    Edit the new system icons ............................. editico     │
  41.    │    Edit the new window controls .......................... editctls    │
  42.    │    Change the default system icons ....................... newico      │
  43.    │    Change window controls ................................ newctls     │
  44.    │    Change both system icon and window controls ........... newall      │
  45.    │    Restore original system icons ......................... restico     │
  46.    │    Restore original window controls ...................... restctls    │
  47.    │    Restore both original system icons and window controls  restall     │
  48.    │    Exit .................................................. quit        │
  49.    │                                                                        │
  50.    └────────────────────────────────────────────────────────────────────────┘
  51.  
  52.  If you want to perform an action just type the corresponding command.
  53.  Here is a short description of the actions performed by NEWLOOK:
  54.  
  55. read
  56.     this command will open NEWLOOK.TXT (this file). After you close the
  57.     OS/2 Editor window you can go on with another command or quit.
  58.  
  59. editico
  60.     will open the SYSICONS folder. The icons are saved with a "ptr"
  61.     extension. DO NOT RENAME THEM!!! You can edit them or substitute them
  62.     with a different icon file. Just open an OS/2 command window and type:
  63.     COPY MYFILE.ICO X:\PATH\SYSICONS\OLD.PTR
  64.     where MYFILE.ICO is the name of the new icon file you want to use,
  65.     X:\PATH\SYSICONS is SYSICONS folder path and
  66.     OLD.PTR is the name of the NEWLOOK icon file you intend to replace.
  67.     Icons and bitmaps are usually saved in various formats.
  68.     For 640x480 and 800x600 screen resolutions you should care about
  69.     "Independent Color Form (=VGA)", for normal icons (32x32 pixels), and
  70.     "Independent Small Color Form" for the smaller ones (16x16 pixels).
  71.     For 1024x768 and larger screen resolution you should care about
  72.     "XGA/8514 - 16 colors", for normal icons (40x40 pixels), and
  73.     "XGA/8514 Small Color Form" for the smaller ones (20x20 pixels).
  74.     Remeber that if you previously patched your video display DLL, by
  75.     some utility like Jason R. Shannon's SMALLFIX, your system could
  76.     use 32x32 pixel icons even if your screen works at 1024x768 pixels
  77.     or greater resolutions.
  78.     To access the various formats use the Device|List menu command of
  79.     OS/2 Icon editor. See the online help of the OS/2 Icon editor for
  80.     more details.
  81.  
  82. editctls
  83.     will open WINCTLS folder. See editico for more details.
  84.  
  85. newico
  86. newctls
  87. newall
  88.     will patch PMWP.DLL, PMMERGE.DLL or both. Original DLLs are saved
  89.     in NEWLOOK directory as PMWP.SAV and PMMERGE.DLL. Since I found
  90.     problems with RESMGR when re-patching DLLs, you MUST RESTORE
  91.     ORIGINAL DLLs before patching any DLL you previously patched
  92.     before. If NEWLOOK detects you are re-patching DLLs, it will show
  93.     you a warning message.
  94.     When patching is finished you will hear a strange sound (do not
  95.     get scared :) ) and see a message. Now you are done, you do not
  96.     have to boot from diskette, copy any file or any other boring
  97.     thing. JUST SHUTDOWN AND REBOOT!!!
  98.     Now most of objects on your desktop and in your folders will have
  99.     a new look. If you previously edited the default icon of an object,
  100.     you should press the Default button in the General Page of the
  101.     Settings notebook if you want the new icon to replace the old one.
  102.     Remember that in this way you will reset the object name as well!
  103.  
  104. restico
  105. restctls
  106. restall
  107.     allow you to restore original PMWP.DLL, PMMERGE.DLL or both.
  108.     YOU MUST NOT ERASE PMWP.SAV or PMMERGE.SAV in order to let this
  109.     commands work properly.
  110.  
  111. quit
  112.     you know what it means ;).
  113.  
  114.  
  115. NPS WPS Enhancer
  116. In NEWLOOK archive you will find 3 different close-button BMPs for
  117. NPS WPS Enhancer. Just rename your favourite BMP and copy it in NPS WPS
  118. directory.
  119.  
  120.  
  121. That's all folks!
  122. If you find any problem or bugs in using NEWLOOK, or just want to improve
  123. my poor English, just e-mail me...
  124.  
  125. Alessandro Cantatore
  126.   Team OS/2 Italy
  127. alexcant@mbox.vol.it