home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / os2 / os21.zip / TRIDENT.BAT < prev    next >
DOS Batch File  |  1993-06-02  |  4KB  |  104 lines

  1. %1
  2. cls
  3. cd \os2
  4. svga on dos
  5. copy svgadata.dos svgadata.pmi
  6. del svgadata.dos
  7.  
  8. if "%2"=="A:" goto insa
  9. if "%2"=="a:" goto insa
  10. if "%2"=="B:" goto insa
  11. if "%2"=="b:" goto insa
  12. echo on
  13. copy %2\dspres.dl_ %3
  14. copy %2\ibmvga32.dl_ %3
  15. copy %2\winvga %3
  16. copy %2\winxga  %3
  17. copy %2\sv480256.dl_ %3
  18. copy %2\sv600256.dl_ %3
  19. copy %2\sv768256.dl_ %3
  20. copy %2\wspdbf.dr_ %3
  21. copy %2\wspdsbf.dr_ %3
  22. copy %2\wspdsf.dr_ %3  
  23. copy %2\wspdssf.dr_ %3 
  24. @echo off
  25. goto EXIT
  26.  
  27. :insa
  28. cls
  29. echo.
  30. echo.
  31. echo.
  32. echo.
  33. echo.
  34. echo             ╔════════════════════════════════════════════╗
  35. echo             ║   Insert the Diskette With the Following   ║
  36. echo             ║   Label Into Driver %2                     ║
  37. echo             ║                                            ║
  38. echo             ║                                            ║
  39. echo             ║       Display  Driver  Diskette  1         ║
  40. echo             ║                                            ║
  41. echo             ║                                            ║
  42. echo             ╚════════════════════════════════════════════╝
  43. pause
  44.  
  45. echo on
  46. if exist %2dspres.dl_ copy %2dspres.dl_ %3
  47. if exist %2ibmvga32.dl_ copy %2ibmvga32.dl_ %3
  48. if exist %2winvga copy %2winvga %3
  49. if exist %2winxga copy %2winxga %3
  50. if exist %2sv480256.dl_ copy %2sv480256.dl_  %3
  51. if exist %2sv600256.dl_ copy %2sv600256.dl_  %3
  52. if exist %2sv768256.dl_ copy %2sv768256.dl_  %3
  53. if exist %2wspdbf.dr_ copy %2wspdbf.dr_  %3
  54. if exist %2wspdsbf.dr_ copy %2wspdsbf.dr_ %3  
  55. if exist %2wspdsf.dr_ copy %2wspdsf.dr_ %3
  56. if exist %2wspdssf.dr_ copy %2wspdssf.dr_ %3 
  57. @echo off
  58.  
  59. cls
  60. echo.
  61. echo.
  62. echo.
  63. echo.
  64. echo.
  65. echo             ╔════════════════════════════════════════════╗
  66. echo             ║   Insert the Diskette With the Following   ║
  67. echo             ║   Label Into Driver %2                     ║
  68. echo             ║                                            ║
  69. echo             ║                                            ║
  70. echo             ║       Display  Driver  Diskette  2         ║
  71. echo             ║                                            ║
  72. echo             ║                                            ║
  73. echo             ╚════════════════════════════════════════════╝
  74. pause
  75.  
  76. echo on
  77. if exist %2sv480256.dl_ copy %2sv480256.dl_  %3
  78. if exist %2sv600256.dl_ copy %2sv600256.dl_  %3
  79. if exist %2sv768256.dl_ copy %2sv768256.dl_  %3
  80. if exist %2wspdbf.dr_ copy %2wspdbf.dr_ %3
  81. if exist %2wspdsbf.dr_ copy %2wspdsbf.dr_ %3 
  82. if exist %2wspdsf.dr_ copy %2wspdsf.dr_ %3
  83. if exist %2wspdssf.dr_ copy %2wspdssf.dr_ %3 
  84. if exist %2dspres.dl_ copy %2dspres.dl_ %3  
  85. if exist %2ibmvga32.dl_ copy %2ibmvga32.dl_ %3 
  86. if exist %2winvga copy %2winvga %3 
  87. if exist %2winxga copy %2winxga %3 
  88. @echo off
  89.  
  90. :EXIT
  91. cls
  92. if not exist %3\dspres.dl_ echo Missing  DSPRES.DL_  from display diskette
  93. if not exist %3\ibmvga32.dl_ echo Missing  IBMVGA32.DL_  from display diskette
  94. if not exist %3\winvga echo Missing  WINVGA  from display diskette
  95. if not exist %3\winxga echo Missing  WINXGA  from display diskette
  96. if not exist %3\sv480256.dl_ echo Missing  SV480256.DL_  from display diskette
  97. if not exist %3\sv600256.dl_ echo Missing  SV600256.DL_  from display diskette
  98. if not exist %3\sv768256.dl_ echo Missing  SV768256.DL_  from display diskette
  99. if not exist %3\wspdbf.dr_ echo Missing  WSPDBF.DR_  from display diskette
  100. if not exist %3\wspdsbf.dr_ echo Missing  WSPDSBF.DR_  from display diskette
  101. if not exist %3\wspdsf.dr_ echo Missing  WSPDSF.DR_  from display diskette
  102. if not exist %3\wspdssf.dr_ echo Missing  WSPDSSF.DR_  from display diskette
  103.  
  104.