home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 14 / DOKAN14.iso / Progs / Kiss / FKiss / D.BAT
DOS Batch File  |  1999-03-10  |  72b  |  11 lines

  1. md %1
  2. move %1.lzh %1
  3. cd %1
  4. lha x %1.lzh
  5. cd..
  6. cls
  7. dir *.lzh
  8.  
  9.  
  10.  
  11.