home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
-
- REM !! REMOVE THIS FILE FROM THE FASTFILE DIRECTORY IF YOU DONT NEED IT !!
-
- REM PUT THIS BATCH-FILE IN YOUR FASTFILE DIRECTORY ONLY IF YOU WANT TO RUN
- REM EXTERNAL PROGRAMS BEFORE DOWNLOADING FILES FROM A CD-ROM OR DAT TAPE !
-
- REM FASTFILE HAS BUILD IN CD-ROM AND DAT SUPPORT AND AUTOMATIC COPYS ALL
- REM FILES MARKED AS CD-ROM FILES TO THE HARDDISK BEFORE THE DOWNLOAD IS
- REM STARTED. YOU DON'T NEED THIS BAT-FILE IF YOU DON'T HAVE TO RUN SOME
- REM SPECIAL EXTERNAL PROGRAMS BEFORE THE DOWNLOAD IS STARTED ! REMOVE THIS
- REM FILE FROM YOUR FASTFILE DIRECTORY IF YOU DON'T NEED IT !!
-
- REM %1 = Path and filename on CD-ROM or DAT-tape (Source-file)
- REM %2 = Path and filename to temp-path (Target-file)
-
- REM Use this batch-file to run external programs and copy files from CD-ROM
- REM and DAT tapes to your harddisk before FastFile starts the download.
-
- REM If this batch-file is in your FastFile path and tagged files are marked
- REM as CD-ROM files, FastFile will run it before the download is started. If
- REM this file is not in the FastFile path and tagged files are marked as CD-
- REM ROM files, FastFile will copy tagged files to the temp-path before the
- REM download is started.
-
- REM Use this line to run external programs
- REM C:\TAPEDISK\TDSEEK.EXE %1 /WAIT
-
- REM This line will copy all tagged files, marked as CD-ROM files, to the
- REM temp-path.
- COPY %1 %2
-
- REM Include comment in archive from CD-ROM
- REM ARJ c -zcomment.txt %2
-