これを試して、私のために働いた...
REM ================================================ ===============
REM#メインボディ
REM ================================================ ===============
if "%1" == "" echo使用法:-C:\ scripts \ port_schtask.cmd ^ ^ &&%SystemRoot%\ system32 \ ping 127.0.0.1 -n 10> nul && exit
存在しない場合C:\ scripts \ port.bat echo使用法:-ファイルは存在しませんC:\ scripts \ port.bat &&%SystemRoot%\ system32 \ ping 127.0.0.1 -n 10> nul && exit
%SystemRoot%\ system32 \ schtasks / delete / tn "port.bat%1%2" / f
%SystemRoot%\ system32 \ schtasks / create / tr "C:\ scripts \ port.bat%1%2" / SC MINUTE / MO 1 / tn "port.bat%1%2" / RU "SYSTEM"
%SystemRoot%\ system32 \ SCHTASKS / run / TN "port.bat%1%2"
%SystemRoot%\ system32 \ SCHTASKS |%SystemRoot%\ system32 \ find.exe "port.bat%1%2"
%SystemRoot%\ system32 \ schtasks / query / TN "port.bat%1%2"
%SystemRoot%\ system32 \ ping 127.0.0.1 -n 10> nul
rem ------------------------------------------------- -----
歓声RJB