home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / text+guides / amigaosguide / scripts / md < prev    next >
Encoding:
AmigaDOS Script File  |  1995-04-17  |  204 b   |  12 lines

  1. .KEY DIR/A,NOICON/S
  2.  
  3. ; $VER: MD 1.0 (07.02.95) © by Thorsten Willert
  4. ; MakeDir mit Icon
  5.  
  6. IF <NOICON> EQ "NOICON"
  7.   MAKEDIR <DIR>
  8. ELSE
  9.   MAKEDIR <DIR>
  10.   COPY ENVARC:Sys/def_drawer.info TO <DIR>.info
  11. ENDIF
  12.