您现在的位置: 天下网吧 >> 网吧天地 >> 天下码农 >> 前端开发 >> 正文

硬盘盘符更改的批处理

2008-6-18互联网佚名
下面的代码可以把d: 改为Z: ,你也可以修改这些参数达到自己的效果。

以下为引用的内容:
@del "%temp%"\temp.vbs
@echo on error resume next >>"%temp%"\temp.vbs
@echo dim WshShell>>"%temp%"\temp.vbs
@echo Set WshShell =
WScript.CreateObject("WScript.Shell")>>"%temp%"\temp.vbs
@echo WshShell.run"diskpart">>"%temp%"\temp.vbs
@echo
WshShell.AppActivate"c:\windows\system32\diskpart.exe">>"%temp%"\temp.vbs

@echo WScript.Sleep 30>>"%temp%"\temp.vbs
@echo WshShell.SendKeys"select volume=d:">>"%temp%"\temp.vbs

@echo WshShell.SendKeys"{ENTER}">>"%temp%"\temp.vbs
@echo WScript.Sleep 30>>"%temp%"\temp.vbs
@echo WshShell.SendKeys"remove">>"%temp%"\temp.vbs
@echo WshShell.SendKeys"{ENTER}">>"%temp%"\temp.vbs
@echo WScript.Sleep 30>>"%temp%"\temp.vbs
@echo WshShell.SendKeys"assign letter=z:">>"%temp%"\temp.vbs
@echo WshShell.SendKeys"{ENTER}">>"%temp%"\temp.vbs
@call "%temp%"\temp.vbs

欢迎访问最专业的网吧论坛,无盘论坛,网吧经营,网咖管理,网吧专业论坛https://bbs.txwb.com

关注天下网吧微信,了解网吧网咖经营管理,安装维护:


本文来源:互联网 作者:佚名

相关文章
没有相关文章
声明
本文来源地址:
声明:本站所发表的文章、评论及图片仅代表作者本人观点,与本站立场无关。若文章侵犯了您的相关权益,请及时与我们联系,我们会及时处理,感谢您对本站的支持!联系邮箱:support@txwb.com.,本站所有有注明来源为天下网吧或天下网吧论坛的原创作品,各位转载时请注明来源链接!
天下网吧 网吧天下