home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bila Vrana
/
BILA_VRANA.iso
/
004A
/
CRSTAB11.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-12-27
|
466b
|
17 lines
Rem Install batch file for the shareware version.
Rem
Rem This batch file copies the sample files to the SAMPLES directory.
Rem If you can read or run this batch file, it is assumed that you
Rem have already decompressed the ZIP file.
MD \CROSSTAB
cd \crosstab
MD SAMPLES
COPY SALES.DBF \CROSSTAB\SAMPLES
COPY SALES.MDX \CROSSTAB\SAMPLES
COPY CONTENTS.DBF \CROSSTAB\SAMPLES
COPY CONTENTS.MDX \CROSSTAB\SAMPLES
COPY CONTENTS.DBT \CROSSTAB\SAMPLES