home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / APPS / BUSINESS / VIDSTOR.ZIP / INSTALLH.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-11-01  |  1.2 KB  |  46 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  
  7. ECHO Installing program on hard disk drive %2, one moment...
  8. %2
  9. cd\
  10. md VIDSTORE
  11. cd \VIDSTORE
  12. Copy %1B*.*
  13. Copy %1P*.*
  14. Copy %1R*.*
  15. Copy %1T*.*
  16. Copy %1V*.*
  17. ECHO  
  18. ECHO  
  19. ECHO  
  20. ECHO ...Installation complete.
  21. ECHO  
  22. pause
  23. cls
  24. ECHO  
  25. ECHO  
  26. ECHO The program has been installed in a subdirectory named VIDSTORE on your hard
  27. ECHO disk drive %2.  At the completion of this installation program, you will be
  28. ECHO in the VIDSTORE subdirectory.  To get into this subdirectory at a later date,
  29. ECHO type  %2  [press Enter], and then type  CD \VIDSTORE  [press Enter]. (If you
  30. ECHO need to, write these instructions down on a piece of paper for future 
  31. ECHO reference.)
  32. ECHO  
  33. ECHO Disregard hard disk installation instructions mentioned in the documentation
  34. ECHO because the program has already been installed on your hard disk. DO, HOWEVER,
  35. ECHO PAY CLOSE ATTENTION TO THE DIRECTIONS REGARDING THE BUFFERS AND FILES IN YOUR
  36. ECHO CONFIG.SYS FILE. 
  37. ECHO  
  38. ECHO  
  39. ECHO OFF
  40. goto done
  41. :error
  42. echo ** ERROR: you MUST specify the SOURCE and TARGET drives! **
  43. :done
  44. pause
  45. cls
  46.