You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The help for LabRecorderCLI suggests the following example: ./LabRecorderCLI foo.xdf 'type="EEG"' 'host="LabPC1" or host="LabPC2"'
The way the " and ' are used would work fine on my bash shell on linux and git bash on Win10, but treated differently by Win10 cmd shell. We noticed that in this case, any stream-selection-argument would recognize all streams available. If multiple stream-selection-argument were given, all streams would be recorded multiple times.
Switching " and ' around, i.e. sth like LabRecorderCLI foo.xdf "type='EEG'" "type='Marker'" would work fine, at least when tested with git bash and cmd on Win10.
The text was updated successfully, but these errors were encountered:
The help for LabRecorderCLI suggests the following example:
./LabRecorderCLI foo.xdf 'type="EEG"' 'host="LabPC1" or host="LabPC2"'
The way the
"
and'
are used would work fine on my bash shell on linux and git bash on Win10, but treated differently by Win10 cmd shell. We noticed that in this case, any stream-selection-argument would recognize all streams available. If multiple stream-selection-argument were given, all streams would be recorded multiple times.Switching
"
and'
around, i.e. sth likeLabRecorderCLI foo.xdf "type='EEG'" "type='Marker'"
would work fine, at least when tested with git bash and cmd on Win10.The text was updated successfully, but these errors were encountered: