home *** CD-ROM | disk | FTP | other *** search
/ CD Action 4 / cdactioncoverdisc / cdaction / newdir.bat < prev    next >
Encoding:
DOS Batch File  |  1996-08-19  |  66 b   |  6 lines

  1. @echo off
  2. if exist %1\null goto end
  3. call %0 %1\..
  4. md %1
  5. :end
  6.