home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / TEXT / BESTDEAL.ZIP / HARD.BAT < prev   
DOS Batch File  |  1991-07-22  |  995b  |  42 lines

  1. echo off
  2. cls
  3. if %1x == x goto error
  4. if %2x == x goto error
  5. if %1 == %2 goto error
  6. ECHO THE SOFTWARE LABS INSTALLATION PROGRAM, Copyright (c) 1991, ALL RIGHTS RESERVED
  7. ECHO  
  8. ECHO Installing program on hard disk Drive %2, one moment...
  9. %2
  10. CD\
  11. MD BESTPRIC
  12. CD \BESTPRIC
  13. %1DISK1
  14. %1DISK2
  15. %1DISK3
  16. %1DISK4
  17. %1DISK5
  18. ECHO  
  19. echo  
  20. ECHO ...Installation complete.
  21. ECHO  
  22. ECHO  
  23. pause
  24. cls
  25. ECHO  
  26. ECHO  
  27. ECHO The program has been installed in a subdirectory named BESTPRIC on your hard
  28. ECHO disk Drive %2.  At the completion of this installation program, you will be
  29. ECHO in the BESTPRIC sub-directory.  To get back into this subdirectory at a later
  30. ECHO time, type  %2  [press Enter], and then type  CD \BESTPRIC  [press Enter]. If
  31. ECHO you need to write these instructions down on a piece of paper for future 
  32. ECHO reference, PLEASE DO SO NOW!
  33. ECHO  
  34. ECHO  
  35. ECHO OFF
  36. goto done
  37. :error
  38. echo ** ERROR: you MUST specify the SOURCE and TARGET drives! **
  39. :done
  40. pause
  41. cls
  42.