home *** CD-ROM | disk | FTP | other *** search
- /* DEFICON.CMD
- *
- * Change current directory's default view to Icon 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=ICON';
-
-