CMD
reg export "HKEY_USERS\S-1-5-21-664984301-3062014895-3146206184-500\SOFTWARE\SAS Institute Inc.\JMP\Recent\Files" c:\1\abc.reg /y
![2024-07-04_13-38-50.png 2024-07-04_13-38-50.png](https://community.jmp.com/t5/image/serverpage/image-id/65856iC62285ECC03366C8/image-size/large?v=v2&px=999)
run program(executable("cmd.exe"),options({"reg export \!"HKEY_USERS\S-1-5-21-664984301-3062014895-3146206184-500\SOFTWARE\SAS Institute Inc.\JMP\Recent\Files\!" \!"c:\1\abc2.reg\!""}));//??
This code works in CMD.But how to write JSL
Thanks!
Like this JSL is executable
run program(executable("cmd.exe"),options({"/c Taskkill /im EXCEL.exe /f /t"}));