- Jun
- 760
- 16
Two conflicting things now happen when IFTP is run with no arguments. As previously, it outputs the name of the server to which there is a current connection. However, now that there is a command dialog, it also opens the dialog.
In a script, I am trying to run
In a script, I am trying to run
set server=%@execstr[*iftp]
to get the name of the current server. It does that, but it also opens the command dialog, which I do not want. Is there any way to prevent the dialog from opening?