@echo off CLS ECHO you need three blank diskettes that will be formatted ECHO insert diskette 3 in first Echo let it format first diskette Echo then answer "Y" and insert diskette 2 Echo and Format it Echo let it format second diskette Echo then answer "Y" and insert diskette 1 Echo and Format it Echo Then Answer "N" to format ECHO You can use Ctrl-C to stop this process pause format a: /v:linette CLS Echo Making this diskette bootable sys a: ECHO Copying file to bootable diskette cd\f-prot REM for %%a in (*.asc m*.def n*.def f-prot.exe *.i* *.new *.t*) do copy %%a a: /v XCOPY *.ASC A: /V xcopy N*.def a: /V XCOPY F-PROT.EXE A: /V XCOPY *.I* A: /V XCOPY *.NEW A: /V XCOPY *.T* A: /V ECHO F-PROT /HARD /NOBREAK /DISINF /NOLFN /LOADDEF >A:AUTOEXEC.BAT echo Change diskettes to copy SIGN definition files pause copy \f-prot\SIGN.DEF a: /v echo Change diskettes to copy SIGN2 and MACRO definition files pause copy \f-prot\sign2.def a: /v XCOPY M*.DEF A: /V ECHO ALL DONE