home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / BKRDR110.ZIP / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-10-18  |  744 b   |  30 lines

  1. @echo off
  2. echo Welcome to BookReader!
  3. echo BookReader uses subdirectories to store many of its files. I am currently
  4. echo moving the appropriate files. Please ignore any warning messages.
  5. if not exist BOOKS mkdir BOOKS
  6. if not exist MARKS mkdir MARKS
  7. if not exist TEXT mkdir TEXT
  8. if not exist ANSI goto ansis
  9. goto end
  10. :ansis
  11. mkdir ansi
  12. copy *.ans ansi>nul
  13. del *.ans
  14. copy *.rip ansi>nul
  15. del *.rip
  16. copy *.asc ansi>nul
  17. del *.asc
  18. :end
  19. BOOKADD.EXE /A
  20. cls
  21. echo To run the BookReader, type BOOKRDR
  22. echo .
  23. echo To run the BookReader as a door, execute BOOKRDR with the name of the
  24. echo DORINFOx.DEF or DOOR.SYS on the command line.
  25. echo .
  26. echo Please read the documentation.
  27. echo .
  28. echo Please register this program.
  29. echo .
  30.