home *** CD-ROM | disk | FTP | other *** search
- /* DEFTREE.CMD
- *
- * Change current directory's default view to Tree view.
- * See ALWSSORT.CMD for comments. This file is basically the same.
- *
- * (w) (c) 1998 Ulrich Möller. All rights reserved.
- */
-
- '@echo off'
- call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
- call SysLoadFuncs
-
- call SysSetObjectData directory(), 'DEFAULTVIEW=TREE';
-
-