home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR2 / C64EMUL.ZIP / NEWDISK.BAT < prev    next >
DOS Batch File  |  1991-07-16  |  186b  |  10 lines

  1. @echo off
  2. if "%1" == "" goto error
  3. if exist %1.41 goto noerror
  4. :error
  5. echo Specify the name of an existing 1541 Disk file (*.41)
  6. goto done
  7. :noerror
  8. copy %1.41 vc1541.000
  9. :done
  10.