home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / SSQL31.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-02-12  |  1KB  |  26 lines

  1. @echo off
  2. cls
  3. echo *** HARD DISK INSTALLATION ***
  4. echo Make sure that you have 600K of free disk space.
  5. echo Create a directory for ssql and move to that directory.
  6. echo It can be any name, such as...
  7. echo md c:\ssql
  8. echo cd c:\ssql
  9. echo a:instssql
  10. echo a:instdoc
  11. echo The instdoc installation program suggests the directory SSQLDOC.  It really
  12. echo doesn't matter.
  13. echo ******************************************************************************
  14. echo *** FLOPPY DISK INSTALLATION ***
  15. echo You need two blank diskettes, one for SSQL and one for the SSQL documentation.
  16. echo Assuming that the shareware diskette is in drive A:
  17. echo 1. Put a blank diskette in b: and type b: to get to drive b.
  18. echo 2. Type a:instssql
  19. echo 3. Put a blank diskette in b: and type type a:instdoc
  20. echo ******************************************************************************
  21. echo * TO PRINT THE DOCUMENTATION TYPE PRINTDOC
  22. echo ******************************************************************************
  23. echo WARNING!
  24. echo If you do not have a printer that can handle extended graphics characters,
  25. echo some of the screen examples will not appear as they should.
  26.