for variable_name=loopobj object_names=.amachinery.* type=macro 
var set var=filename1 str=(eval(STR_DELETE(loopobj,1,19)//".cmd"))
file text open file= (eval(filename1)) open_mode=overwrite
file text write format = "%s" newline=yes value=(eval(user_string(loopobj//".commands_to_be_executed")))
file text close file= (eval(filename1))
end

 

相关文章:

  • 2021-10-19
  • 2021-07-15
  • 2022-01-07
  • 2022-02-01
  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
  • 2022-12-23
猜你喜欢
  • 2022-01-02
  • 2021-05-28
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
  • 2021-10-31
相关资源
相似解决方案