标签: windows batch-file
这是我们的批处理文件,我们有这个代码,但它没有运行run.bat文件。 给出错误: 未被识别为内部或外部命令
@echo off SET Identity=%userdomain%\%username% CALL :ICACLS "%Identity%" SET mypath=%~dp0 echo %mypath:~0,-1% runas /noprofile /user:%Identity% "cmd /K %mypath%\run.bat"