home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- Echo Copying files...
-
-
- md %2\cat
- copy %1\*.* %2\cat
-
- cls
- echo Insert the other Catalog disk in drive %1
- echo Press ENTER to continue...
- pause > nul
- cls
- echo Copying files...
- copy %1\*.* %2\cat
- %2
- cd\cat
-
- cls
- echo The install has completed!
- echo Type CAT, then press ENTER to start the program.
- echo
- echo
-
- goto finish
-
- :finish
- echo
- echo
- del %2\cpy.bat
-