home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / NEWWAVE3.ZIP / INSTALL.BAT next >
Encoding:
DOS Batch File  |  1990-05-16  |  697 b   |  29 lines

  1. echo off
  2. if "%1" == "" goto default
  3. if "%2" == "" goto not_2
  4. if "%3" == "" goto not_3
  5. if "%4" == "" goto not_4
  6. if "%5" == "" goto not_5
  7. if "%6" == "" goto not_6
  8. install\installa install\setup.txt %1 /%2 /%3 /%4 /%5 /%6
  9. goto run_NewWave
  10. :not_6
  11. install\installa install\setup.txt %1 /%2 /%3 /%4 /%5
  12. goto run_NewWave
  13. :not_5
  14. install\installa install\setup.txt %1 /%2 /%3 /%4
  15. goto run_NewWave
  16. :not_4
  17. install\installa install\setup.txt %1 /%2 /%3
  18. goto run_NewWave
  19. :not_3
  20. install\installa install\setup.txt %1 /%2
  21. goto run_NewWave
  22. :not_2
  23. install\installa install\setup.txt %1
  24. goto run_NewWave
  25. :default
  26. install\installa install\setup.txt
  27. :run_NewWave
  28. if errorlevel 10 newwave 
  29.