home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 004A / CRSTAB11.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-12-27  |  466b  |  17 lines

  1. Rem Install batch file for the shareware version.
  2. Rem
  3. Rem This batch file copies the sample files to the SAMPLES directory.
  4. Rem If you can read or run this batch file, it is assumed that you 
  5. Rem have already decompressed the ZIP file.
  6.  
  7. MD \CROSSTAB
  8. cd \crosstab
  9.  
  10. MD SAMPLES
  11. COPY SALES.DBF \CROSSTAB\SAMPLES
  12. COPY SALES.MDX \CROSSTAB\SAMPLES
  13. COPY CONTENTS.DBF \CROSSTAB\SAMPLES
  14. COPY CONTENTS.MDX \CROSSTAB\SAMPLES
  15. COPY CONTENTS.DBT \CROSSTAB\SAMPLES
  16.  
  17.