从批处理文件中读取配置文件变量并在 autosys 命令中回显 windows

Read profile variable from batch file and echo in command for autosys windows

我有如下的 autosys 作业

insert_job: job_name
command: cmd /c path/abc.bat
machine:
owner:
permission: 
std_out_file:
std_err_file:
profile: "profile.bat"

在 profile.bat 文件中我设置了变量

SET name=""
SET mydate=""

如何在调用 bat 命令后在命令中回显 profile:bat 文件中的日期

我们需要在同一台远程机器上存储配置文件属性的批处理文件。