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

  1. /* DEFICON.CMD
  2.  *
  3.  * Change current directory's default view to Icon 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=ICON';
  14.  
  15.