Millisecond Forums

Command line launch different than from GUI/IDE

https://forums.millisecond.com/Topic11808.aspx

By RomualdKotowicz - 12/5/2013

I’m using task from official Task Library, link:


http://www.millisecond.com/download/library/TowerOfLondon/


When I launch it from GUI/IDE everything works as expected.
When I launch it from command line it doesn’t show html files that contain manual.


I’m launching it from the same directory as script with
following command line:


Inquisit.exe"
TowerOfLondon.iqx -g GROUPID -s SUBJECTID human


Inquisit Error: Line
145, File Path.cpp.


Inquisit Error: Line
145, File Path.cpp.


Inquisit Error: Line
145, File Path.cpp.


Inquisit Error: Line
145, File Path.cpp.


Inquisit Error: Line 145,
File Path.cpp.


Please notice that there is error on console window.


I’m launching the script from directory that contain all files needed by script, so there is should be no problem with finding files.


I’m using Inquisit 4.0.4.0.


How to make it working?


Thanks,



Romek

By Dave - 12/5/2013

As detailed in the documentation, you must include the full quoted path to the script.


A valid example is:


"C:\Program Files\Millisecond Software\Inquisit 4\Inquisit.exe" "C:\Users\Username\Desktop\TowerOfLondon\TowerOfLondon.iqx" -s 42 -g 23


and I can personally confirm that this launches just fine in Inquisit 4.0.4.

By RomualdKotowicz - 12/5/2013

Thanks.


It's working. I just added the full path to the script and it works fine.



Thanks you for help,


Romek