Quote from
Darbdenral on October 20, 2022, 2:34 am
@leopold
@gaev had a great answer, this command will work on even more applications..
As long as curl is in your path on your computer the example below should work fine, otherwise use the full path to curl n the command
Add this action to a button in your app, after test you should find the help.txt file in your application folder.
Run "CMD.exe" "/c [#34]curl -help > help.txt[#34]" "LoadComplete" "" ""
You can use a batch file for extended commands and just call the batch file too
curl -help > help.txt
@leopold
@gaev had a great answer, this command will work on even more applications..
As long as curl is in your path on your computer the example below should work fine, otherwise use the full path to curl n the command
Add this action to a button in your app, after test you should find the help.txt file in your application folder.
Run "CMD.exe" "/c [#34]curl -help > help.txt[#34]" "LoadComplete" "" ""
You can use a batch file for extended commands and just call the batch file too
curl -help > help.txt
luishp and CN_Iceman have reacted to this post.