home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / lnchth1b.zip / readme.txt < prev   
Text File  |  1996-03-14  |  3KB  |  94 lines

  1. Hi, everyone,
  2.  
  3. Launch Thing 1.0 ß
  4. Presentation Manager Program for OS/2 2.x
  5. THIS IS A TEST VERSION
  6.  
  7. Copyright (C) 1995 by Gerard J. Piek
  8.  
  9. Launch Thing is a menu program that replaces the launchpanel that comes with
  10. OS/2 3.0 (Warp). It is not nearly as flexible (you cannot drag&drop anything
  11. with it), but it is small and easy to use. Furthermore, you can make it pop up
  12. whenever your mousecursor hits the bottom or the top of the screen. 
  13. On top of that you can make sub menus in sub menus and install Launch Thing
  14. to replace the Workplace Shell.
  15.  
  16. WARNING: This program contains some errors. THE AUTHOR CANNOT ACCEPT ANY 
  17.          RESPONSIBILITY FOR ANY DAMAGE OCCURING WHILE USING THIS PROGRAM.
  18.          USE THIS PROGRAM AT YOUR OWN PERIL.
  19.  
  20. However, if you have remarks or questions about this excellent (ahummm...)
  21. piece of software, please feel free to write to.
  22.  
  23. piek@chem.vu.nl
  24.  
  25. The file which contains the data (menus.lt) is a simple text file as follows:
  26.  
  27. SM <submenuname>
  28. <menuitem>
  29. <full path to program to be started>
  30. <working directory>
  31. <parameters for program to be started>
  32. <icon file>
  33. <program type>
  34. <next menuitem>
  35. <full path to program to be started>
  36. <working directory>
  37. <parameters for program to be started>
  38. <icon file>
  39. <program type>
  40. ESM
  41.  
  42. As you can see, each entry requires six lines of text.
  43. You can edit this file with the system editor (e.exe), that comes with OS/2
  44. or any ordinary ascii text editor.
  45. Launch Thing expects menus.lt to be in the same directory as the program is.
  46.  
  47. Instead of a program you can also nest another menu in a menu:
  48.  
  49. SM <submenuname>
  50. <menuitem>
  51. <full path to program to be started>
  52. <working directory>
  53. <parameters for program to be started>
  54. <icon file>
  55. <program type>
  56. SM <another submenuname>
  57. <menuitem>
  58. <full path to program to be started>
  59. <working directory>
  60. <parameters for program to be started>
  61. <icon file>
  62. <program type>
  63. ESM
  64. <next menuitem>
  65. <full path to program to be started>
  66. <working directory>
  67. <parameters for program to be started>
  68. <icon file>
  69. <program type>
  70. ESM
  71.  
  72. This text file has the name MENUS.LT.
  73. As I've noted, the program is not bug-free. It should give you a message when-
  74. ever it encounters an error in the menus.lt file. Sadly, that is not always
  75. the case. This is not a very big problem when you are using this program on top
  76. of the workplaceshell. You can, however, use launchthing as a workplaceshell
  77. replacement. If the program crashes in that case, you will not be able to start
  78. anything and start-up disks of the operating system are required.
  79. I reccomend that you make a menu file (the menus.lt file) while you are in the
  80. workplace shell. When the launchthing is working properly with this file you
  81. can replace the 
  82.  
  83. RUNWORKPLACE=C:\OS2\PMSHELL.EXE
  84.  
  85. statement with 
  86.  
  87. RUNWORKPLACE=C:\LT\LT.EXE
  88.  
  89. As a workplaceshell replacement you can even protect your system 
  90. from unauthorised mucking about by using the
  91. password option for the maintenance menu. This way someone can only use the
  92. programs presented in the menus of launch thing and nothing else.
  93.  
  94. Gerard J. Piek