home *** CD-ROM | disk | FTP | other *** search
/ Software Buyer's Guide Volume 7 #1 / Software_Buyers_Guide_Volume_7_Number_1_SelectWare_Technologies_1995.iso / vir10000 / install.bat < prev    next >
DOS Batch File  |  1993-07-26  |  640b  |  25 lines

  1. @echo off
  2. echo To install this demo, make a directory on your hard drive, and copy the
  3. echo contents of this disk into it.
  4. echo.
  5. echo Example:
  6. echo.
  7. echo md c:\vpdemo
  8. echo copy b:\*.* c:\vpdemo
  9. echo c:
  10. echo cd c:\vpdemo
  11. echo.
  12. echo To start the Vistapro 3 demo, type in:
  13. echo.
  14. echo VPDEMO
  15. echo.
  16. echo The demo will start automatically.
  17. echo.
  18. echo NOTE: If you have any problems running the demo, please print the
  19. echo VPDEMO.TXT and TROUBLE.TXT files by typing:
  20. echo.
  21. echo PRINT *.TXT
  22. echo.
  23. echo Thank you for your interest in VRLI products.
  24. echo Sales: 800 829 VRLI    Tech Support: 805 545 8515    BBS: 805 781 2257
  25.