echo off echo echo usage: BOOTDISK drive: echo BOOTDISK a: will make a boot disk on your drive a: echo Please make sure the disk is empty first!!! IF "%1"=="" goto bd_quit format /u /s /v:tancs %1 copy config.sys %1 copy autoexec.bat %1 :bd_quit