home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / DESKUTIL.ZIP / backdesk.rc next >
Text File  |  1992-07-30  |  4KB  |  74 lines

  1. /*--------------------------------------------------------------------*/
  2. /*                                                                    */
  3. /* FILE:    BACKDESK.RC                                               */
  4. /*                                                                    */
  5. /* BY:      Mark A. Stern                                             */
  6. /*          Blue Bird Computing, Inc                                  */
  7. /*          P.O. Box 646                                              */
  8. /*          Rockaway, N.J. 07866                                      */
  9. /*          email - mstern@world.std.com                              */
  10. /*                                                                    */
  11. /* DATE:    11Apr92 - New                                             */
  12. /*          30Jul92 - Improve description and usage info              */
  13. /*                                                                    */
  14. /* PURPOSE: To be used by MAKEINI.EXE to create background folder     */
  15. /*          holding the real OS/2 desktop.                            */               */
  16. /*                                                                    */
  17. /* NOTES:                                                             */
  18. /*                                                                    */
  19. /*   I do not take credit for originating the idea of a shadow        */
  20. /*   to the main desktop. I found out one could do this by            */
  21. /*   studying OS2_13.RC supplied with GA code and using excerpts      */
  22. /*   from that file.                                                  */
  23. /*                                                                    */
  24. /*                                                                    */
  25. /* USAGE:                                                             */
  26. /*                                                                    */
  27. /* * Copy this file to your \OS2 directory.                           */
  28. /*                                                                    */
  29. /* * Boot from the install diskette and press escape to get a         */
  30. /*   command prompt.                                                  */
  31. /*     (If you are using my PAUSBOOT utility just pause the           */
  32. /*      bootup process on the next reboot from the hard drive.)       */
  33. /*                                                                    */
  34. /* * When you get to the command prompt execute the following         */
  35. /*   command in the \OS2 directory of your boot drive:                */
  36. /*                                                                    */
  37. /*    MAKEINI OS2.INI BACKDESK.RC                                     */
  38. /*                                                                    */
  39. /* * If you used PAUSBOOT, just type EXIT to continue boot-up,        */
  40. /*   otherwise re-boot.                                               */
  41. /*                                                                    */
  42. /* * When the Work Place shell starts up a new background desktop     */
  43. /*   will be created that will hold the original OS/2 2.0 desktop     */
  44. /*   This will allow you to bring the desktop folder to the top       */
  45. /*   when you want to use something on it.                            */
  46. /*                                                                    */
  47. /*--------------------------------------------------------------------*/
  48.  
  49. CODEPAGE 850
  50.  
  51. STRINGTABLE
  52. BEGIN
  53.  
  54.   ""
  55.   ""
  56.   ""
  57.   ""
  58.   ""
  59.   ""
  60.   ""
  61.   ""
  62.   ""
  63.   ""
  64.  
  65.   "PM_Workplace:InstallGroups" "1" "1"
  66.   "PM_Workplace:PrinterInstall" "1" "1"
  67.   "PM_DefaultSetup" "ACTIVEDESKTOP" "<WP_BACKGROUND>"
  68.   "PM_DefaultSetup" "GROUPFOLDER"   "<WP_DESKTOP>"
  69.   "PM_DefaultSetup" "OPEN"          "<WP_DESKTOP>,<WP_OS2SYS>"
  70.  
  71.   "PM_InstallObject" "OS/2 Background;WPDesktop;?:\" "OBJECTID=<WP_BACKGROUND>"
  72.   "PM_InstallObject" "OS/2 2.0^Desktop;WPShadow;<WP_BACKGROUND>" "SHADOWID=<WP_DESKTOP>"
  73. END
  74.