home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 418.img / KICKOFF2.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-12-16  |  65b  |  7 lines

  1. echo off
  2. md %1:\%2
  3. copy *.* %1:\%2 
  4. %1:
  5. cd %1:\%2
  6. echo on
  7.