home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- rem * Parameter loader for FORMAT CENTRAL
- rem * Author: Wiley Miller 6/3/91
- rem * This batch file required for Windows application FORMAT CENTRAL
- rem * Do not modify or remove this file unless you are removing the calling
- rem * application FORMCENT.EXE.
- rem *
- CLS
- GOTO %1
- :FORM12
- format A:
- GOTO EXIT
- :FORM720
- format B: /N:9 /T:80
- GOTO EXIT
- :FORM144
- Format B:
- GOTO EXIT
- :LABELA
- label A:
- GOTO EXIT
- :LABELB
- label B:
- GOTO EXIT
- :DIRA
- dir A: /P
- pause
- GOTO EXIT
- :DIRB
- dir B: /P
- pause
- GOTO EXIT
- :EXIT
-