home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / utils / f1471 / vb_do.bat < prev    next >
DOS Batch File  |  1991-06-03  |  542b  |  34 lines

  1. @ECHO OFF
  2. rem  * Parameter loader for FORMAT CENTRAL
  3. rem  * Author: Wiley Miller 6/3/91
  4. rem  * This batch file required for Windows application FORMAT CENTRAL
  5. rem  * Do not modify or remove this file unless you are removing the calling
  6. rem  * application FORMCENT.EXE.
  7. rem  *
  8. CLS
  9. GOTO %1
  10. :FORM12
  11. format A:
  12. GOTO EXIT
  13. :FORM720
  14. format B: /N:9 /T:80
  15. GOTO EXIT
  16. :FORM144
  17. Format B:
  18. GOTO EXIT
  19. :LABELA
  20. label A:
  21. GOTO EXIT
  22. :LABELB
  23. label B:
  24. GOTO EXIT
  25. :DIRA
  26. dir A: /P
  27. pause
  28. GOTO EXIT
  29. :DIRB
  30. dir B: /P
  31. pause
  32. GOTO EXIT
  33. :EXIT
  34.