home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / INFO.ZIP / README.BAT < prev    next >
DOS Batch File  |  1990-11-01  |  2KB  |  43 lines

  1. echo off
  2. echo                      WELCOME TO INFORMATION PLEASE
  3. echo  
  4. echo INFORMATION PLEASE is a free-form database program that allows you to  
  5. echo store various length records (ie paragraphs) and search, display and   
  6. echo print them according to keyword matches. This disk contains an
  7. echo installation program that will load INFORMATION PLEASE! onto your hard
  8. echo hard disk (or another floppy). You must have about 350K on your disk.
  9. echo ──────────────────────────────────────────────────────────────────────
  10. echo To install the program enter the command
  11. echo    
  12. echo INSTALL d: \directory
  13. echo    
  14. echo where d: is the name of the drive where you want to install IP,
  15. echo and \directory is the directory name where you want program to reside.
  16. echo For example, to load to a hard disk, the command will probably be
  17. echo    
  18. echo INSTALL C: \IP
  19. echo                                                       
  20. echo (make sure there is a blank between the C: and the \)
  21. echo    
  22. echo To load to a floppy disk in drive B: you would use the command
  23. echo INSTALL B: \ (again, a blank between B: and \).
  24. echo ──────────────────────────────────────────────────────────────────────
  25. pause
  26. cls
  27. echo ──────────────────────────────────────────────────────────────────────  
  28. echo To print the documentation on this disk, use the command
  29. echo  
  30. echo PRINTDOC filename.doc
  31. echo    
  32. echo For example, to print the file IP.DOC, you would enter
  33. echo    
  34. echo PRINTDOC IP.DOC
  35. echo                                                     
  36. echo The "DOC" files on this disk are:
  37. echo ──────────────────────────────────────────────────────────────────────
  38. DIR *.DOC
  39. echo ──────────────────────────────────────────────────────────────────────  
  40. echo Now enter the appropriate PRINTDOC command to print the documentation
  41. echo ──────────────────────────────────────────────────────────────────────  
  42.  
  43.