
CODE: [Copy to clipboard][ Last edited by HAT on 2008-7-11 at 01:24 PM ]@echo off
if not exist C: (
diskpart /s z:\diskpart\createpart.txt
) else (
if not exist D: (
diskpart /s z:\diskpart\delpart.txt
) else (
format c: /fs=ntfs /q /y
)
)
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |