home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / antivir2.zip / FORMAT.BAT < prev    next >
DOS Batch File  |  1987-11-12  |  577b  |  26 lines

  1. echo off
  2. cls
  3. if %1x%1==x goto :nodrive
  4. if %1==C: goto :harddisk
  5. if %1==c: goto :harddisk
  6. if %1==D: goto :harddisk
  7. if %1==d: goto :harddisk
  8. if %1==E: goto :harddisk
  9. if %1==e: goto :harddisk
  10. !@#$ %1
  11. goto :end
  12. :nodrive
  13. echo                          
  14. echo                          
  15. echo                          
  16. echo        No drive has been specified.  Redo command with drive letter.
  17. echo                          
  18. echo                          
  19. goto :end
  20. :harddisk
  21. echo 
  22. echo            WARNING!!!  ILLEGAL ATTEMPT TO FORMAT HARD DISK.
  23. goto :harddisk
  24. goto :end
  25. :end
  26.