Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试制作一个批处理脚本,它将自动删除一个注册表项(HKEY_CURRENT_USER\Software\mIRC\LastRun)并运行一个文件,我该如何开始呢?
@echo off &setlocal reg delete "HKEY_CURRENT_USER\Software\mIRC\LastRun" /f start "" /b "run a file"