home *** CD-ROM | disk | FTP | other *** search
- : 218624 221184 229376 245760 278528
- :rem *DOS commands needed to create directories, change to directories,
- :rem ** and expand and copy the files in this group. Uses parameter
- :rem ** *%1, source disk.
- if not exist %1command.com goto continue
- echo off
- echo
- echo If you need to switch disks in drive %1, please do so now.
- echo
- pause
- echo on
- :continue
- copy install.exe %1
- copy files1.* %1
- copy disk1.bat %1
- copy cdisk1.bat %1
- copy groups.dat %1
- copy config.sys %1
- copy readme. %1
- copy wipe_e5.bat %1
-