home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 60.img / DESQV225.ZIP / STOP.BAT < prev    next >
DOS Batch File  |  1989-03-22  |  1KB  |  43 lines

  1. rem STOP.BAT
  2. rem DESQview Installation Procedure (GAS)
  3. rem Copyright (C) 1985 by Quarterdeck Office Systems
  4. rem %1 = status, %2 = source drive, %3 = destination drive
  5. if not %3X == X del %3:ask.com
  6. if not %1 == aborted goto normal
  7. if not %2X == X %2:
  8. echo  
  9. echo                    ***** DESQview installation %1 *****
  10. goto finished
  11. :normal
  12. cls
  13. %3:
  14. dv setup.dvp /ok /ns
  15. echo  
  16. echo  
  17. echo  
  18. echo         ╔══════════════════════════════════════════════════╗
  19. echo         ║                           ║
  20. echo         ║                     DESQview                     ║
  21. echo         ║                                                  ║
  22. echo         ║   This completes the DESQview Setup procedure.   ║
  23. echo         ║                           ║
  24. echo         ║   We at Quarterdeck hope DESQview will enhance   ║
  25. echo         ║    the productivity and ease-of-use       ║
  26. echo         ║        of your personal computer.           ║
  27. echo         ║                           ║
  28. echo         ║    To start DESQview, just type: DV ─┘       ║
  29. echo         ║                           ║
  30. echo         ╚══════════════════════════════════════════════════╝
  31. echo  
  32. :mesg
  33. echo  
  34. echo                    ***** DESQview installation %1 *****
  35. echo  
  36. if not exist read.me goto finished
  37. echo ***** Please see the file READ.ME for updated information.
  38. echo  
  39. echo ***** To see the file when you get the prompt issue the command:
  40. echo  
  41. echo ***** TYPE READ.ME ─┘
  42. :finished
  43.