It depends on the details of the rules and on the player's strategy.
In this answer I make the usual assumptions the player knows in advance exactly how many doors Monty will open (and that Monty will never open the player's most recently chosen door, etc.) and that the player has no other knowledge that would differentiate the doors (such as the show-runners put the car behind door 2 more frequently, or Monty always opens the lowest-numbered available door).
I also assume that Monty is allowed to open a previously-chosen door provided that it is not the door the player has most recently chosen. (The roles of the numbers $n-1$ and $n-2$ in the question are a little unclear.)
One strategy the player can follow under these (extended) standard assumptions is to pick a door at random and then always "re-select" the same door ("stay") until Monty has opened $k$ doors, at which point the player should "switch" to one of the remaining closed doors.
That strategy creates an outcome identical to the one where the player makes one choice and then Monty has to open all $k$ doors before offering the player another choice, and where Monty decides which $k$ doors to open by choosing one door, then another, then another, and so forth until he knows which $k$ doors he plans to open.
That is, it's just a way to choose $k$ items randomly from among $n - 2$ items.
Other strategies can give different results, however.
Consider the case $n = 4$, $k = 2$. The player initially chooses a door at random. Let $A$ be the event that the car is behind that door; $P(A)=\frac14$.
Now Monty opens a door, and suppose the player "switches" to one of the remaining doors at random; Let $B$ be the event that the car is behind that door, $C$ the event that the car is behind the remaining closed door (not $A$):
then $P(B \cup C \mid \text{events so far})=\frac34$, and since the player chose randomly, $P(B \mid \text{events so far})=\frac38$.
Now Monty opens a second door. The probability the car is behind that door is
$P(A \cup C \mid \text{events so far})=\frac58$. Therefore the player should switch again, but players who follow this strategy ("switch twice") win only $\frac58$ of games whereas players who followed the "stay then switch" strategy win $\frac34$ of games.
With more doors the computations of probability get even more complicated.