home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FASTFILE.AIN / CDCOPY.BAT < prev    next >
Encoding:
DOS Batch File  |  1976-11-25  |  1.5 KB  |  35 lines

  1. ECHO OFF
  2.  
  3. REM !! REMOVE THIS FILE FROM THE FASTFILE DIRECTORY IF YOU DONT NEED IT !!
  4.  
  5. REM PUT THIS BATCH-FILE IN YOUR FASTFILE DIRECTORY ONLY IF YOU WANT TO RUN
  6. REM EXTERNAL PROGRAMS BEFORE DOWNLOADING FILES FROM A CD-ROM OR DAT TAPE !
  7.  
  8. REM FASTFILE HAS BUILD IN CD-ROM AND DAT SUPPORT AND AUTOMATIC COPYS ALL
  9. REM FILES MARKED AS CD-ROM FILES TO THE HARDDISK BEFORE THE DOWNLOAD IS 
  10. REM STARTED. YOU DON'T NEED THIS BAT-FILE IF YOU DON'T HAVE TO RUN SOME
  11. REM SPECIAL EXTERNAL PROGRAMS BEFORE THE DOWNLOAD IS STARTED ! REMOVE THIS
  12. REM FILE FROM YOUR FASTFILE DIRECTORY IF YOU DON'T NEED IT !!
  13.  
  14. REM %1 = Path and filename on CD-ROM or DAT-tape  (Source-file)
  15. REM %2 = Path and filename to temp-path           (Target-file)
  16.  
  17. REM Use this batch-file to run external programs and copy files from CD-ROM
  18. REM and DAT tapes to your harddisk before FastFile starts the download. 
  19.  
  20. REM If this batch-file is in your FastFile path and tagged files are marked
  21. REM as CD-ROM files, FastFile will run it before the download is started. If
  22. REM this file is not in the FastFile path and tagged files are marked as CD-
  23. REM ROM files, FastFile will copy tagged files to the temp-path before the
  24. REM download is started.
  25.  
  26. REM Use this line to run external programs
  27. REM C:\TAPEDISK\TDSEEK.EXE %1 /WAIT
  28.  
  29. REM This line will copy all tagged files, marked as CD-ROM files, to the
  30. REM temp-path.
  31. COPY %1 %2
  32.  
  33. REM Include comment in archive from CD-ROM
  34. REM ARJ c -zcomment.txt %2
  35.