home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / classedi.zip / CLASSEDI.TXT < prev    next >
Text File  |  1993-10-01  |  3KB  |  94 lines

  1.    ###    ###     #  ####  ##### #####  ###  #   #    ### ###  #  #   ###  #
  2.   #   #  #  #    #  #   #    #   #     #   # ## ##     #   #  # # #    #  # #
  3.   #   #  ##     #      #     #   #     #   # # # #     #   #  # # #    #  # #
  4.  #   #    ##   #     ##      #   ####  ##### #   #     #   #  ### #    #  ###
  5.  #   #  #  #  #     #        #   #     #   # #   #     #   #  # # #    #  # #
  6.   ###   ###  #    #####      #   ##### #   # #   #    ###  #  # # ### ### # #
  7.  
  8. Classedi.exe v 1.01 1 October 1993
  9.  
  10. System   : Os/2 2.1
  11.  
  12. Dev Tool : Watcom VX-Rexx v 1.01 patch level A
  13.  
  14. Purpose  : Tool for adding/destroying SOM classes
  15.  
  16. Author   : Filippo Sartori
  17.  
  18. E-mail   : fisa@jet.uk
  19.            fisa@transp.jet.uk (temporary)
  20.            fisa@venus.record.unipd.it
  21.  
  22. Version 1.00
  23.  
  24. Files 
  25.       Classedi.exe
  26.       fisax.bmp
  27.       os2team.bmp
  28.  
  29.  
  30.  
  31. How to use it :
  32.  
  33. Classedi.exe is a PM program. For running it needs the VX-REXX runtime 
  34. library vrobj.dll.
  35.  
  36. The application has a main window with scrolls bar and 6 buttons aside.
  37. The window shows the name of all the classes of the system.
  38.  
  39. REFRESH
  40. If something has chenged the number of classes in the system this button
  41. will cause classedi to reread the entire list.
  42.  
  43. CREATE 
  44. If you select one item in the window and the you press CREATE, the program
  45. will create an instance of the choosen class.
  46. i.e if you choose the calss folder then the program will create a folder...
  47.  
  48. De Register Class
  49. As the name tells this button will cause the selected class to be erased
  50. from the system. The DLL of the SOM will not be deleted and therefore will
  51. remain in the OS2/dll directory.
  52.  
  53. Register Class
  54. This is the most crytical function of the program and also the less usefull.
  55. It allows you to install a new class by specifying the os2 dll directory,
  56. the file-name of the dll (path +name) and the name of the class.
  57. But since the name of the class is somewhere inside the DLL then you must
  58. know it before using this program. However all the new som extensions are
  59. provided with an installation procedure.
  60.  
  61. EXIT
  62. Exit the program
  63.  
  64. ABOUT
  65. About me and our group and the program version....
  66.  
  67.  
  68. WARRANTY
  69.  
  70. I release this program as freeware. I therefore don`t give any warranty
  71. whatsoever about its reliability. The product is given as is without any 
  72. form of support.
  73.  
  74. USE OF THE PROGRAM 
  75.  
  76. The program if badly used can cause seriously problems in your beloved OS/2.
  77. So use it only if you know what you are doing. I coded it to provide a tool 
  78. to remove the buggy som that sometime I find in internet. 
  79. For instance if you have installed WPZip ( the SOM that enables you to list
  80. the content of a zipfile ) and you find that your system is becoming crazy,
  81. then normally you have to hope that who provided you with the SOM also gave
  82. you a disinstallation program. If not then you could try to delete the DLL, 
  83. and so going into a lot of trouble. Now if you use classedi, you can easily
  84. delete the class from the system saving your poor OS/2.
  85.  
  86.  
  87. LONG LIFE TO OS/2
  88. DEATH TO MS programs
  89.  
  90. HOPE TO SEE A DAY WHEN THE NAME MS HAS DISAPPEARED FROM THE MAGAZINE FOREVER!
  91.  
  92.  
  93.  
  94.