home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- REM This is a sample VIEWCOMP.BAT for use with WildCat! 3.x and DataView.
- REM
- REM 1st parameter = *full path* and filename to DATAVIEW.CFG
- REM 2nd parameter = archive, this should be %1 when called from WC!
- REM
- REM Make sure you edit this to match your directories.
- REM
- REM NOTE: Make sure that this file does not have any CD (change
- REM directory) commands in it. DataView *must* run from the
- REM directory that WildCat! executes it from.
- REM
- REM
- DATAVIEW C:\WC30\DATAVIEW.CFG %1
-