ntlite.exe command line parameters

ehv

New Member
Messages
2
Reaction score
0
Hi.

I noticed the new ntlite.exe command-line parameters in the latest update and it looks great.

I was playing around with it just now and tried to integrate it in a set of steps within a .cmd file, so am calling ntlite.exe from cmd.exe.

Is it possible (or will it be possible in a future update) to have the ntlite.exe process "wait" until it's done or failed before returning control to the caller? It seems to return instantly on call

a flag like /Wait would be useful if possible

Thanks!
 
That is normal for command-line, as far as I know.
You can use start /WAIT "" "ntlite command here"
Make sure to use /ExitAfter:1 so it releases the wait when done.
Btw that first "" after the /WAIT is needed.
 
  • Like
Reactions: ehv
Back
Top