08/06/25 17:38:22 pX/hdHEz
@echo off
start /B copy nul executing.1 ^& notepad ^& del executing.1
start /B copy nul executing.2 ^& notepad ^& del executing.2
start /B copy nul executing.3 ^& notepad ^& del executing.3
:1
cscript //nologo sleep.vbs 1
if exist executing.1 goto 1
if exist executing.2 goto 1
if exist executing.3 goto 1
msg * うんこ
・・・ sleep だけは、バッチじゃ無理。どっかから探してくるか、>>849 使う