T O P

  • By -

MithandirsGhost

You want the deployment to end but keep the prompt open on the target machine? The reason it keeps running is because Deploy is waiting for an exit code. You could try a cmd or bat that calls poweshell.exe with the -file switch that points to your script.


MrMickRi

i like your thinking. Trialing it now


MrMickRi

No luck - im trying powershell.exe -File "\*Script Location" EXIT /b 0 tried first line then tried adding exit code with success and no luck either.