home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo Welcome to BookReader!
- echo BookReader uses subdirectories to store many of its files. I am currently
- echo moving the appropriate files. Please ignore any warning messages.
- if not exist BOOKS mkdir BOOKS
- if not exist MARKS mkdir MARKS
- if not exist TEXT mkdir TEXT
- if not exist ANSI goto ansis
- goto end
- :ansis
- mkdir ansi
- copy *.ans ansi>nul
- del *.ans
- copy *.rip ansi>nul
- del *.rip
- copy *.asc ansi>nul
- del *.asc
- :end
- BOOKADD.EXE /A
- cls
- echo To run the BookReader, type BOOKRDR
- echo .
- echo To run the BookReader as a door, execute BOOKRDR with the name of the
- echo DORINFOx.DEF or DOOR.SYS on the command line.
- echo .
- echo Please read the documentation.
- echo .
- echo Please register this program.
- echo .
-