home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / MDSK14.ZIP / Tools.def < prev    next >
Text File  |  1993-02-10  |  2KB  |  73 lines

  1. *Sample Tools Folder Definition File.
  2. *  Do not create these objects unless you have modified
  3. *  the Tools.def file to match your system.  This includes
  4. *  all define statements, icon filenames, etc.  This file
  5. *  is provided as a sample only.
  6.  
  7. Define ~ICONS~ D:\Icons
  8. Define ~CMDS~ D:\Cmds
  9. Define ~MISC~ D:\PMApps\Misc
  10. Define ~TOOLSFLD~ WP_DESKTOP
  11.  
  12. Title     Tools
  13. Class     WPFolder
  14. Location  <~TOOLSFLD~>
  15. ObjectID  <WF_TOOLS>
  16. Setup     Fail
  17.  
  18. *Shadow of file ItsNow.exe
  19. Title     ItsNow.exe
  20. Class     WPShadow
  21. Location  <WF_TOOLS>
  22. ObjectID  ~MISC~\ItsNow.exe
  23. Setup     Fail
  24.  
  25. Title     Clipboard Viewer
  26. Class     WPShadow
  27. Location  <WF_TOOLS>
  28. ObjectID  <WP_CLIPV>
  29. Setup     Fail
  30.  
  31. Title     Font Palette
  32. Class     WPShadow
  33. Location  <WF_TOOLS>
  34. ObjectID  <WP_FNTPAL>
  35. Setup     Fail
  36.  
  37. Title     Enhanced Editor
  38. Class     WPShadow
  39. Location  <WF_TOOLS>
  40. ObjectID  <WP_EPM>
  41. Setup     Fail
  42.  
  43. Title     Pulse
  44. Class     WPShadow
  45. Location  <WF_TOOLS>
  46. ObjectID  <WP_PULSE>
  47. Setup     Fail
  48.  
  49. Title     Shez
  50. Class     WPProgram
  51. Location  <WF_TOOLS>
  52. ObjectID  <WF_SHEZ>
  53. Setup     Update
  54. EXENAME=~CMDS~\SHEZ.BAT
  55. PROGTYPE=WINDOWEDVDM
  56. SET DOS_BACKGROUND_EXECUTION=0
  57. SET DPMI_DOS_API=DISABLED
  58. SET DPMI_MEMORY_LIMIT=0
  59. SET HW_ROM_TO_RAM=1
  60. ICONFILE=~ICONS~\SHEZ.ICO
  61. ASSOCFILTER=*.ZIP,*.ARC,*.ARJ,*.ZOO,*.PAK,*.LZH,,
  62.  
  63. Title     List
  64. Class     WPProgram
  65. Location  <WF_TOOLS>
  66. ObjectID  <WF_LIST>
  67. Setup     Update
  68. EXENAME=~MISC~\LIST.EXE
  69. PROGTYPE=WINDOWABLEVIO
  70. ICONFILE=~ICONS~\LIST.ICO
  71. ASSOCTYPE=Plain Text,,
  72.  
  73.