home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2002 #4 / Net_2002_04.iso / Util / v3v15374.exe / V3SOS.BAT < prev    next >
Encoding:
DOS Batch File  |  2002-02-21  |  3.6 KB  |  141 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. :verror
  49. echo Can't Find V3 Files
  50. echo V3 ニトタマタサ テ」タサ シ セタエマエル.
  51. goto error
  52.  
  53. :error
  54. echo.
  55. echo V3SOS Disk create fail.
  56. echo V3SOS オコナゥ ククオ魍篋ヲ スヌニミヌ゚スタエマエル.
  57. echo.
  58. goto end
  59.  
  60. :make9x
  61. if not exist %windir%\command\format.com goto ferror
  62. %windir%\command\format.com a: /q /s /v:V3SOS < no$$$
  63.  
  64. if not exist a:\drvspace.bin goto make9x-1
  65. %windir%\command\attrib.exe -s -h -r a:drvspace.bin > NUL
  66. del a:\drvspace.bin > NUL
  67.  
  68. :make9x-1
  69.  
  70. echo.
  71. echo Copy system files.
  72. echo ステスコナロ ニトタマタサ コケサ酩マエツ チ゚タヤエマエル.
  73.  
  74. if not exist %windir%\himem.sys          goto herror
  75. copy %windir%\himem.sys a:\ > NUL
  76. if not exist %windir%\emm386.exe         goto eerror
  77. copy %windir%\emm386.exe a:\ > NUL
  78.  
  79. echo.
  80. echo Copy V3 files.
  81. echo V3 ニトタマタサ コケサ酩マエツ チ゚タヤエマエル.
  82.  
  83. if not exist .\v3.exe                    goto verror
  84. copy .\v3.exe a:\ > NUL
  85. if not exist .\v3warpd.v3d               goto verror
  86. copy .\v3warpd.v3d a:\ > NUL
  87. if not exist .\v3warpn.v3d               goto verror
  88. copy .\v3warpn.v3d a:\ > NUL
  89. if not exist .\v3warpa.v3d               goto verror
  90. copy .\v3warpa.v3d a:\ > NUL
  91. echo v3.exe c: /a                      > a:\autoexec.bat
  92. echo device = a:\himem.sys             > a:\config.sys
  93. echo device = a:\emm386.exe noems     >> a:\config.sys
  94. echo dos = umb, high                  >> a:\config.sys
  95. goto finish
  96.  
  97. :makeme
  98. if not exist %windir%\command\format.com goto ferror
  99. %windir%\command\format.com a: /q /v:V3SOS < no$$$
  100.  
  101. echo.
  102. echo Copy system files.
  103. echo ステスコナロ ニトタマタサ コケサ酩マエツ チ゚タヤエマエル.
  104.  
  105. if not exist %windir%\command\ebd\io.sys goto error
  106. copy %windir%\command\ebd\io.sys a:\ > NUL
  107. if not exist %windir%\command\ebd\command.com goto error
  108. copy %windir%\command\ebd\command.com a:\ > NUL
  109. if not exist %windir%\himem.sys          goto herror
  110. copy %windir%\himem.sys a:\ > NUL
  111. if not exist %windir%\emm386.exe         goto eerror
  112. copy %windir%\emm386.exe a:\ > NUL
  113.  
  114. echo.
  115. echo Copy V3 files.
  116. echo V3 ニトタマタサ コケサ酩マエツ チ゚タヤエマエル.
  117.  
  118. if not exist .\v3.exe                    goto verror
  119. copy .\v3.exe a:\ > NUL
  120. if not exist .\v3warpd.v3d               goto verror
  121. copy .\v3warpd.v3d a:\ > NUL
  122. if not exist .\v3warpn.v3d               goto verror
  123. copy .\v3warpn.v3d a:\ > NUL
  124. if not exist .\v3warpa.v3d               goto verror
  125. copy .\v3warpa.v3d a:\ > NUL
  126. echo ;W98EBD                           > a:\msdos.sys
  127. echo v3.exe c: /a                      > a:\autoexec.bat
  128. goto finish
  129.  
  130. :finish
  131. echo.
  132. echo V3SOS Disk create succeed.
  133. echo V3SOS オコナゥ ククオ魍箍。 ウ。ウオスタエマエル.
  134. goto end
  135.  
  136. :end
  137. if exist ver$$$ del ver$$$
  138. if exist same$$$ del same$$$
  139. if exist no$$$ del no$$$
  140. exit
  141.