home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 042.lha / c / mkidir.doc < prev    next >
Encoding:
Text File  |  1987-06-25  |  1.1 KB  |  21 lines

  1.                MKIDIR  Vs. 1.00  ***  MaKe_Icon_+_Directory  ***
  2.  This program is the first step in trying to intergrate the workbench with
  3. the CLI. The current need to create the directory with makedir and then
  4. copy a .info file to the disk is somewhat of a waste. With a .info file
  5. requiring less than 400 bytes it seems that one should always be built.
  6.  I like the ability to be lazy and just point and click the mouse to
  7. go thru disks.
  8.  I bet you've figured out what mkidir does now, it adds a WBDRAWER icon
  9. with each directory created. The syntax is identical to makedir (I hope)
  10. and you get a plain looking drawer icon with each directory. The icon is
  11. located at NO_ICON_POSITION so they don't overlap when the disk is opened.
  12.  With the current efforts to rewrite all the ADOS commands into C language
  13. I hope all the commands will include the needed .info files.
  14.  Copy should check for it, rename should do both file and icon,
  15. delete should remove it, or maybe we need cipy, riname and dilete.
  16.  
  17. Usage:
  18. mkidir path
  19. mkidir path/subpath          [ path must exist]
  20.  
  21. Donald Wahl  6/19/87