home *** CD-ROM | disk | FTP | other *** search
- cls
- @echo off
- echo.
- echo.
- echo.
- echo Thank you for selecting Topp's Recipe Program.
- echo.
- echo The program will now create a directory on your C Drive called "Recipe"
- echo and copy the program files to the "Recipe" directory.
- echo.
- echo If this is not what you want to do press the Ctrl key and the C key now.
- echo.
- echo You may create any directory on any drive you desire and copy the
- echo disk files to that directory.
- echo.
- echo Example: Type md {any name (8 character maximum)}
- echo Type copy a:\*.* {drive letter}:\{name selected}
- echo Then type "RECPRG"
- echo.
- echo If this is not clear please consult your DOS manual for making directories
- echo and copying files.
- echo.
- echo.
- echo.
- pause
- @echo off
- c:
- cd\
- md recipe
- cd\recipe
- @echo off
- copy a:\*.exe
- recprg
- del recprg.exe
- menu
-