home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 February / PCO_0299.ISO / filesbbs / os2 / xfolder.arj / XFLD082.ZIP / bin / deftree.cmd < prev    next >
Encoding:
Text File  |  1998-08-12  |  361 b   |  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.