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"