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

  1. /* DEFTREE.CMD
  2.  *
  3.  * Change current directory's default view to Tree view.
  4.  * See ALWSSORT.CMD for comments. This file is basically the same.
  5.  *
  6.  * (w) (c) 1998 Ulrich Möller. All rights reserved.
  7.  */
  8.  
  9. '@echo off'
  10. call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
  11. call SysLoadFuncs
  12.  
  13. call SysSetObjectData directory(), 'DEFAULTVIEW=TREE';
  14.  
  15.