批处理 CALL 命令 管理员权限运行问题

2025-02-19 07:05:45
推荐回答(1个)
回答1:

@echo off
set "dst=%cd%"
call c:\1.bat
cd /d "%dst%"
dir /w
pause