home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / OLT_35.ZIP / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-05-01  |  1.2 KB  |  28 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO                     ----------------------------------------
  4. Echo                     --        On-Line Trivia              --
  5. Echo                     -- Copyright 1992-93, PAROLE Software --
  6. Echo                     --      ALL RIGHTS RESERVED           --
  7. Echo                     ----------------------------------------
  8. Echo .
  9. Echo Creating Sub-Directories...
  10. MkDir SCREENS
  11. MkDir USERS
  12. Echo Copying files to Sub-Directories...
  13. pkunzip screens screens >NUL
  14. CLS
  15. ECHO                     ----------------------------------------
  16. Echo                     --          On-Line Trivia            --
  17. Echo                     -- Copyright 1992-93, PAROLE Software --
  18. Echo                     --        ALL RIGHTS RESERVED         --
  19. Echo                     ----------------------------------------
  20. Echo .
  21. Echo Installation of OLT has been completed.  Please make sure that your
  22. Echo CFG files are set up correctly and that you have BRUN45.EXE in a
  23. Echo sub-directory that is included in your PATH.  If you would like to
  24. Echo run OLT locally, type "OLT LOCAL" from the DOS prompt.
  25. Echo You may press <F8> to exit OLT at any time.
  26. Echo Enjoy!
  27.  
  28.