mottosso / bleeding-rez

Rez - Reproducible software environments for Windows, Linux and MacOS
GNU Lesser General Public License v3.0
72 stars 10 forks source link

Fix terminate y/n #18

Closed mottosso closed 5 years ago

mottosso commented 5 years ago

Rather than stringing calls together witih "&", do write a .bat file and then pass cmd /k call my.bat. That way, we get a new shell, without waiting inside the .bat file.