|
There are 3 possible actions when the config file has to by synchronized:
-
manual synchronization
Nothing is done, you have to copy the config file yourself if you want the new settings
to become active for the next profiling run.
-
copy to directory
The config file is copied to the specified directory. You can use the [...] chooser
button to select the directory with a file chooser.
-
execute command
The specified command is executed. For example you could invoke ssh to
copy the config file to a remote computer.
No terminal window is shown during the execution. If you have to show a terminal window
on Windows, you can use
cmd.exe /C "start /WAIT cmd.exe /C [your command here]"
|