Knowledge Base
Command Line parameters in MultiPing
Question
Does MultiPing have any options to start pinging targets from the command line?
Solution
MultiPing does have a few options that can be used on the command line:
Loading a workspace.
You can load a workspace file from the command line by specifying that on the command line. Note that it must have a .mws extension to be recognized by a MultiPing workspace.
Example:
multiping.exe myworkspace.mws
Pinging targets at startup.
To ping targets, pass those targets on the command, one or more:
multiping.exe www.mytarget1.com www.mytarget2.com
Start Pinging on startup
Use the /START command line parameter to start pinging on load. Example:
multiping.com www.mytarget1.com /start
Use a different configuration file
You might want to load a different combination of settings for one or more instance of MultiPing. To override this settings, user the /INIFILE: parameter. Example:
multiping.com /INIFILE:MyNewFile.ini
Note: The default MultiPing install will allow you to automatically load a workspace file and start pinging without having to use any command line parameters. Just turn on the option 'Auto Save/Load Default Workspace' in the 'Edit' menu. Also, turn on 'Auto-Start Pinging when a new target is added' in the Edit->Options, Display dialog.