home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo[
- echo An installation disk will now be created!!
- echo For this you will require a blank 1.44Mb floppy disk in drive A!
- echo[
- echo Insert a blank HD disk in drive A and press any key or
- echo Press Ctrl+C to quit!
- pause>nul
- label a: discovery1
- xcopy *.* a: /s
- pause
- cls
- echo[
- echo Installation disk created!!
- echo[
- pause
- cls
- echo[
- echo This program requires installation from within Windows!!
- echo To do this :-
- echo 1) Run Windows.
- echo 2) Choose FILE from the Program Manager.
- echo 3) Select RUN.
- echo 4) Enter the path A:\INSTALL.EXE
- echo 5) Click OK
- echo[
- pause