Short: Creates lots of dirs :) Author: slbrbbbh@w250zrz.zrz.TU-Berlin.de (Stefan Le Breton) Uploader: slbrbbbh w250zrz zrz TU-Berlin de (Stefan Le Breton) Type: util/cli Architecture: m68k-amigaos NAME makedirs - creates dirs SYNOPSIS makedirs NAME/A,COUNT/N DESCRIPTION Makedirs creates a directory, inside of it another one with the same name etc... OPTIONS NAME: The name with optional path of the directory to be created. Directories inside will get the last part of specified path as name. This argument must be given. COUNT: The number of dirs to be created. Defaults to 32. NOTE Makedirs is pure and can be made resident. VERSION 42.3 AUTHOR Stefan Le Breton COPYRIGHT ©1995 Stefan Le Breton STATUS makedirs is SUCKSware EXAMPLE "makedirs RAM:mompls 4711" will result into this directory structure: Ram_Disk:mompls | |-mompls | |-mompls | | |-mompls | | | |-mompls | | | | |-mompls | | | | | |-mompls | | | | | | |-mompls | | | | | | | |-mompls | | | | | | | | |-mompls | | | | | | | | | |-mompls | | | | | | | | | | |-mompls | | | | | | | | | | | |-mompls | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |-mompls | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |-mompls Enough. I think it's clear what makedirs does...