home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / rtape400.zip / TAPEBAT.BAT < prev    next >
DOS Batch File  |  1994-09-25  |  631b  |  16 lines

  1. @echo off
  2. CLS
  3. REM Parameters Are As Follows.....
  4. REM %1 = Tape Drive's Tape Software Directory.
  5. REM %2 = Path To File On Tape, Including Drive Letter And Directory.
  6. REM %3 = Path To Restore File To, Including Drive Letter And Directory.
  7. REM %4 = Filename On Tape To Be Restored.
  8. REM %5 = Volumn Number Or Label Name To Be Searched For Filename.
  9. REM All Parameters Are Passed To This File With Info Taken From
  10. REM The RBCONFIG.EXE Program For Each File Area.
  11. REM .
  12. REM The Following Is A Colorado JUMBO / TRAKKER Commandline.
  13. REM .
  14. echo %1TAPE RESTORE %2%4 %3%4 /O/P/Y/-S/V=%5
  15. %1TAPE RESTORE %2%4 %3%4 /O/P/Y/-S/V=%5
  16.