home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 November / VPR9611B.ISO / driver / iodata / k98_220a / update.bat < prev   
DOS Batch File  |  1996-08-08  |  2KB  |  89 lines

  1. @echo off
  2. echo GA-Kit-98PCI 2.00 → 2.20 差分更新バッチファイル
  3. echo COPYRIGHT (C) 1996 I-O DATA DEVICE,INC. All Rights Reserved.
  4. rem JE9WKV
  5. rem 96.08.08
  6. echo ----------------------------------------------------------------------
  7.  
  8. if "%1" == "" goto help
  9. if "%2" == "" goto help
  10. if not exist %2root.upc goto help
  11.  
  12. echo サポートソフトウェアのバックアップFD... %1ドライブ
  13. dir %1 /w
  14. echo このFDを更新します。(マスタディスクは絶対に更新しないでください。)
  15. echo よろしいですか?
  16. echo 中止...[Ctrl]+[C]   処理を続ける...その他のキー
  17. pause
  18.  
  19. rem === ディスク チェック 開始 ===
  20. echo 正しいバックアップディスクかチェックしています。
  21. if not exist %1GASETUP.EXE goto baddisk
  22. rem === ディスク チェック 終了 ===
  23.  
  24. echo ----- 更新開始 -----
  25.  
  26. ren *.upe *.exe
  27. ren *.upc *.com
  28.  
  29. del %1\win95\*.* < y
  30. del %1\GA_DR\DRAG16M.DR_
  31. del %1\GA_DR\DRAG256.DR_
  32. del %1\GA_DR\DRAG64K.DR_
  33. del %1\GA_DR\DRAGCTRL.EX_
  34. del %1\GA_DR\DRAGCTRL.HLP
  35. del %1\GA_DR\DRAGCTRL.INI
  36. del %1\GA_DR\DRAGHOOK.38_
  37. del %1\GA_DR\DRGCTLIB.DL_
  38. del %1\draginit.exe
  39.  
  40. %1
  41. cd\
  42. %2root
  43. del $*.*
  44.  
  45. cd\ga_968v
  46. %2s3_68_08
  47. %2s3_68_16
  48. %2s3_68_32
  49. %2s3ctllib
  50. del $*.*
  51.  
  52. cd\ga_drv
  53. %2drag256
  54. %2drag64k
  55. %2drag16m
  56. %2drgctlib
  57. del $*.*
  58.  
  59. cd\
  60. %2add
  61.  
  62. %2
  63. ren add.exe add.upe
  64. ren s3_68_08.exe s3_68_08.upe
  65. ren root.com root.upc
  66. ren s3_68_16.com s3_68_16.upc
  67. ren s3_68_32.com s3_68_32.upc
  68. ren s3ctllib.com s3ctllib.upc
  69. ren drag256.com drag256.upc
  70. ren drag64k.com drag64k.upc
  71. ren drag16m.com drag16m.upc
  72. ren drgctlib.com drgctlib.upc
  73.  
  74. rem echo %1ドライブのボリュームラベルを設定します。
  75. rem echo 中止...[Ctrl]+[C]   処理を続ける...その他のキー
  76. rem pause
  77. rem label %1
  78.  
  79. echo ----- 更新完了 -----
  80. goto end
  81.  
  82. :baddisk
  83. echo サポートソフトウェアディスクではありません。
  84. goto end
  85. :help
  86. echo 書式  update [サポートソフトFDD] [HDD] [バージョン番号]
  87. echo   例  update c: a: ... FDDがC: HDDがA: の場合
  88. :end
  89.