Q. I am using the ping Helper App and would like to change the title of the prompt to display the label of the device I am probing. This is useful because if I'm comparing the response patterns of two devices in the network, I can just look at the title bar of the command prompt I'm using and see which is which. So in (${PATH}):" I typed, title ${LABEL} && ping. However, If the device name has an ampersand in it, the prompt reads it as a data delimiter.

A. One way to do this is to replace the ${LAUNCHER} in the Command Line field with:

cmd.exe /c start "\"${LABEL}\"" cmd.exe /c


If you open the Client Log (Help->Diagnostics->Client Log), you can see the exact command that is used for the Helper App, each time it is run.