home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 33 VDrivers / 33-VDrivers.zip / bwos2_2m.zip / agx_ins.bat < prev    next >
DOS Batch File  |  1993-12-28  |  592b  |  31 lines

  1. echo off 
  2. cls
  3. if exist \agx_ins.bat goto begin
  4. echo 
  5. echo  
  6. echo Please run AGX_INS from the diskette drive !!
  7. echo  
  8. goto end
  9. :begin
  10. echo  
  11. echo  
  12. echo Which drive is the OS/2 installed, C or D or E or F ?
  13. getdrive
  14. if errorlevel 67 set drive=C
  15. if errorlevel 68 set drive=D
  16. if errorlevel 69 set drive=E
  17. if errorlevel 70 set drive=F
  18. echo  
  19. echo  
  20. echo The OS/2 is on drive %drive%, is this correct (Y/N) ? 
  21. getdrive
  22. if errorlevel 89 goto ok
  23. goto begin
  24. :ok
  25. echo  
  26. echo Copying AGX drivers, please wait...
  27. cd \agx15_2
  28. unpack agxvga %drive%:\os2\install
  29. cd \
  30. :END
  31.