var set var=ip integer_value=1
var set var=macro_name str=""

for variable_name=the_macro object_names=.amachinery.macros.* type=macro
    var set var=full_name obj=(eval(DB_FULL_NAME_FROM_SHORT(the_macro, "macro")))
    file text open file_name = (eval("C:/Users/W/Documents/macros/"//full_name)) open_mode = overwrite 
    file text write format_for_output=(eval(full_name.object_value.user_entered_command)) newline=yes
    file text write format_for_output=(eval(user_string("full_name.object_value.commands_to_be_executed"))) newline=yes
    file text close file_name = (eval("C:/Users/W/Documents/macros/"//full_name))
end
var set var = msg int=(eval(alert("warning",ip//macro_name,"OK","","",1)))

 

相关文章:

  • 2021-07-12
  • 2021-09-06
  • 2021-12-20
  • 2021-07-23
  • 2021-12-23
  • 2021-09-01
  • 2021-08-09
  • 2021-06-25
猜你喜欢
  • 2021-06-11
  • 2021-05-28
  • 2021-08-03
  • 2022-12-23
  • 2021-07-23
  • 2022-12-23
相关资源
相似解决方案