home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo 1. pkunzip bmstar.zip a:
- echo 2. delete lines 1 to 4 of this file
- goto done
- echo on
- C:
- MD test
- MD test\object
- MD test\source
-
- CD \test\source
- pkunzip a:source
-
- CD \test
- copy a:makefile
- copy a:*.exe
- copy a:*.bat
- copy a:*.mak
- copy a:*.doc
- copy a:*.sts
- :done