home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / 20INIRST.ZIP / INIREST.CMD next >
OS/2 REXX Batch file  |  1991-11-09  |  522b  |  10 lines

  1. /* This rexx command file can be used to install objects that you */
  2. /* have lost, etc.  Just edit it to install those object you      */
  3. /* want.                                                          */
  4. call RxFuncAdd 'SysLoadFuncs' , 'RexxUtil', 'SysLoadFuncs'
  5. call SysLoadFuncs
  6. /* Put another shredder on the desktop */
  7. call SysIni "USER","PM_Worksplace:InstallObject",":WPShredder:Ollie's"," " /* 
  8. Create a folder on the desktop */
  9. call SysIni "USER","PM_Workplace:InstallFolder","\MYFOLDER:My Folder"," "
  10.