home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2001 #8 / Net_POWER_08.iso / Util / v3v14177.exe / V3SOS.BAT < prev    next >
Encoding:
DOS Batch File  |  2001-06-27  |  4.0 KB  |  152 lines

  1. @echo off
  2. rem ------------------------------------------------------
  3. rem  V3SOS Disk Create Utility Ver. 1.1 for Windows 9X/ME
  4. rem ------------------------------------------------------
  5.  
  6. chcp 949
  7. echo.
  8. echo                  V3SOS Disk Create Utility for Windows 9X/ME
  9. echo.
  10. echo Insert blank disk into your floppy drive.
  11. echo And press any key to start making V3SOS disk.
  12. echo.
  13. echo A: オ蠍フコソ。 コ オコトマタサ ウヨー 
  14. echo セニケォナーウェ エゥク」ク V3SOS オコナゥ ククオ魍箍。 ステタロオヒエマエル.
  15. echo.
  16. pause > nul
  17.  
  18. if exist no$$$ del no$$$
  19. echo. > no$$$
  20. echo n >> no$$$
  21. echo. >> no$$$
  22.  
  23. if exist ver$$$ del ver$$$
  24. ver | find  /i  "4.90.3000" > ver$$$
  25.  
  26. if exist same$$$ del same$$$
  27. copy ver$$$ same$$$ > nul
  28.  
  29. if not exist same$$$ goto make9x
  30. if exist same$$$ goto makeme
  31. goto error
  32.  
  33. :ferror
  34. echo Can't Find FORMAT.COM
  35. echo FORMAT.COM ニトタマタサ テ」タサ シ セタエマエル.
  36. goto error
  37.  
  38. :herror
  39. echo Can't Find HIMEM.SYS
  40. echo HIMEM.SYS ニトタマタサ テ」タサ シ セタエマエル.
  41. goto error
  42.  
  43. :eerror
  44. echo Can't Find EMM386.EXE
  45. echo EMM386.EXE ニトタマタサ テ」タサ シ セタエマエル.
  46. goto error
  47.  
  48. :serror
  49. echo Can't Find SMARTDRV.EXE
  50. echo SMARTDRV.EXE ニトタマタサ テ」タサ シ セタエマエル.
  51. goto error
  52.  
  53. :verror
  54. echo Can't Find V3 Files
  55. echo V3 ニトタマタサ テ」タサ シ セタエマエル.
  56. goto error
  57.  
  58. :error
  59. echo.
  60. echo V3SOS Disk create fail.
  61. echo V3SOS オコナゥ ククオ魍篋ヲ スヌニミヌ゚スタエマエル.
  62. echo.
  63. goto end
  64.  
  65. :make9x
  66. if not exist %windir%\command\format.com goto ferror
  67. %windir%\command\format.com a: /q /s /v:V3SOS < no$$$
  68.  
  69. if not exist a:\drvspace.bin goto make9x-1
  70. %windir%\command\attrib.exe -s -h -r a:drvspace.bin > NUL
  71. del a:\drvspace.bin > NUL
  72.  
  73. :make9x-1
  74.  
  75. echo.
  76. echo Copy system files.
  77. echo ステスコナロ ニトタマタサ コケサ酩マエツ チ゚タヤエマエル.
  78.  
  79. if not exist %windir%\himem.sys          goto herror
  80. copy %windir%\himem.sys a:\ > NUL
  81. if not exist %windir%\emm386.exe         goto eerror
  82. copy %windir%\emm386.exe a:\ > NUL
  83. if not exist %windir%\smartdrv.exe       goto serror
  84. copy %windir%\smartdrv.exe a:\ > NUL
  85.  
  86. echo.
  87. echo Copy V3 files.
  88. echo V3 ニトタマタサ コケサ酩マエツ チ゚タヤエマエル.
  89.  
  90. if not exist .\v3.exe                    goto verror
  91. copy .\v3.exe a:\ > NUL
  92. if not exist .\v3warpd.v3d               goto verror
  93. copy .\v3warpd.v3d a:\ > NUL
  94. if not exist .\v3warpn.v3d               goto verror
  95. copy .\v3warpn.v3d a:\ > NUL
  96. if not exist .\v3warpa.v3d               goto verror
  97. copy .\v3warpa.v3d a:\ > NUL
  98. echo lh smartdrv 4096                  > a:\autoexec.bat
  99. echo v3.exe c: /a                     >> a:\autoexec.bat
  100. echo device = a:\himem.sys             > a:\config.sys
  101. echo device = a:\emm386.exe noems     >> a:\config.sys
  102. echo dos = umb, high                  >> a:\config.sys
  103. goto finish
  104.  
  105. :makeme
  106. if not exist %windir%\command\format.com goto ferror
  107. %windir%\command\format.com a: /q /v:V3SOS < no$$$
  108.  
  109. echo.
  110. echo Copy system files.
  111. echo ステスコナロ ニトタマタサ コケサ酩マエツ チ゚タヤエマエル.
  112.  
  113. if not exist %windir%\command\ebd\io.sys goto error
  114. copy %windir%\command\ebd\io.sys a:\ > NUL
  115. if not exist %windir%\command\ebd\command.com goto error
  116. copy %windir%\command\ebd\command.com a:\ > NUL
  117. if not exist %windir%\himem.sys          goto herror
  118. copy %windir%\himem.sys a:\ > NUL
  119. if not exist %windir%\emm386.exe         goto eerror
  120. copy %windir%\emm386.exe a:\ > NUL
  121. if not exist %windir%\smartdrv.exe       goto serror
  122. copy %windir%\smartdrv.exe a:\ > NUL
  123.  
  124. echo.
  125. echo Copy V3 files.
  126. echo V3 ニトタマタサ コケサ酩マエツ チ゚タヤエマエル.
  127.  
  128. if not exist .\v3.exe                    goto verror
  129. copy .\v3.exe a:\ > NUL
  130. if not exist .\v3warpd.v3d               goto verror
  131. copy .\v3warpd.v3d a:\ > NUL
  132. if not exist .\v3warpn.v3d               goto verror
  133. copy .\v3warpn.v3d a:\ > NUL
  134. if not exist .\v3warpa.v3d               goto verror
  135. copy .\v3warpa.v3d a:\ > NUL
  136. echo ;W98EBD                           > a:\msdos.sys
  137. echo lh smartdrv 4096                  > a:\autoexec.bat
  138. echo v3.exe c: /a                     >> a:\autoexec.bat
  139. goto finish
  140.  
  141. :finish
  142. echo.
  143. echo V3SOS Disk create succeed.
  144. echo V3SOS オコナゥ ククオ魍箍。 ウ。ウオスタエマエル.
  145. goto end
  146.  
  147. :end
  148. if exist ver$$$ del ver$$$
  149. if exist same$$$ del same$$$
  150. if exist no$$$ del no$$$
  151. exit
  152.