Is there a way to use a fail over pool directly from the command line, without using a config file? Can we simply use:
--server server1 --user whatever -p whatever --server server2 --user whatever -p whatever --server server3 --user whatever -p whatever
I'd use a config file, but there's no way to pass in %computername% for each worker name.
thanks