When running WCAT on my Windows XP machine through the command line, the following error occurs:
error: at least one of the following parameters must be specified: -run, -update, -terminate, -showclients or -setclients
The command I'm trying to run is:
wcat.wsf -terminate -run -t scenario.wcat -f settings.ubr -s localhost -singleip -x
And it is copied directly from readme.
The problem is that in readme these are not hyphens.
If you look at the hexadecimal code, you will see that the fake hyphen in readme is 0x96, the hyphen is 0x2d
, . .
- wcat.wsf. :
var run_regular_expression = /[-\/]run$/;
"-run"
:
var run_regular_expression = /[\-\/]run$/;
run.
- :
wcat.wsf /terminate /run -t scenario.wcat -f settings.ubr -s localhost -singleip -x
Source: https://habr.com/ru/post/1761279/More articles:Loading behavior of EF v1? - c #https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1761275/can-a-custom-usernamepasswordvalidator-add-things-to-the-wcf-session&usg=ALkJrhiz5W9KcpSALi3OgCHKpHFWyv1PDgcan we write our own language constructs in c #? - c #Как я могу назвать общую функцию, не зная тип во время компиляции? - genericsWith a custom UserNamePasswordValidator, can I kill a WPF user "session"? - wcfКак открыть файл в той же папке ruby script? - rubyFaster alternative to MD5 in JavaScript or jQuery - javascriptheader for excel save as file - phpWhy does the meta class change the way issubclass () works? - pythonTips for serving static files faster, such as JavaScripts, CSS and images - performanceAll Articles