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

  1. /* ICONORM.CMD
  2.  *
  3.  * Switches the icon size for both Icon and Tree views to small icons.
  4.  *
  5.  * See ALWSSORT.CMD for comments. This file is basically the same.
  6.  *
  7.  * (w) (c) 1998 Ulrich Möller. All rights reserved.
  8.  */
  9.  
  10. '@echo off'
  11. call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
  12. call SysLoadFuncs
  13.  
  14. call SysSetObjectData directory(), 'ICONVIEW=FLOWED,MINI;ICONFONT=9.WarpSans;TREEVIEW=LINES,MINI;'
  15.  
  16.