home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 25 Icons / 25-Icons.zip / ULTIMATE.ZIP / INSTALLD.CMD < prev    next >
OS/2 REXX Batch file  |  1992-11-01  |  2KB  |  34 lines

  1. /***************************************************************/
  2. /*                                                             */
  3. /*                              ULTIMATE.CMD                   */
  4. /*                                                             */
  5. /*      This Rexx file recreates the Welcome Folder, the       */
  6. /*      Extended Services Program Icon, the Lan Services       */
  7. /*      Program Icon ... back onto any system that previously  */
  8. /*      had these features on the Desktop.                     */
  9. /*                                                             */
  10. /*      NOTE:  ULTIMATE.CMD merely calls the EXE files that    */
  11. /*             are already located on the hard drive in the    */
  12. /*             default path.  The default path would be the    */
  13. /*             path in which OS/2 installed these files.       */
  14. /*             These EXE files must be on the hard drive in    */
  15. /*             the default path for this Utility to work       */
  16. /*             properly.                                       */
  17. /*                                                             */
  18. /*                      Shawn McAlhany                         */
  19. /*                     December, 06 1992                       */
  20. /*                 Completed:                                  */
  21. /***************************************************************/
  22.  
  23. call rxfuncadd 'sysloadfuncs', 'rexxutil', 'sysloadfuncs'
  24. call sysloadfuncs                /* register system functions */
  25. address cmd '@echo off'          /* echo is turned off */
  26.  
  27. 'd:'
  28. 'cd\'
  29. 'md d:\ultimate'
  30. 'cd ultimate'
  31. 'xcopy a:'
  32.  
  33. rc=SysCreateObject('WPProgram','Ultimate','<WP_DESKTOP>','EXENAME=D:\ULTIMATE\ULTIMATE.CMD;PROGTYPE=PM;ICONFILE=A:\ULT.ICO')
  34.