thank you for your reply.

I need to spawn a command prompt/terminal from the nim script/exe as I would do 
with a batch file with

cmd /K

or

start /B %COMSPEC% /K

\--- I need an interactive (and independent) system shell with preset 
environment variables but I don't need nim managing input/output or anything 
else.

thank you

Reply via email to