home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xwplascr.zip / XWPL0208.ZIP / release / bin / showall.cmd < prev    next >
OS/2 REXX Batch file  |  2000-01-04  |  474b  |  17 lines

  1. /* SHOWALL.CMD
  2.  *
  3.  * This file makes Tree views of folders show all objects of the folder, instead
  4.  * of just subfolders. This setting works on OS/2 Warp 4 only (unfortunately).
  5.  *
  6.  * See ALWSSORT.CMD for comments. This file is basically the same.
  7.  *
  8.  * (w) (c) 1998 Ulrich Möller. All rights reserved.
  9.  */
  10.  
  11. '@echo off'
  12. call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
  13. call SysLoadFuncs
  14.  
  15. call SysSetObjectData directory(), 'SHOWALLINTREEVIEW=YES';
  16.  
  17.