@echo off rem rem CUTUSER.BAT - Creates an end user FLASH Update Utility Disk rem rem Copies the executables and to a diskette in drive A rem echo Insert the "Release Diskette" in drive A..... pause echo ******************** Copying Files *********************** rem copy fmup.exe a: > NUL copy flash32.pcx a: > NUL copy showhdr.exe a: > NUL copy beep.com a: > NUL copy autoexec.bat a: > NUL copy readme.txt a: > NUL rem rem Release Disk Complete echo ****************** Release Disk Complete *****************