home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / 1 / 123pw53.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-12-28  |  1KB  |  38 lines

  1. @cls
  2. @echo off
  3. echo ╔════════════════════════════════════════════════════════════════════════════╗
  4. echo ║░░░░░░░░░░░░░░░ POWER WINDOWS (For Lotus 1-2-3) version 5.3 ░░░░░░░░░░░░░░░░║
  5. echo ╠════════════════════════════════════════════════════════════════════════════╣
  6. echo ║                                                                            ║
  7. echo ║ Please wait...  Power Windows files are being copied now...                ║
  8. echo ╚════════════════════════════════════════════════════════════════════════════╝
  9. echo.
  10. @copy auto123.wk1 %1                                                              
  11. @copy manual.wk1 %1
  12. @copy intro. %1
  13. @copy use123pw. %1
  14. @copy warranty. %1
  15. @copy register. %1
  16. @cd %1                                                                              
  17. echo.
  18. echo ╔════════════════════════════════════════════════════════════════════════════╗
  19. echo ║ All done...  Thanks for trying Power Windows!                              ║
  20. echo ║                                                                            ║
  21. echo ║ To get you started quickly, take a minute to read the following            ║
  22. echo ║ brief messages about Power Windows now.                                    ║
  23. echo ╚════════════════════════════════════════════════════════════════════════════╝
  24. echo.  
  25. echo.                        
  26. @pause
  27. @cls  
  28. @type intro.  
  29. @pause
  30. @cls
  31. @type use123pw  
  32. @pause
  33. @cls
  34. @type warranty  
  35. @pause
  36. @cls
  37. @type register
  38.