home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / oswpwcrx.txt < prev    next >
Text File  |  1997-06-16  |  2KB  |  48 lines

  1. OSWPWCRX - CUSTOMIZING THE WARPCENTER WITH REXX
  2. 11/14/96
  3. =======================================================================
  4.             Customizing the WarpCenter with REXX
  5. =======================================================================
  6.  
  7. Please Read Entire Document for Full Explanation of Procedures
  8. --------------------------------------------------------------
  9. DESCRIPTION
  10.  
  11. When customizing the WarpCenter with REXX, the following setup strings 
  12. may be used with the SysSetObjectData REXX function.
  13.  
  14. RESOLUTION
  15.  
  16. SAVENOW=YES causes the WarpCenter to save its data.
  17.  
  18. ADDTRAY=TRAYNAME,OBJECTID1,OBJECTID2,... creates a new tray
  19. with the name TRAYNAME, and containing the list of objects specified by 
  20. their object IDs. All parameters are separated by commas.
  21.  
  22. ADDTOTRAY=TRAYNUMBER,OBJECTID1,OBJECTID2... adds objects
  23. to an existing tray, where the tray is specified by number (0-15), 
  24. followed by a list of object IDs. All parameters are separated 
  25. by commas.
  26.  
  27. Please refer to the REXX Programming Guide or online REXX Information 
  28. for further information on using the SysSetObjectData REXX function. 
  29. (To view the online REXX Information book, open the Assistance Center 
  30. folder, then the Information folder, and finally, the Reference and 
  31. Commands folder.)
  32.  
  33.  
  34.  
  35. warp4
  36. ______________________________________________________________________
  37. IBM disclaims all warranties, whether express or implied, including 
  38. without limitation, warranties of fitness and merchantability with 
  39. respect to the information in this document. By furnishing this 
  40. document, IBM grants no licenses to any related patents or copyrights.  
  41. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  42. or brand names referenced in this document are the property of their 
  43. respective owners. Consult your product manuals for complete trademark 
  44. information. 
  45.  
  46.  
  47.  
  48.