home *** CD-ROM | disk | FTP | other *** search
/ 101 OnLy ThE BeSt GaMeS 7 / 101onlythebestgames7techexpresssoftware1996.iso / shootem / tanc / bootdisk.bat < prev    next >
DOS Batch File  |  1995-08-15  |  258b  |  11 lines

  1. echo off
  2. echo
  3. echo usage:   BOOTDISK drive:
  4. echo BOOTDISK a: will make a boot disk on your drive a:
  5. echo Please make sure the disk is empty first!!!
  6. IF "%1"=="" goto bd_quit
  7. format /u /s /v:tancs %1
  8. copy config.sys %1
  9. copy autoexec.bat %1
  10. :bd_quit
  11.