home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Workbench / Misc / ORS_MI21.DMS / in.adf / Installscripts / SingleUpdateDrawer < prev   
Encoding:
Text File  |  1995-08-17  |  613 b   |  10 lines

  1. resident IU MultiIcons:c/IconUpdate pure
  2. set > NIL: Path ?
  3. echo noline "*e[0m"
  4.   if > NIL: not exists $Path
  5.     echo " Ungültiger Pfad, `$path' existiert nicht! Nochmal versuchen...*n"
  6.     skip back PathN
  7.   endif
  8. echo noline "*n*n Analysis $Path nach alten Schubladen..."
  9. list > ram:MUL $Path dirs lformat "if exists *"%f%n.info*" *n  list > ram:Length *"%f%n.info*" nohead nodates *n  search > NIL: ram:Length 1233 *n  if not warn *n  else *n    search > NIL: ram:Length 2625 *n    if not warn *n    else *n      IU > NIL: cwn Update-Icons/def_Drawer.info *"%f%n.info*" *n    endif *n  endif *nendif*n"
  10.