home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 1997 / CT_SW_97.ISO / pc / software / betriebs / win95 / pc64w214.exe / PC64TAPE.BAT < prev    next >
DOS Batch File  |  1997-01-15  |  397b  |  19 lines

  1. @echo off
  2. %1
  3. cd "%2"
  4. deltree /y Tape
  5. md Tape
  6. cd Tape
  7. copy %3 .
  8. ..\T64toP00
  9. del *.t64
  10. set N=
  11. for %%i in (*.p00) do if "%N%"=="" set N=%%i
  12. echo"
  13. echo"The files have been converted to P00. Because Windows 3.1 cannot
  14. echo"start PC64Win.exe from a DOS batch file, please change into
  15. echo"PC64Win's TAPE directory and run the P00 from the File Manager.
  16. echo"
  17. ..\PC64Win.exe %N%
  18. set N=
  19.