Can someone help me with the command to lock multiple files in MKS.
To lock a single file, the command is si lock --gui "filepath"
. I have tried some combinations like si lock --gui "filepath1;filepath2"
and si lock --gui "filepath1";"filepath2"
but ended up in getting an errormessage.
Asked
Active
Viewed 348 times
2

lerner1225
- 862
- 7
- 25
1 Answers
3
Answering my question: Use spaces to specify more than one member.
si lock --gui "filepath1" "filepath2"

lerner1225
- 862
- 7
- 25