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

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